Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
QuickFix
0.3.1
System_Disable_FastBoot.ps1
function
System-DisableFastBoot
{
New-ItemProperty
-Path
HKLM:\SYSTEM\CurrentControlSet\Control\Session
Manager\Power
-Name
HiberbootEnabled
-Value
'0'
-PassThru
}