Add some more scripts

This commit is contained in:
Markus Fleschutz
2021-11-12 21:58:14 +01:00
parent d2012b1ee3
commit 1126411769
5 changed files with 66 additions and 1 deletions

View File

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