answersLogoWhite

0

Maybe you are accidentally pressing restart instead of shutdown because they are right next to each other

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are the basic commands in command prompt?

To - Shutdown - shutdown -s Restart - shutdown -r Log off - shutdown -l To time a restart/shutdown etc. - shutdown -s/r/l -t however many seconds you want (cannot time a log off) Show ip addresses - ipconfig/all Some Basics on CMD. Ask if you want some more.


What shutdown means in computer?

1. Go to the desktop. Click on start button. 2.A list appears. Click on shut down. 3.A box appears click on shut down. After some time computer will shut down. OR come to desktop press Alt+F4 then the box appear click on shut dowm after some time computer will shut down.


How do i turn the computer off with a double click on an icon?

In order to shutdown your PC the key commands used are"shutdown -s -t 00″here-s for shutdown-t for time00 time after which system shut down here we take 0 sec you can also take it s 10 sec.Similarly to abort the shut down"shutdown -a"Note: open run> & then type this cmds.for more details with videohttp://www.honeytechblog.com/create-a-desktop-icon-to-shutdown-your-computer/


How can find out a installed software when i click the shortcut icon on desktop if it is shows cannot find c column slash program files etc?

Hi Friends. This is Izhar Ahmad From Ramswaroop College Lko. If u want to Shutdown system, Type Shutdown -s -t 15 in Shortcut menu (For Window Xp, 7 & 8) S- Shutdown T- Continue R- Restart & 15 is shutdown Timing. You can change time. as your requirement


How do you shutdown a computer using command prompt?

Before shutting down your system Close all open file and folders. Follow these step:- 1. Click start Button or Windows Logo Left bottom corner 2. Click Shut Down. Or you can use also shut down using CTRL ALT Delete button. or need any assistant call Techvedic expert.


What is the command to turn off Linux?

Virtually all Linux distributions will accept the "halt" command. Some also have a shutdown command, though this has additional parameters and is meant mainly to shut down the system at a certain time.


What do you do if your computer won't reboot?

You need it to Force Shutdown. Just press the On button and hold it for long time. It will force to shutdown the PC.


What is CPU cycle time?

The CPU cycle time is the time between start up and shutdown


How do you write batch file to shut down windows xp?

copy this to notepad: shutdown -s -t "shutdown time" and save as shutdown.bat An example would be: shutdown -s -t 10 The above example will shutdown the computer in 10 seconds. The number 10 in the example is in seconds and can be changed to any number of seconds you want a delay for even 0 (zero). If a zero is used, there will be no delay and the system will shutdown immediately. Alternatively, if you want to restart instead, you can change the -s for -r. The -t can be omitted, but if it is, the default time is 30 seconds.


What is the relation between processor speed and switch off time?

CPU speed can affect shutdown time because it takes 'work' to close all the applications, run shutdown tasks, and finally turn the computer off.


What are some cheats in Superpoke pets?

click you person then click home and click you're person again then repeat to get 5coins each time.


How do you shutdown multiple systems remotely in Windows XP and Windows Server 2003?

There are some standard command line tricks, and also you can create a script which can do it automatically. For the command line Start->Run->cmd, shutdown /?. When you do that you see all possible parameters and options which you can use. For you is most usuful shutdown \\computerName... Note: Acording to my opinion never shut down multiple systems remotely at a time.