PowerShell/Scripts/open-netflix.ps1
2021-10-16 16:50:10 +02:00

16 lines
267 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts the Netflix app
.DESCRIPTION
This script starts the Netflix application.
.EXAMPLE
PS> ./open-netflix
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process netflix:
exit 0 # success