Advertisement
Ben_salam

Computer prank part1

Mar 1st, 2020
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. The Damn Shutdown
  2.  
  3. Warning : Ok I must warn you first, this one is wild, use it at your own risk.
  4.  
  5. What is the computer trick?
  6.  
  7. Your friend’s laptop will restart automatically in every minute .
  8.  
  9. How is this done?
  10.  
  11. You need to do this in 2 steps. First, make a code to shutdown the computer and then we have to execute it each time the computer boots.
  12.  
  13. Step I
  14.  
  15. Copy the following code into notepad and save it as Prank.bat. Here, the shutdown is a command, “r “means restart, 60 is the time in sec.
  16.  
  17. Shutdown –r –t 60
  18.  
  19. Part II
  20.  
  21. In the second step, we have to move prank.bat folder in the startup folder. To find startup folder go to start > programs > startup. Now cut and paste prank.bat in the startup folder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement