Added close-edge.ps1 and close-file-explorer.ps1

This commit is contained in:
Markus Fleschutz
2020-12-28 09:23:17 +00:00
parent 4946b67d1f
commit b425425da0
4 changed files with 33 additions and 8 deletions

10
Scripts/close-edge.ps1 Executable file
View File

@ -0,0 +1,10 @@
#!/snap/bin/powershell
# Syntax: ./close-edge.ps1
# Description: closes Microsoft Edge gracefully
# Author: Markus Fleschutz
# Source: github.com/fleschutz/PowerShell
# License: CC0
$ExitCode = close-program.ps1 "msedge"
exit $ExitCode