PowerShell/scripts/open-microsoft-store.ps1
2023-10-31 12:48:22 +01:00

16 lines
301 B
PowerShell
Executable File

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