win10script
win10script copied to clipboard
This is the Ultimate Windows 10 Script from a creation from multiple debloat scripts and gists from github.
Added a filter option to exclude files under 200KB in size, allowing the script to extract only the images, and not the icons.
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...
Both of these were recommended in #335 - Adds check to see if the currently logged in account is the built-in admin account - if not, disables the built-in admin...
- Created KnownIssues.md - Contains a compilation of issues and their fixes - Hopefully will reduce the number of duplicate issues posted in the issues tab
win10debloat.ps1: - Fix some typos and grammatical errors
win10debloat.ps1: - Improved formatting to increase the readability of the script - Made the comment's formatting more consistent Much of this was previously in my pull request #285 but there...
win10debloat.ps1: - Closes #206, Any reference to C: prevents compatibility with systems that use other drives for their system, this fixes that by replacing all references to C: with $env:SystemDrive...
- Implemented Arguments - 34 Arguments Currently - Required a major restructuring of the script - Added functions for most parts of the script and calls the functions in the...
- Removing Xbox Identity Provider breaks Xbox Live games like Minecraft UWP - Fixed by commenting out the App in $Bloatware Recommended in #335