PowerShell/Scripts/open-background-settings.ps1
2021-11-01 12:06:51 +01:00

16 lines
331 B
PowerShell
Executable File

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