Skip to content

Instantly share code, notes, and snippets.

@ihidchaos
Created July 1, 2021 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihidchaos/060df536664fcef1220c4876322e422f to your computer and use it in GitHub Desktop.
Save ihidchaos/060df536664fcef1220c4876322e422f to your computer and use it in GitHub Desktop.
@echo off
:: Created by: Shawn Brink
:: http://www.tenforums.com
:: Tutorial: http://www.tenforums.com/tutorials/4189-fast-startup-turn-off-windows-10-a.html
:: To turn off Fast Startup
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment