1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-06-16 09:56:40 +02:00
2021-10-28 07:36:33 +02:00

16 lines
281 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts Microsoft Edge
.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