win10script
win10script copied to clipboard
Fix winget Bug
win10debloat.ps1:
- Closes #283, When running winget for the first time, many programs would require manual interaction to accept terms and conditions and the license agreement. This fixes that by adding the flags --accept-source-agreements --accept-package-agreements --silent to every winget install to eliminate the need for manual interactions in the case there is one.
Much of this was previously in my pull request https://github.com/ChrisTitusTech/win10script/pull/285 but there were issues with the diff creating confusion that caused it to be closed. So I'm redoing everything and putting them all into separate pull requests to increase clarity on exactly what has changed.
The upcoming update will fix this, I will close this when it releases.