Updated the header

This commit is contained in:
Markus Fleschutz
2020-06-15 14:55:54 +02:00
parent 36b82583d7
commit 9e9428f76f
12 changed files with 58 additions and 69 deletions

View File

@ -1,12 +1,9 @@
#!/snap/bin/powershell
#
# PowerShell Script to Shutdown the Local Computer
# ------------------------------------------------
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
# Description: halts the local computer (administrator rights might be needed)
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
#
# NOTE: Halts the local computer! Administrator rights might be needed!
Stop-Computer
exit 0