PowerShell/Scripts/open-system-settings.ps1

16 lines
305 B
PowerShell
Raw Normal View History

2021-10-27 13:24:01 +02:00
<#
.SYNOPSIS
2021-10-28 07:36:33 +02:00
Opens Windows system settings
2021-10-27 13:24:01 +02:00
.DESCRIPTION
2021-10-28 07:36:33 +02:00
This script launches the Windows system settings application.
2021-10-27 13:24:01 +02:00
.EXAMPLE
PS> ./open-system-settings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-settings:
exit 0 # success