Skip to content

Releases: arcadesdude/BRU

Added default detection for Lenovo Ai Meeting Manager Service

25 Aug 18:23
Compare
Choose a tag to compare

08/25/2022

  • Added default detection for Lenovo Ai Meeting Manager Service
  • Updated README

McAfee Security Scan Plus silent removal, MCPR fixes

17 Aug 20:41
Compare
Choose a tag to compare

08/17/2022

  • Fixed MCRP running silently again (see the section above Obtaining Specific Bloatware Uninstall Helpers for more info)
  • Added silent removal arguments for McAfee Security Scan Plus
  • Updated README

Update WASP and fix Dell Optimizer Service to be silent uninstall

05 Dec 19:40
Compare
Choose a tag to compare

12/05/2021

  • Fixed Dell Optimizer Service to be silent when uninstalling
  • Updated README and script comments for link to WASP.dll

New export selection file feature, additional and fixed detection, other updates

20 May 23:56
Compare
Choose a tag to compare

05/20/2021

  • Fixed Office 365 detection (MS Calls it Microsoft 365 now) thanks to jduke-halls
  • Added Feature to save GUI selection list to file and then use that silently. Good for customizing different 'batches' or brands of bloatware for removal.
  • Changed HP UWP app detection, now targets company prefix of HP (AD2F1837) instead of by individual app names
  • Added UWP not match exclusion for "HPPCHardwareDiagnostics"
  • Added back Powershell v2 support (updated BAT file to use STA mode if PSv2 or lower to support dialog boxes and removed * output streams redirector (which is PSv3+ only).
  • Attempt alternate method of suppressing errors when removing UWP apps that are already removed.
  • Updated README

Many Fixes and Updates

21 Mar 13:12
Compare
Choose a tag to compare

03/21/2021

  • Updated comments, haven't been testing Powershell 2 so updated to show support for 3+ (it may still work in 2 but I haven't been testing in it and dropping support for version 2).
  • Updated removing McAfee from taskbar (unpinning) if it was there after McAfee removal. Removed verbose output when deleting the MCPR during McAfee Removal.
  • Fixed some UWP apps not getting removed by adding additional removal and suppressing most removal output (sometimes Win 10 Version 2004 still shows error removing on the 2nd and 3rd attempts when it worked on the first attempt). Apps like Lenovo Vantage are removed correctly on the 2nd removal attempt now (some apps would always fail on first attempt due to Windows bug). Found the fix in a Lenovo uninstall script.
  • Tweaked default suggested uninstall list, Lenovo apps no longer need a space after 'Lenovo' to be considered for the default list.
  • Added Microsoft Getstarted UWP app (Welcome to Windows 'tour')
  • Added "Lenovo System Update" to exclude list by default
  • Fixed/Updated Core regular expression matching again for more consistent include/exclude when using command line options.
  • Added some edge cases error handling when the programs list is very small to not throw an error.
  • Updated README

Fix matching issue in silent/cli mode when exclude list is blank

07 Oct 12:54
Compare
Choose a tag to compare

10/07/2020

  • Fixed Matching issues. Rewrote core matching and fixed issues matching when exclude list blank in silent/cli options.

Matching fixes and added to default suggestions list

20 Sep 15:45
Compare
Choose a tag to compare

09-20-2020

  • Fixed Matching issues. Rewrote core matching and fixed out of order or match/not match issues with command line options.
  • Updated Inclusion/Exclusion default suggestions.
  • Excluded "Dell MD Storage" from default suggestions
  • Added "HPSureShield" UWP app to suggested apps
  • Added "HPSupportAssistant" UWP app to suggested apps
  • Added "HPPrivacySettings" UWP app to suggested apps
  • Added "FarmHeroesSaga" UWP app to suggested apps
  • Added "Norton" UWP app to suggested apps
  • Added "Norton Security" UWP app to suggested apps
  • Minor display fixes

Added LenovoUtility (Vantage) UWP app detection to the list of suggested apps to remove.

28 Jan 15:23
Compare
Choose a tag to compare

01/28/2020

  • Added LenovoUtility (Vantage) UWP app detection to the list of suggested apps to remove.

Added ASUS and more McAfee detection

27 Nov 20:58
Compare
Choose a tag to compare

11/27/2019

  • Added Added ASUS software including ASUSGiftBox, ASUSPCAssistant (MyASUS) and McAfee Security (UWP) app detection to the list of suggested apps to remove.

Additional logging for command line options and fix for using -includelast -specialcases option when running silently

23 Nov 22:14
Compare
Choose a tag to compare

11/23/2019

  • Added logging full command line options if run silently
  • Fixed #5 "-includelast or -specialcases not working"