1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-26 06:18:17 +01:00
PowerShell/Scripts/open-themes-settings.ps1
2021-11-01 12:06:51 +01:00

16 lines
299 B
PowerShell
Executable File

<#
.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