-
Notifications
You must be signed in to change notification settings - Fork 96
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
Integrated CleanUnwantedUpdates #25
base: master
Are you sure you want to change the base?
Integrated CleanUnwantedUpdates #25
Conversation
And how is this overengineered byproduct of brain activity any better than a straightforward batch file? |
It does more :) |
Does it NEED to do more, to begin with?
? |
For now - no (the additional functionality detecting suspicious updates (the ones having keywords for now, you can plug an additional heuristics into it) is not activated by default, to activate it you need to either edit config every time you need it (it deactivates itself to prevent abuse (when it is fully enabled, it downloads and parses the pages with updates descriptions)), or edit the source to remove self-deactivation).
Bad. In order to hide an update you have to use WSH script. Why not to move entire functionality into WSH then? Again, the purpose of that tool was not only to delete the updates, but also to detect the suspicious ones and ask the user to examine them manually. |
Any heuristic is fail-prone. Which means, it is essentially unsafe. I'm not going to place my system at risk. |
Don't make such a statements without examining the code. It DOESN'T remove updates based on heuristics, it just advises the updates to be checked manually. The main source of unsafety in my script is the possibility to exploit the vulns in ActiveX components used. |
Then again, if you make an application, that ONLY checking for possible suspicious updates (and then again, Microsoft rarely gives any meaningful info to such updates, largely only reposting the list of binaries included), I see the reason to refer to your application as a potentially useful additional tool. |
Replaces builtin script with CleanUnwantedUpdates