Today I attended one of my client PC issue. He claimed various reason related to slow boot, system performance etc., So, I decided to Disable Fast Startup in his PC but the option is no where to found in control panel.
Please see the below image his PC Shut-down setting has only sleep and lock option.
Below image is from my PC where you can see the Turn on fast startup option.
If the “Turn on fast startup (recommended)” option is missing in the Shutdown Settings, then you have to enable Hibernation on your computer as a big part of Fast Boot builds upon the Hibernate feature. Here’s how:
Press the Windows logo key + X on your keyboard and then select “ Command Prompt (Admin) “.
At the command box type the following command and press Enter to enable hibernation: powercfg /hibernate on
Hi @harmen, Please follow @tjnihal instruction to enabled Turn on fast startup option. If the above method doesn’t help, the try to reset and restore all of the default Power Plans back with their default settings.
To rest please follow the steps.
Press Windows Key + X .
Select Command Prompt (Admin).
At the command prompt, type powercfg -restoredefaultschemes , and then press ENTER .
At the command prompt, type exit to exit the Command Prompt window.
It’s DWORD value is 1 meaning it’s ON by default. (DWORD value of 0 disables fast startup, value of 1 enables it). I imagine when it’s not present the system defaults to fast startup enabled but unlike with HiberbootEnabled = 1, it additionally hides the GUI option.