This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@goto ps | |
echo 'feeling sleepy...' | |
Start-Sleep -Seconds (90*60); C:\windows\System32\rundll32.exe powrprof.dll,SetSuspendState Standby | |
exit | |
:ps | |
@echo off | |
more +1 %0 | powershell -executionpolicy unrestricted -command - |