🎮 𝐃𝐢𝐬𝐚𝐛𝐥𝐞 𝐅𝐚𝐬𝐭 𝐁𝐨𝐨𝐭
This page will help you disable fast boot in Windows.
Method 1: Using Control Panel
Press
Windows key + X
to open the Power User menu.Select "Control Panel."
Go to "Power Options."
On the left side, click on "Choose what the power buttons do."
Click on "Change settings that are currently unavailable."
Scroll down to "Shutdown settings."
Uncheck "Turn on fast startup (recommended)."
Click "Save changes."
Method 2: Using Settings
Press
Windows key + I
to open the Settings.Click on "System."
Select "Power & sleep" from the left sidebar.
Click on "Additional power settings" on the right side.
In the Power Options window, click on "Choose what the power buttons do."
Click on "Change settings that are currently unavailable."
Uncheck "Turn on fast startup (recommended)."
Click "Save changes."
Method 3: Using Group Policy Editor
Press
Windows key + R
to open the Run dialog.Type
gpedit.msc
and press Enter to open the Group Policy Editor.Navigate to "Computer Configuration" -> "Administrative Templates" -> "System" -> "Shutdown."
Double-click on "Require use of fast startup" on the right.
Select "Disabled" and click "OK."
Method 4: Using Registry Editor
Note: Editing the registry can be risky, so proceed with caution.
Press
Windows key + R
to open the Run dialog.Type
regedit
and press Enter to open the Registry Editor.Navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power
.Double-click on "HiberbootEnabled" on the right.
Change the value to "0" (zero) and click "OK."
Method 5: Using Command Prompt
Press
Windows key + X
to open the Power User menu.Select "Command Prompt (Admin)" or "Windows PowerShell (Admin)."
If using Command Prompt, type the following command and press Enter:
Copy
If using PowerShell, type:
Copy
After applying any of these methods, your computer will perform a full shutdown, and Fast Boot will be disabled. Choose the method that you find most convenient based on your preference and system configuration.
Last updated