PowerShell/Scripts/open-themes-settings.ps1

16 lines
299 B
PowerShell
Raw Normal View History

2021-11-01 12:06:51 +01:00
<#
.SYNOPSIS
Opens Windows themes settings
.DESCRIPTION
This script launches the Windows themes settings.
.EXAMPLE
PS> ./open-themes-settings
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process ms-settings:themes
exit 0 # success