Raphire / Win11Debloat

A simple, easy to use powershell script to remove bloatware apps from windows, disable telemetry, bing in windows search aswell as perform various other changes to declutter and improve your windows experience. This script works for both windows 10 and windows 11.
MIT License
6.66k stars 250 forks source link

add 'pause' at end of PowerShell script #76

Open WillHanighen opened 1 week ago

WillHanighen commented 1 week ago

it just exits so you don't know if there are any errors and it's a single line at the end of the file so its not that hard to do

Raphire commented 1 week ago

@WillHanighen What method are you using to run the script and where do you wish to see the pause?

The Win11Debloat.ps1 script itself does wait for user input after applying the changes, unless running the script with the -Silent parameter.