Sycnex / Windows10Debloater

Script to remove Windows 10 bloatware.
MIT License
17.98k stars 2.03k forks source link

URL based one-liner to run debloater GUI #134

Closed rayzr522 closed 5 years ago

rayzr522 commented 5 years ago
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/debloat'))

Just thought this might be nice to add to the README as it is how I always run the debloater GUI now. The git.io link was just a link that I made using the free git.io URL shortener. You could, of course, instead use a raw GitHub link if that would be more secure in your opinion.

I find this much simpler tho, and on older computers, it is quite laggy to copy & paste the debloater script into Powershell. This is almost instant, assuming a fast enough internet :)

Sycnex commented 5 years ago

You got it :D

Sycnex commented 5 years ago

Added it to the ReadMe.