parent
ff18e07148
commit
019b2df5da
|
@ -1,5 +1,5 @@
|
||||||
Function Set-WallPaper($Value){
|
Function Set-WallPaper($Value){
|
||||||
$url = "https://memeoftheday.ping-mee.de/wallpaper.png";
|
$url = "https://motd.ping-mee.de/wallpaper.png";
|
||||||
$wc = New-Object System.Net.WebClient
|
$wc = New-Object System.Net.WebClient
|
||||||
$wc.DownloadFile($url, "C:\temp\wallpaper.png")
|
$wc.DownloadFile($url, "C:\temp\wallpaper.png")
|
||||||
Invoke-WebRequest $url -OutFile C:\temp\wallpaper.png
|
Invoke-WebRequest $url -OutFile C:\temp\wallpaper.png
|
||||||
|
|
Loading…
Reference in New Issue