added shutdown/reboot scripts

This commit is contained in:
Michael H.G. Schmidt 2023-08-31 09:24:08 +02:00
parent 659ce766a4
commit 19a485665c
2 changed files with 4 additions and 0 deletions

2
tools/reboot.cmd Normal file
View File

@ -0,0 +1,2 @@
shutdown /r /f /t 0 /d p:0:0

2
tools/shutdown-now.cmd Normal file
View File

@ -0,0 +1,2 @@
shutdown /s /f /t 0 /d p:0:0