Skip to content

Instantly share code, notes, and snippets.

@brettinternet
Created March 8, 2017 01:45
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 brettinternet/171614402dea7b001ff5fa469d7f3d41 to your computer and use it in GitHub Desktop.
Save brettinternet/171614402dea7b001ff5fa469d7f3d41 to your computer and use it in GitHub Desktop.
@echo off
:: Created by: Shawn Brink
:: http://www.eightforums.com
:: Tutorial: http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-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