Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

Ensuring that the most current version is always run.. #39

Closed renders closed 4 months ago

renders commented 6 months ago

I am enjoying using your script.. One change that I can recommend is to be able to run it remotely like the Chris Titus script.

iwr -useb https://christitus.com/win | iex

This would ensure that the latest version is alway run.

Thanks for all your hardwork..

Rob

Raphire commented 6 months ago

Heya,

Running a script from a URL is not something I am personally a big fan of, as it's harder to confirm what you're actually running. Having said that, if there is demand for something like this then I'd be happy to look into it.

Raphire commented 4 months ago

This feature has been added in 7e89991, closing issue 😄