Shutdown Trick
Stimulate shutdown from command prompt .
. Start >> Run
. Type shutdown -s -t 10 -c "Shutting Down..."
. Hit Enter and enjoy !
Restart Trick
Stimulate Restart from command prompt.
. Start >> Run
.Type shutdown -r -t 10 -c "Restarting..."
. Hit Enter and enjoy !
Log Off Trick
Stimulate Log Off from command prompt.
. Start >> Run
. Type shutdown
. Hit Enter and enjoy
Note
-s.. This signify Shutdown Request.
-r ..This signify Restart Request.
-l ..This signify Log Off 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 file which will Shutdown the computer every time on start up !
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 Click on Start up >> Open
> This open the Start up folder
> Paste the Virus.bat file here !
That's all , now the computer will automatically shutdown on every start up
Thursday, March 13, 2014
Subscribe to:
Post Comments (Atom)