Skip to content

Commit

Permalink
Add whatif to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Sep 29, 2024
1 parent 153dc9d commit 43a3497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/PlayWithWallpapers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Get-DesktopMonitors | Format-Table

Get-DesktopWallpaper -Index 0

Set-DesktopWallpaper -Index 1 -WallpaperPath "C:\Support\GitHub\ImagePlayground\Sources\ImagePlayground.Examples\bin\Debug\net7.0\Images\KulekWSluchawkach.jpg" -Position Fit
Set-DesktopWallpaper -Index 0 -WallpaperPath "C:\Users\przemyslaw.klys\Downloads\IMG_4820.jpg"
Set-DesktopWallpaper -Index 1 -WallpaperPath "C:\Support\GitHub\ImagePlayground\Sources\ImagePlayground.Examples\bin\Debug\net7.0\Images\KulekWSluchawkach.jpg" -Position Fit -WhatIf
Set-DesktopWallpaper -Index 0 -WallpaperPath "C:\Users\przemyslaw.klys\Downloads\IMG_4820.jpg" -WhatIf

0 comments on commit 43a3497

Please sign in to comment.