From 675a0991c2b8a425c0f787016b2071e7e594db18 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 30 Apr 2020 17:51:59 +0200 Subject: [PATCH] Create reboot.ps1 --- reboot.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 reboot.ps1 diff --git a/reboot.ps1 b/reboot.ps1 new file mode 100644 index 00000000..b4a93d47 --- /dev/null +++ b/reboot.ps1 @@ -0,0 +1,2 @@ +# Reboots the local computer! Administrator rights might be needed. +Restart-Computer