diff --git a/meme-of-the-day-client.ps1 b/meme-of-the-day-client.ps1 index 0d0dcac..aa86da3 100644 --- a/meme-of-the-day-client.ps1 +++ b/meme-of-the-day-client.ps1 @@ -2,7 +2,6 @@ Function Set-WallPaper($Value){ Invoke-WebRequest "https://motd.ping-mee.de/wallpaper.png" -OutFile "$($value)wallpaper.png" Set-ItemProperty -path 'HKCU:\Control Panel\Desktop\' -name wallpaper -value "$($value)wallpaper.png" rundll32.exe user32.dll, UpdatePerUserSystemParameters - } Set-WallPaper -value "C:\temp\" \ No newline at end of file