From fd2c400e5c65debb87b892f907deb4c84a043799 Mon Sep 17 00:00:00 2001 From: Minionguyjpro <66115754+Minionguyjpro@users.noreply.github.com> Date: Thu, 23 Dec 2021 11:23:50 +0100 Subject: [PATCH] Changed Shutdown Batch to Powershell file --- Batch-Files/Shutdown/Shutdown.bat | 2 -- Batch-Files/Shutdown/Shutdown.ps1 | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 Batch-Files/Shutdown/Shutdown.bat create mode 100644 Batch-Files/Shutdown/Shutdown.ps1 diff --git a/Batch-Files/Shutdown/Shutdown.bat b/Batch-Files/Shutdown/Shutdown.bat deleted file mode 100644 index 5cefc0c..0000000 --- a/Batch-Files/Shutdown/Shutdown.bat +++ /dev/null @@ -1,2 +0,0 @@ -: This command makes Windows directly shutdown and turn off the computer. -shutdown /s diff --git a/Batch-Files/Shutdown/Shutdown.ps1 b/Batch-Files/Shutdown/Shutdown.ps1 new file mode 100644 index 0000000..5cca398 --- /dev/null +++ b/Batch-Files/Shutdown/Shutdown.ps1 @@ -0,0 +1,2 @@ +# This command makes Windows directly shutdown and turn off the computer. +shutdown /s