How to Disable Fast Startup in Windows 10

Sometimes, it’s a good idea to turn off the Fast Startup feature, especially on computers with two operating systems (dual boot) or when facing unexpected driver issues. In this brief guide, I’ll explain how to disable fast startup in Windows 10.

Disable fast startup in Windows 10 via the command line

If you want to disable fast startup in hybrid mode, you must do so with administrative privileges. The quickest way to access the command prompt in Windows 10 with admin rights is by using the keyboard shortcut Win + X. From there, you can choose “Command Prompt (Administrator).” You can also achieve the same thing using Windows Powershell with admin rights.

Advertisements

By entering and confirming the command powercfg /hibernate off Fast start can now be switched off.

Other useful commands related to the quick start are:

Advertisements
powercfg /hibernate on
powercfg /hibernate /type reduced
powercfg /hibernate /type full

Disable fast startup via registry

If you want to disable hybrid mode via the Windows registry, you will find the appropriate entry under HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlPower. There the value is “HibernateEnabled‘ adjust accordingly.

  • 0 = Fast startup disabled
  • 1= Fast start enabled
  How to Change Taskbar Icons Size in Windows 10

Customizing the registry key can also be easily distributed to selected computers in the domain via group policy management. This allows you to ensure that certain computers do not use the quick start and saves you the time for manual customization per client.

Advertisements

Author
Follow:
Rohit is a certified Microsoft Windows expert with a passion for simplifying technology. With years of hands-on experience and a knack for problem-solving, He is dedicated to helping individuals and businesses make the most of their Windows systems. Whether it's troubleshooting, optimization, or sharing expert insights,
Leave a Comment