The article discusses Jasper AI, transform the way you create content with Jasper AI! Discover the power of artificial intelligence in writing with its AI-powered content creation service. Create high-quality, original content for your blogs, business, or personal needs in a matter of seconds. With user-friendly interface and affordable pricing, Jasper AI is the perfect tool for enhancing your writing skills and improving productivity. Check out here for a comprehensive review and real-life examples of using Jasper AI.
How to Fast Shutdown Windows | Create Shutdown/Restart/Hibernate Shortcuts in Windows
Quickly shutdown/reboot your computer —
How to shutdown PC faster? Here is a quick guide for your computer to switch Off and shutdown operating system faster than before. I've tried and teste it, and I don't have to wait over edges.
Moreover, you can also make fast shutdown and restart from quick launch buttons. Just follow quick tips to speed up shutdown time on Windows. If you really looking to improve & boost Windows 11/10 performance follow use and keep reading.
How to Fast Shutdown Windows
Fixing shutdown time issue and speed up windows 11/10/8/7/XP shutdown. The following options are helpful for you to turn Off the computer quickly. Its just similar to a on/off switch button.The following guide will shutdown your computer faster by means of automatically close running application at the same time.
Follow the steps to fast shutdown:
- Open Run command
(or press 'windows+R') - Type 'regedit', and press Enter
- Open folder HKEY_CURRENT_USER\Control Panel
- Click on Desktop
- Find on the right side panel: AutoEndTasks option
- Right click on it, select 'Modify' option
- The default Value data field is 0, now change it to 1. Press OK, That's all
- Further more, you may reduce time that takes for killing all active/hung application, as mentioned in next few steps
- For this, you must kept the HungAppTimeout value greater than WaitToKillAppTimeout value
(These both option are appear in the same Desktop panel) - Change the value of WaitToKillAppTimeout to say 3500
(Since default values are 5000 and 20000 for HungAppTimeout and WaitToKillAppTimeout resp.) - Click on HKEY_LOCAL_MACHINE
- Click on SYSTEM –> ControlSet00#
- Now click on Control only
- Search for WaitToKillServiceTimeout option
- The default value is 20000
(this means that, system require 20seconds to Shutdown) - Set it to 5000
(means you reduced the shutdown time from 20sec. to 5sec.)
You may take backup of your registry settings (by export registry option), in case you get messed up with it. It's not serious, but it will help, when you are not follow steps correctly.
Create Shutdown, Restart and Hibernate Shortcut on Desktop
The following steps will help to create shortcut buttons on desktop:- Right click on desktop
- Click on New >> Shortcuts
- Then, 'Create Shortcut' window will open
- In the 'Type the location of the item' field, type the following shortcut commands shown bellow
- Press Next
- Type the name of the shortcut, and click Finish
- Now the shortcut is appeared on desktop. That's all
- Moreover, you can change the icon as you want
Shutdown, Restart, Sleep, and Hibernate Shortcut Commands
- To create SHUTDOWN shortcut key, type following command:
For Windows 7:
Shutdown.exe -s -t 00
Windows 10:Shutdown.exe /s /t 00
- To create RESTART shortcut key, type following command:
shutdown.exe –r –t 00
- To create HIBERNATE shortcut key, type following command:
rundll32.exe PowrProf.dll,SetSuspendState
- To create SLEEP shortcut key, type following command:
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
- To create LOCK WORKSTATION key, type following command:
Rundll32.exe User32.dll,LockWorkStation