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()