System_Disable_FastBoot.ps1

function System-DisableFastBoot {
            New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Power -Name HiberbootEnabled -Value '0' -PassThru
}