1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-03 17:11:47 +01:00
PowerShell/scripts/open-microsoft-solitaire.ps1
2024-10-01 13:37:53 +02:00

16 lines
311 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches Microsoft Solitaire
.DESCRIPTION
This script launches the Microsoft Solitaire application.
.EXAMPLE
PS> ./open-microsoft-solitaire
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process xboxliveapp-1297287741:
exit 0 # success