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

16 lines
305 B
PowerShell
Executable File

<#
.SYNOPSIS
Opens Windows system settings
.DESCRIPTION
This script launches the Windows system settings application.
.EXAMPLE
PS> ./open-system-settings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-settings:
exit 0 # success