PowerShell/Scripts/open-microsoft-store.ps1
2021-10-28 07:36:33 +02:00

16 lines
302 B
PowerShell
Executable File

<#
.SYNOPSIS
Starts the Microsoft Store app
.DESCRIPTION
This script launches the Microsoft Store application.
.EXAMPLE
PS> ./open-microsoft-store
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-windows-store:
exit 0 # success