PowerShell/scripts/open-microsoft-store.ps1

16 lines
298 B
PowerShell
Raw Normal View History

2023-10-31 11:25:11 +01:00
<#
.SYNOPSIS
Starts the Microsoft Store app
.DESCRIPTION
2021-10-28 07:36:33 +02:00
This script launches the Microsoft Store application.
.EXAMPLE
PS> ./open-microsoft-store
.LINK
https://github.com/fleschutz/PowerShell
2022-09-06 21:42:04 +02:00
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process ms-windows-store:
exit 0 # success