From af28d9194b9b4abbf95fcc20a6378ac78f418c9c Mon Sep 17 00:00:00 2001 From: develcookingtest Date: Tue, 30 Jul 2024 15:06:35 +0000 Subject: [PATCH] =?UTF-8?q?scripts/windows-shutdown.ps1=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/windows-shutdown.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/windows-shutdown.ps1 diff --git a/scripts/windows-shutdown.ps1 b/scripts/windows-shutdown.ps1 new file mode 100644 index 0000000..a3e4db7 --- /dev/null +++ b/scripts/windows-shutdown.ps1 @@ -0,0 +1,2 @@ +$shell = New-Object -ComObject Shell.Application +$shell.ShutdownWindows()