diff --git a/Scripts/hibernate.ps1 b/Scripts/hibernate.ps1 index 047ab5df..f708c10a 100755 --- a/Scripts/hibernate.ps1 +++ b/Scripts/hibernate.ps1 @@ -15,7 +15,7 @@ try { [system.threading.thread]::currentThread.currentCulture = [system.globalization.cultureInfo]"en-US" $CurrentTime = $((Get-Date).ToShortTimeString()) - Write-Host "It's $CurrentTime, going to sleep now... 😴💤p" + Write-Host "It's $CurrentTime, going to sleep now... 😴💤" Start-Sleep -milliseconds 500 & rundll32.exe powrprof.dll,SetSuspendState 1,1,0 # bHibernate,bForce,bWakeupEventsDisabled exit 0 # success