PowerShell/Scripts/close-edge.ps1
2021-10-04 14:28:20 +02:00

16 lines
300 B
PowerShell
Executable File

<#
.SYNOPSIS
close-edge.ps1
.DESCRIPTION
Closes the Microsoft Edge Web browser
.EXAMPLE
PS> ./close-edge
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
& "$PSScriptRoot/close-program.ps1" "Microsoft Edge" "msedge" "msedge"
exit 0 # success