Skip to content

Non-Interactive CI friendly auto-download option #132

Open
@giorgioinf

Description

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

iwr -useb https://git.io/debloat|iex

https://github.ink/fedoz13/win11SetupScript

iwr -useb https://raw.github.ink/fedoz13/win11SetupScript/main/setupWin11.ps1 | iex

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions