PowerShell/Scripts/close-microsoft-edge.ps1
2021-11-14 12:16:03 +01:00

16 lines
293 B
PowerShell
Executable File

<#
.SYNOPSIS
Closes Microsoft Edge
.DESCRIPTION
This script closes the Microsoft Edge Web browser gracefully.
.EXAMPLE
PS> ./close-microsoft-edge
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
taskkill /im msedge.exe
exit 0 # success