PowerShell/Scripts/open-edge.ps1
Markus Fleschutz 1a94413a0e Simple rename
2021-12-11 12:32:03 +01:00

16 lines
285 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches the Edge browser
.DESCRIPTION
This script launches the Microsoft Edge Web browser.
.EXAMPLE
PS> ./open-edge
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process microsoft-edge://
exit 0 # success