How to hang a system

avatar January 15, 2012 by: 0

 

 

 

 

 

For some reasons you need to slow down the performance of the system. So what do you do for it? One way is to increase your CPU usage. You can do this with a batch program. Type the following code in notepad and save it with .bat extension.


@echo off

:a

explorer.exe

goto a

Now this opens documents for infinitely many number of times unless you explicitly initiate to stop it. When you run the .bat file you can also see a Command Prompt running. To stop opening of “explorer” in the running command prompt type cntl+c, then confirm by pressing y.

Don’t Try This Unless You Are Very Sure Of Handling The Process.

Share this Story
Add a Comment on "How to hang a system"

Follow us

About Techdigit

Tech Digit comprises of many authors but the CEO of techdigit is Sriram who is an internet Marketer and Entrepreneur.