LeDragoX / Win-Debloat-Tools

Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.
MIT License
4.82k stars 245 forks source link

Update Request-FileDownload.psm1 #140

Closed 747DB66FBC closed 7 months ago

747DB66FBC commented 7 months ago

Had to dig deeper... If the path "$(Get-TempScriptFolder)\downloads" is not existent and has to be created, the script will fail. Cause of the error was a non-captured output in this function at corrected line.

747DB66FBC commented 7 months ago

Thanks for your fix, this was giving me a lot of headache. You nailed it! (Again, with paths with spaces)

Had headaches with this, too. You are welcome!