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 Use-DebloatSoftware.ps1 #138

Closed 747DB66FBC closed 7 months ago

747DB66FBC commented 7 months ago

Corrects the returned path of downloaded adwcleaner tool.

Win10 22H2 PSVersion 5.1.19041.3693 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.3693 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1

LeDragoX commented 7 months ago

This part gave me headaches before, I didn't know the reason exactly, but it has to do with spaces in the path location, which thrown an error message about File Not Found exception, this is why the code is looking a mess.

Just before I forget, if you make more PRs, select the develop branch, then clone or edit the file there.

LeDragoX commented 7 months ago

Weird CI bug, it was working fine when i tested

747DB66FBC commented 7 months ago

Thanks for the hint.

Just before I forget, if you make more PRs, select the develop branch, then clone or edit the file there.