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
14.34k stars 622 forks source link

Suppress prompts #8

Closed blademansw closed 1 year ago

blademansw commented 1 year ago

Fantastic script, but ideally it needs an option like -Silent to suppress any interactive prompts so you can run it using deployment tools (e.g. PDQ)

I just deleted the line waiting for any key to be pressed on mine ;-)

Raphire commented 1 year ago

Heya,

Thanks for the suggestion, I can definitely see the need for removing any user input altogether for that use case. I have updated the script to include this -Silent option, so no input is required at all. 1b6ce05

Thanks! -Raphire