Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-Interactive CI friendly auto-download option #132

Open
giorgioinf opened this issue Oct 24, 2023 · 0 comments
Open

Non-Interactive CI friendly auto-download option #132

giorgioinf opened this issue Oct 24, 2023 · 0 comments
Labels
Feature Request New feature request

Comments

@giorgioinf
Copy link

giorgioinf commented Oct 24, 2023

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
@giorgioinf giorgioinf added the Feature Request New feature request label Oct 24, 2023
@giorgioinf giorgioinf changed the title Non-Interactive CI frendly auto-download option Non-Interactive CI friendly auto-download option Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature request
Projects
None yet
Development

No branches or pull requests

1 participant