Select Page

Required Files: None


Is your PC truly shutting down?
While fast startup is a pretty harmless tool that can deliver a considerable startup speed boost, especially to PCs using hard-disk drives (HDD), some people prefer to have their PC truly shut down when they click the “Shut down” button on their PC.


 

#Disable Windows 10 fast boot via Powershell
 
# /v is the REG_DWORD /t Specifies the type of registry entries /d Specifies the data for the new entry /f Adds or deletes registry content without prompting for confirmation.
 
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d "0" /f