diff --git a/tools/reboot.cmd b/tools/reboot.cmd new file mode 100644 index 0000000..4a4cec5 --- /dev/null +++ b/tools/reboot.cmd @@ -0,0 +1,2 @@ +shutdown /r /f /t 0 /d p:0:0 + diff --git a/tools/shutdown-now.cmd b/tools/shutdown-now.cmd new file mode 100644 index 0000000..0b84cd4 --- /dev/null +++ b/tools/shutdown-now.cmd @@ -0,0 +1,2 @@ +shutdown /s /f /t 0 /d p:0:0 +