Update set-wallpaper.ps1

This commit is contained in:
Markus Fleschutz
2021-08-05 08:01:06 +02:00
committed by GitHub
parent 0f6adc6bc4
commit 66d169d9cb

View File

@ -2,8 +2,8 @@
.SYNOPSIS .SYNOPSIS
set-wallpaper.ps1 [<image-file>] [<style>] set-wallpaper.ps1 [<image-file>] [<style>]
.DESCRIPTION .DESCRIPTION
Sets the given image file as wallpaper Sets the given image file as desktop wallpaper (.JPG or .PNG supported)
(style is either Fill, Fit, Stretch, Tile, Center, or Span) (<style> is either Fill, Fit (default), Stretch, Tile, Center, or Span)
.EXAMPLE .EXAMPLE
PS> .\set-wallpaper.ps1 C:\ocean.jpg PS> .\set-wallpaper.ps1 C:\ocean.jpg
.LINK .LINK