Answers for "schedule a shuttdown windows powershell"

3

windows cmd schedule shutdown

shutdown /s /t [seconds]
Posted by: Guest on August-30-2021
0

how to shutdown windows 11 in powershell

To force computer to shutdown type : stop-computer
To force computer to restart type : restart-computer
Posted by: Guest on April-13-2022

Code answers related to "schedule a shuttdown windows powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language