-
Notifications
You must be signed in to change notification settings - Fork 843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates and Additions #245
base: master
Are you sure you want to change the base?
Conversation
Reference Material
Thank you for the input. If I find some time, I'll go over the changes and cherry-pick what seems suitable. |
Disabling "camsvc", Capability Access Manager Service, results in taskbar tray menu no longer working (completely disappearing, along with the date, time and other icons like network status, sound icon), so please remove this from your changes to ** Confirmed at least on win11 |
Besides the above thing, there are more things that will break due to the inclusion of a script (
** Btw, you seem to be just as ballsy as the author of this script. Your PR also removes the disabling comment from this line in remove-default-apps.ps1:
Besides that, stop the use of:
For small things, on the line And after all, following my tests i still noticed some broken OS functionality that im yet to pinpoint back to an exact procedure. For example, a network connection is detected with a delay (both on taskbar icon and certain applications that initially report there's no connectivity but then retract it after another try) and for a long time after running this stuff, consistently after each time i run it (
End of comment. As you can see, you are trying to contribute something that poses too many risks to the proper functioning of an OS. During my tests, i spent 100x more time investigating and hand-fixing obscure issues/breakages on this testing machine than i spent running relatively safe debloaters (like the warhawk one still is, so far) on hundreds of PC's combined, in the past year. I don't recommend anyone to merge or use this even locally, and i dont see it suitable for any relatively safe debloater repo. As the maintainer said to consider cherrypicking it, that is really the only way to go, so they can skim past the retarded lines and behaviors in the scripts you're trying to get added here. It really looks like a combination of random and cooked up stuff that an otherwise scriptkiddie-paster put together. That puts users at risk for messing up their OS for good, or damaging it for a lot of restoration efforts. Bruh @supmaxi ** Note that i didn't really review Be careful with this stuff, @W4RH4WK |
Updates:
https://github.com/supmaxi/Debloat-Windows-10/blob/master/scripts/block-telemetry.ps1
https://github.com/supmaxi/Debloat-Windows-10/blob/master/scripts/disable-services.ps1
https://github.com/supmaxi/Debloat-Windows-10/blob/master/scripts/experimental_unfuckery.ps1
Additions:
https://github.com/supmaxi/Debloat-Windows-10/blob/master/scripts/Disable%20Remove%20Insecure%20Features.bat
https://github.com/supmaxi/Debloat-Windows-10/blob/master/scripts/Harden%20OS.bat
See all here: https://github.com/supmaxi/Debloat-Windows-10
P.s, sorry for the messy commits (and added/deleted files in repository)... new to github.. so probably dont look at all the commits in between, just look at the current , final scripts in my forked repository.