arcadesdude / BRU

Bloatware Removal Utility, for automating removal of pre-installed, factory bloatware from devices running Windows 7-10 and newer. Silently removes items selected if possible. Preselects common bloatware. Can remove Win10 UWP/Metro/Modern/Windows Store apps and provisioned apps.
MIT License
497 stars 31 forks source link

HP Dock Audio #7

Closed sirjoe13 closed 3 years ago

sirjoe13 commented 4 years ago

Hi

I cannot exclude the App "HP Dock Audio". Do you know why?

Regards, Sergio

arcadesdude commented 4 years ago

Post log so I can see what's going on please. They're in C:\BRU by default. Thanks!

sirjoe13 commented 4 years ago

Here the Log:

Bloatware-Removal-26-Jun-2020-11-25.log

arcadesdude commented 4 years ago

Thanks for the log. You can put quotes around items that have spaces in them so they will be excluded properly. This way of doing it with | separators between items may work better too:

powershell.exe -noprofile -executionpolicy bypass -file .\Bloatware-Removal-Utility.ps1 -s -exclude "keyboard|driver|HP Universal Camera Driver|HP Hotkey Support|HP Wireless Button Driver|HP Dock Audio" -includelast "HP Client Security Manager|HP Support Assistant" -norestorepoint -rebootafterremoval

sirjoe13 commented 4 years ago

i've tried it. The exclusion is not working. it wants to uninstall the HP Dock Audio. :(

arcadesdude commented 4 years ago

Ok I'll look into it and try to repeat the issue.

sirjoe13 commented 4 years ago

Thank you for the support 👍

arcadesdude commented 4 years ago

No problem. Still working on it. I was able to replicate the issue and working on a fix. How the regex escaping is done and how it does the matching will have to change to fix it. May be a few days.

On Mon, Jun 29, 2020, 2:24 AM sirjoe13 notifications@github.com wrote:

Thank you for the support 👍

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/arcadesdude/BRU/issues/7#issuecomment-650947977, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADMOAURDHTBJOAJX32JA3DDRZAXTDANCNFSM4OJG735Q .

sirjoe13 commented 4 years ago

any news? :)

arcadesdude commented 4 years ago

Still working on it. I know what I need to do now and will rewrite the match code. Holiday and family visiting delayed me a bit.

sirjoe13 commented 4 years ago

Perfect :) i was just curious if you found a solution. Enjoy your Holidays :D

arcadesdude commented 3 years ago

Just a quick update on the progress of this fix: I'm rewriting the core matching code and making it easier to maintain/make changes. This is taking a while and I've got lots of testing to work out. When it is ready it should resolve the inconsistencies and fix unknown bugs with the cli include options.

arcadesdude commented 3 years ago

I've pushed an updated version with fixes. Please let me know if you still have issues.

https://github.com/arcadesdude/BRU/releases/tag/09-20-2020