This repository was archived by the owner on Sep 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Tweaked a Few Things and Resolved Several Issues #285
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ram-reducer.reg: Added some comments and commented out "DisableAntiSpyware" robocopy.ps1: Added a check to detect number of Logical Processors in the computer and make Robocopy use that amount of threads service disabler.ps1: Made comments a lot easier to read and made the comments format the same for all of them
Individual Scripts\service disabler.ps1: Improve Comment clarity and consistency win10debloat.ps1: Improve formatting(add whitespace in some places, improve comment formatting), Add $ResultText logging in the beginning of any task that isn't instant
service disabler.ps1: Improved Readability and Formatting
Individual Scripts\service disabler.ps1 and win10debloat.ps1: Improve comment formatting/readability
win10debloat.ps1: Added some whitespace to make the code easier to read
Individual Scripts\service disabler.ps1: Changed one comment and one Write-Host win10debloat.ps1: Improved consistency with comments and Write-Host's throughout the script, Added whitespace in many places to improve readability
win10debloat.ps1: Sorted $services and $Bloatware alphabetically
Remove unnecessary whitespace at the end of lines and remove double-newlines in some places
win10debloat.ps1: Improved Readability throughout the script
Hopefully this will resolve the conflict
win10debloat: Added more whitespace and some write-host's to the Virtualization section
Disabling NDU breaks task manager per-process monitoring according to #272
Added 'Disabled TLS Protocols.ps1' to 'Individual Scripts' Recommended on Issue #287 Source: https://github.com/ToddMaxey/Settings-for-TLS-and-.Net-to-enforce-strong-crypto
Added flags --accept-source-agreements --accept-package-agreements --silent to every winget program install to prevent user possibly having to accept license agreements for some programs. Recommended in #283
Added if-statement that checks if ooshutup10.cfg exists, if it does then does nothing, if it doesn't then it downloads it. This allows users to put their own preset into the script root directory and it not to be overridden.
win10debloat.ps1: Fixes two minor grammar issues I noticed
win10debloat.ps1: Adds Power Plan detection to $restorepower so plans aren't added if they already exist. Fix duplication of $disableupdates and $enableupdates. Fix a few write-host grammar issues.
win10debloat.ps1: Improved grammar and formatting of $disableupdates and $enableupdates
win10debloat.ps1: Set Enable-ComputerRestore to $env:homedrive instead of C: to accommodate for non-default system drive locations.
Closes #206
win10debloat.ps1:
- Closes #218
- Adds check if OS is Windows 11, then changes the default right-click menu to the detailed view.
- Enables GPU Hardware Acceleration
Individual Scripts\ - Sorted Scripts into 'CMD Scripts', 'PowerShell Scripts', and 'Registry Tweaks' to Reduce clutter - Added 'Disable-Hardware-Acceleration.reg' and 'Win11-Small-Taskbar.reg' from #218
Author
|
I've come to the realization that my first pull request has become quite chonky... I love it. |
win10debloat.ps1: - Fixes #229, the normal winget installation method does not work for LTSC versions of windows so I implemented the method shown at microsoft/winget-cli#1956 which installs everything much more manually.
win10debloat.ps1:
- Closes #154, Restructured much of the script to allow for the implementation of arguments, separated the code from the .Add_Click statements into their own functions. Implemented Arguments for almost all of the sections of the script. Created the longest if-statement I have ever seen (may the tech gods forgive me, there was no other way).
README.md:
- Documented all of the added Arguments and included an example
KnownIssues.md: Added Known Issues page so people can know common issues and solutions
win10debloat.ps1: swap all references to C: with $env:systemdrive to allow for systems not installed to C:
win10debloat: Add detection of Windows Server for alternative winget install
Closed
titus-toolbox.png: Reduce the image size by about 50% without a loss of quality. Doesn't do much, but it is good to do anyway.
./security-updates-only.reg: Moved to 'Individual Scripts' as it is a separate script
HyperV Tools\vm-gpusplit.ps1: - Added prompt to enter VM name - Added reference to the MS doc for Set-VM HyperV Tools\vm-setresolution.ps1: - Added prompts for VM name, and VM resolution
Author
|
It seems that the diff was garbled by GitHub due to the number of changes causing some confusion |
This was referenced Apr 23, 2022
Open
Author
|
Progress splitting this into other pull requests: Individual Scripts:
Individual Scripts\PowerShell Scripts\robocopy.ps1:
Individual Scripts\PowerShell Scripts\Disabled TLS Protocols.ps1:
HyperV Tools\vm-gpusplit.ps1:
HyperV Tools\vm-setresolution.ps1:
security-updates-only.reg:
KnownIssues.md:
win10debloat.ps1:
Issue Resolutions:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Individual Scripts:
Individual Scripts\Registry Tweaks\ram-reducer.reg:
Individual Scripts\PowerShell Scripts\robocopy.ps1:
Individual Scripts\PowerShell Scripts\service disabler.ps1:
Individual Scripts\PowerShell Scripts\Disabled TLS Protocols.ps1:
HyperV Tools\vm-gpusplit.ps1:
HyperV Tools\vm-setresolution.ps1:
security-updates-only.reg:
win10debloat.ps1:
Issue Resolutions:
Possible Future Additions: