Saturday 4 May 2013

How To Kill Explorer.exe Using Batch File

Method :

1. Open Notepad

2. Type the code given below

Code:
@echo off
taskkill /f /IM explorer.exe

3. Save as "Anything.bat" (Without quotes)

0 comments:

Post a Comment