How to Turn Off a Personal Computer
Release timeļ¼2023-05-12 05:04:18 oRead0
Method 1
Method 1 of 2:
Windows
Through Start
- 1 Click on the Start button. It is in the bottom left hand corner, unless you moved your taskbar. Even then, your start button is located in the bottom left corner on Windows 8, it is just hidden.
- 2 Click on the power button. This is where you will find a bunch of power options, including to shut down, restart, and sleep, as well as hibernate (Windows 7) and user options.
-
3
Click on the appropriate option. Here are the options:
- Shut down - shuts down the computer, and installs any Windows Updates.
- Restart - shuts down the computer, installs any Windows Updates, and starts your computer again. Useful if your computer is having trouble with hardware and programs.
- Sleep - turns off your computer's display and temporarily halts any running programs.
- Hibernate - turns off your computer and saves your data to a hibernation file. Useful for airplanes where devices need to be powered down for a period of time.
- 4 Confirm that you want to shut down/restart your computer if other users are logged in. This can be done by clicking on Shutdown/Restart anyway or Yes.
- 5 Force a shut down/restart if programs are not responding. Click on Shutdown/Restart anyway or Force shutdown/restart to force a shutdown or restart.
- 1 Press Alt+F4. This will not close your taskbar or desktop, it will bring a popup window.
-
2
Click on the appropriate option. Here are the options:
- Shut down - shuts down the computer, and installs any Windows Updates.
- Restart - shuts down the computer, installs any Windows Updates, and starts your computer again. Useful if your computer is having trouble with hardware and programs.
- Sleep - turns off your computer's display and temporarily halts any running programs.
- Hibernate - turns off your computer and saves your data to a hibernation file. Useful for airplanes where devices need to be powered down for a period of time.
- 3 Click on OK.
- 4 Confirm that you want to shut down/restart your computer if other users are logged in. This can be done by clicking on Shutdown/Restart anyway or Yes.
- 5 Force a shut down/restart if programs are not responding. Click on Shutdown/Restart anyway or Force shutdown/restart to force a shutdown or restart.
- 1 Locate the start button on the task bar. This is usually in the bottom left corner. Then, right-click.
- 2On the right-click menu, choose "Shut down or sign out".
- 3In the "Shut down or sign out" menu, choose Sleep, Shutdown or Restart.
- 4 Confirm that you want to shut down/restart your computer if other users are logged in. This can be done by clicking on Shutdown/Restart anyway or Yes.
- 5 Force a shut down/restart if programs are not responding. Click on Shutdown/Restart anyway or Force shutdown/restart to force a shutdown or restart.
-
1
Open Command Prompt or Powershell. Type
cmd.exe
orpowershell.exe
to start either of the two respectively. -
2
Type
shutdown -action
to shutdown your computer. Here are the codes.-
-s
: shuts down your computer. -
-r
: restarts your computer. -
-h
: hibernates your computer.
-
- 3 Force a shut down/restart if programs are not responding. Click on Shutdown/Restart anyway or Force shutdown/restart to force a shutdown or restart.
-
1
Open the charms bar. This is available on Windows 8 and Windows 8.1, and can be done by swiping left from the right, or by moving your mouse to either of the right corners. Then choose Settings.
- You can also find the settings key on your keyboard to do this.
-
2
Choose Power. Then choose the appropriate option:
- Shut down - shuts down the computer, and installs any Windows Updates.
- Restart - shuts down the computer, installs any Windows Updates, and starts your computer again. Useful if your computer is having trouble with hardware and programs.
- Sleep - turns off your computer's display and temporarily halts any running programs.
- 3 Confirm that you want to shut down/restart your computer if other users are logged in. This can be done by clicking on Shutdown/Restart anyway or Yes.
- 4 Force a shut down/restart if programs are not responding. Click on Shutdown/Restart anyway or Force shutdown/restart to force a shutdown or restart.
-
1
Choose Power in the bottom right corner. Then choose the appropriate option.
- To emergency restart (if you ran out of RAM or CPU processing), press Ctrl+Alt+Delete, hold Control while clicking power, then click on "Yes".
-
2
Click on the appropriate option. Here are the options:
- Shut down - shuts down the computer, and installs any Windows Updates.
- Restart - shuts down the computer, installs any Windows Updates, and starts your computer again. Useful if your computer is having trouble with hardware and programs.
- Sleep - turns off your computer's display and temporarily halts any running programs.
- Hibernate - turns off your computer and saves your data to a hibernation file. Useful for airplanes where devices need to be powered down for a period of time.
- 3 Confirm that you want to shut down/restart your computer if other users are logged in. This can be done by clicking on Shutdown/Restart anyway or Yes.
- 4 Force a shut down/restart if programs are not responding. Click on Shutdown/Restart anyway or Force shutdown/restart to force a shutdown or restart.
- 1 Hold the power button of your computer for five seconds.
- 2 Drag the screen down.
- 3 Force a shut down/restart if programs are not responding. Click on Shutdown/Restart anyway or Force shutdown/restart to force a shutdown or restart.
-
1
Click on the Apple menu, then choose the appropriate option:
- Shut down - shuts down the computer, and installs any Windows Updates.
- Restart - shuts down the computer, installs any Windows Updates, and starts your computer again. Useful if your computer is having trouble with hardware and programs.
- Sleep - turns off your computer's display and temporarily halts any running programs.
- 2 Confirm that you want to shut down/restart your computer if other users are logged in. This can be done by entering an administrator username and password and clicking Shutdown/Restart
- 1 Click on the Shutdown, Restart, or Sleep button.
- 2 Confirm that you want to shut down/restart your computer if other users are logged in. This can be done by entering an administrator username and password and clicking Shutdown/Restart
- 1 Open Terminal.
-
2
Type
sudo reboot
to restart orsudo halt
to shut down. You will not be prompted for the shutdown, but may be prompted for an administrator username and password.