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.26k stars 619 forks source link

add 'pause' at end of PowerShell script #76

Closed WillHanighen closed 4 months ago

WillHanighen commented 5 months 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 5 months 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.

Raphire commented 4 months ago

Closing issue due to lack of response.

Feel free to open a new issue if there is an area where the script doesn't wait for user input before exiting.