PowerShell Tutorials

How To Disable Windows 10 Fast Boot with PowerShell

Learn how to disable Windows 10 Fast Boot using PowerShell and optimize your system’s startup. Follow our simple guide for a customized user experience.

Understanding Windows 10 Fast Boot

Windows 10 Fast Boot, also known as Hybrid Boot, combines the traditional cold boot (where the computer starts up after a complete shutdown) and hibernation (where the system state is saved to the hard drive). This hybrid approach allows for faster boot times by restoring the system state from the hibernation file, rather than performing a full system initialization.

While Fast Boot can significantly reduce boot times, it may cause issues in certain scenarios. Some users have reported compatibility problems with certain hardware drivers or software applications. Disabling Fast Boot can help troubleshoot such issues and ensure a more stable system.

Disabling Windows 10 Fast Boot with PowerShell

To disable Windows 10 Fast Boot using PowerShell, follow the step-by-step instructions below:

Step 1: Launch PowerShell

  1. Press the Windows key on your keyboard.
  2. Type PowerShell.
  3. Right-click on Windows PowerShell from the search results.
  4. Select Run as administrator.

Step 2: Disable Fast Boot

  1. In the PowerShell window, type the following command:
   powercfg -h off

This command disables the hibernation feature, which is an integral part of Fast Boot.

  1. Press Enter to execute the command.

Step 3: Restart Your Computer

  1. Once the command is executed successfully, close the PowerShell window.
  2. Restart your computer to apply the changes.

Verifying Fast Boot is Disabled

After following the above steps, you may want to verify that Fast Boot has been successfully disabled. Here’s how you can do it:

  1. Restart your computer.
  2. During the boot process, pay attention to the boot time. It should be longer than usual.
  3. Once your computer has started, open File Explorer.
  4. Click on the View tab in the ribbon.
  5. Enable the Hidden items option.

If you can see a file named hiberfil.sys in the root of your system drive (usually C:), it means Fast Boot is still enabled. Repeat the steps mentioned earlier to ensure Fast Boot is disabled.

Conclusion

In this article, we provided you with a comprehensive guide on how to disable Windows 10 Fast Boot using PowerShell. By following these steps, you can customize your system’s boot process and troubleshoot any compatibility issues that may arise. Remember, while Fast Boot can significantly improve startup times, it’s essential to evaluate its compatibility with your hardware and software requirements.

author avatar
Patrick Domingues

Leave a Comment

Stay Informed

Receive instant notifications when new content is released.