i am looking for a script that downloads image for wallpaper desktop
this one doesn't work
$url = 'https://images.alphacoders.com/137/1377548.png';
return ( Invoke-WebRequest -Uri $url -UseBasicParsing -TimeoutSec 30 ).Content;
this one doesn't work
$url = 'https://images.alphacoders.com/137/1377548.png';
return ( Invoke-WebRequest -Uri $url -UseBasicParsing -TimeoutSec 30 ).Content;