Category filter
Deploying script to restart Windows 10 devices remotely.
Some restrictions might only take place after the device restarts. The admin can use the remote action Restart Device or deploy scripts to achieve this.
Jump To
Batch Script
1 |
shutdown.exe /r /t 00 |
Powershell Script
1 |
Restart-Computer -Computername "computer_name" -force |
Need more help?