PowerShell/Scripts/open-edge.ps1
2021-10-27 13:13:36 +02:00

16 lines
279 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts Microsoft Edge
.DESCRIPTION
This script starts 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