1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-03-26 22:36:12 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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