PowerShell/Scripts/open-system-settings.ps1
2021-10-27 13:24:01 +02:00

16 lines
296 B
PowerShell
Executable File

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