[SOLVED] Remove Shortcut Virus via CMD - TheBATeam

Опубликовано: 03 Август 2026
на канале: TheBATeam
138
1

We have moved from TheBATeam platform to a totally new platform, it is called as Batch-Man. The link to that is: www.batch-man.com. You can visit the site or the YT channel of Batch-Man to get the latest updates about the our work. Contact us at: [email protected] or Join the new official Discord @  / discord  
--------------------------------------------------------------------------------------------------
This Video will tell you how to fix shortcut virus, Using windows Command prompt [ cmd ]
If your system gets infected, and your anti-virus program is unable to Detect it...

1st command : [ to check whether virus present or not ]

dir /s /b *.vbs
and
dir /s /b *.vbs /a:h

2nd command : [ to delete virus file ]

for /f "tokens=*" %a in ('dir /s /b *.vbs /a:h') do (attrib -r -s -a -h "%a" && del /q "%a")

Done !!

Official Website: www.thebateam.org

Please LIKE, SUBSCRIBE & SHARE. Help us Grow! :)
Thanks for your time! Happy Coding!

#TheBATeam
#BATeam