From 717935ad81e5efc5f84520bb25323c87c65ad466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 6 Jul 2022 14:34:02 +0200 Subject: [PATCH] finished the client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- meme-of-the-day-client.ps1 | 1 - 1 file changed, 1 deletion(-) 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