Pages

Tampilkan postingan dengan label shutdown. Tampilkan semua postingan
Tampilkan postingan dengan label shutdown. Tampilkan semua postingan

Kamis, 26 Mei 2016

Tips for shutdown computer fast

Most of people wish their computer is move fast and fast. At the same time they face a problem occur if computer took a long tome to shut down. Here some tips regarding to shut down fast and more efficient.

The speed and performance of computer has a strong related with a computer shutdown. Make sure you computer can shutdown fast using the code.




You may just setting your computer with:

  1. First go to start and select run 
  2. Type Regedit and just click OK
  3. Find HKEY_CURRENT_USERControl PanelDesktop 
  4. Select "waittokillapptimeout"
  5. Right click and change it to modify
  6. Change the value to 1000
  7. Then click OK
  8. Finish and reboot your computer.
other than that you may shutdown yout computer more fast within 3 seconds with your keyboard.

Just press window logo+ and u (button for twice).

That is.

Read More..

Senin, 23 Mei 2016

Shutdown computer with Command Prompt

 How to shutdown computer with timer.

You may setting your computer more efficient by shutdown your computer fast. It is very simple code that can be use to shutdown your computer using command prompt. It is really doesnt matter if your not good using a code. This code could help you to shutdown fast.

The command prompt can help the users to shutdown easily.  It is by:



Here some instruction:
  1. First, go to start and click on run
  2. Then type cmd
  3.  After that just type Shutdown -s -t 0
Example a shot below:











    For local shutdown computer
    You may can use the code below to shutdown your computer and click enter
    shutdown -s

    For using a specify time
    You can set up a specify time to shutdown the computer, use the code below
    shutdown -s -t 60

     For cancel reboot computer
    Use this code to cancel your reboot
    shutdown -a

    For restart your computer
    Use a code below to restart your computer
    shutdown -r

    For character shown while computer shutdown
    Use the code below
    shutdown -s -c "i going home, bye!"

    For remote computer
    You can use the code below to remote your computer
    shutdown -s -m desktop -t 60
    or
    shutdown -s -m ip address -t 60

    For more information
    -t acts as a timer for your computer takes to shutdown. It is in seconds.
    -s acts as a shutdown mode.
    -a for cancel your schedule of shutdown
    -r is use to restart you pc
    -c acts as a character to be written while your computer get shutdown (max 126 char)
    Read More..

    Senin, 09 Mei 2016

    Shutdown computer using batch file

    Most of the computer is rare shutdown their computer daily as a normal. They are create a batch which is easy and more fast than we think.

    This is really a cool trick must be try.

    This is a simple code that can be use to create a batch,



    First create a shortcut as picture below














    then type  shutdown -s -t 0











    then click next and name it as shutdown.exe and click finish.
    After that right click on the file that created and  click properties.





















    Click on change icon and choose a icon below and click ok.
    Thats it.















    Hope this stuff useful for you can you may try it at home.
    Read More..