Well, thank you for replying, now we're getting somewhere but not quite there.
I followed your instructions, with your most up to date script and i got this error:
The term 'Invoke-WebRequest' is not recognized as the name of a cmdlet,
function, script file, or operable program.
Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At C:\waifu_solitaire v2.0.0\waifu_solitaire\v2.0.0\start.ps1:83 char:37
+ $img = Invoke-WebRequest <<<< $Matches[1] -OutFile $out_path
+ CategoryInfo : ObjectNotFound: (Invoke-WebRequest:String) [], C
ommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptionI did some digging and turns out the Invoke-Webrequest was removed from Powershell 5.
This guy seemingly have recreated the function itself, but when i tried to implement it a quick red message would appear and crash the cmd, can't debug, too fast. Maybe you have better tools:
https://github.com/cloudbase/unattended-setup-scripts/blob/master/FastWebRequest...