You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some other Windows Debloat projects have a option to execute the URL directly, without need downloading the zip file, extract it and execute the scripts via command-line.
As this is one of the most complete debloat projects, it would be very handy if it comes with URL single line option, helping us to setup a provision step in our CI environments.
Description
Some other Windows Debloat projects have a option to execute the URL directly, without need downloading the zip file, extract it and execute the scripts via command-line.
Example how it could be:
iwr -useb https://raw.github.ink/LeDragoX/Win-Debloat-Tools/main/WinDebloatTools.ps1 -Param1 -Param2 | iex
Reason
As this is one of the most complete debloat projects, it would be very handy if it comes with URL single line option, helping us to setup a provision step in our CI environments.
Examples
There few projects which does it:
https://github.ink/Sycnex/Windows10Debloater
https://github.ink/fedoz13/win11SetupScript
The text was updated successfully, but these errors were encountered: