PowerShell/Scripts/open-task-bar-settings.ps1
Markus Fleschutz ce5311e427 Simple rename
2021-11-23 12:24:37 +01:00

16 lines
320 B
PowerShell
Executable File

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