mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Added close-edge.ps1 and close-file-explorer.ps1
This commit is contained in:
10
Scripts/close-edge.ps1
Executable file
10
Scripts/close-edge.ps1
Executable 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
|
Reference in New Issue
Block a user