Wednesday, September 7, 2011

Turn On your PC within just 10 Seconds

After this Trick you will know how to turn the pc on in 10 seconds (may vary).
What u have to do to turn ur pc on in 10 seconds

Click on the start button then press R it will take u to Run well go to run
& type " Regedit" press enter this will open Registery Editor now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Contr ol\ContentIndex

now there find the Key Called "Startup Delay" Double Click On It
Now where its Base Click Decimal Now its Default Value Is 4800000 (75300:hexadecimal)
Change The Value To 40000 here u go u have done it now close the Registery Editor and Restart Your Computer You'll See The Result..................................

Schedule Your Computer to SHUT DOWN

The Simplest Way To Schedule Your Computer to SHUT DOWN(TIP)


Ever wanted to schedule your computer to shutdown at specific time? Windows has a secret trick that allows you to do just that

1) Go to Start -> Run. Type in 'shutdown -s -t 120' and press Enter.



2) Your computer will shut down in 120 seconds. Change 120 to any number (in seconds) you like



Important: If at any time you wish to cancel the operation, type in the command 'shutdown -a'.

PS: You could also use 'at 22:13 shutdown -s' to specify the time to shutdown. Just change 22:13 to any time that you want (must be in 24 hours format)


~~~~~~~~~~End Notes~~~~~~~~~

-s and -t used above are command switches, which is explained in the list below:
-s Shutdown the computer
-t Set a given time for shutdown, in seconds
-r Restart the computer
-l Log off the user
-a Cancels a system shutdown already in progress
-f Forces running applications to close without warning
-i Display a GUI. It must be the first switch

You may use any of these switches to your liking. Normally I'll also add -f to the command so that it will ensure that the computer will shutdown. (but make sure you don't have any unsaved work!)