REGISTRY CHANGES TO UNINSTALL AVAST FREE - ever been sent them?

Avast Clear doesn’t seem to have fully cleared Avast Free: forum.avast.com/index.php?topic=231523.0.

Anyone know the registry changes needed to uninstall it?

Avast passwords are in the cloud, and (as far as I know) only way I can access them is through Avast Passwords app. Repeatedly getting 20-character passwords from phone to laptop is a nuisance. So I need to be able to reinstall.

Come on Avast (moderators) - it’s a bit much to collect all my passwords, then deny easy access to them. Thanks for any help, anyone.

Hi,

Please have a look at this guide on how to use Avast Clear (uninstall utility):
https://support.avast.com/en-ww/article/Uninstall-Antivirus-Utility

Furthermore,
Please follow these steps to manually delete any remaining Avast folders:
https://support.avast.com/en-us/article/94

Concerning Avast Passwords, you should be able to synchronize your passwords between your phone and laptop.
Please see this guide: https://support.avast.com/en-ww/article/Synchronize-Passwords-across-devices

Unfortunately this guide doesn’t work. You never receive the email to start synchronizing your passwords.
This is as far as I can ever get with this process,

https://screencast-o-matic.com/screenshots/u/Lh/1579104188957-29025.png

I’ve found why CCleaner sticks at Avast - ProgramData \ AVAST Software \ Avast \ log has >11,000,000 files! Each 1KB. And I can only delete few at a time. No malware. Why so many? How can I delete AVAST Software folder?

You can only download Avast Passwords as part of Avast Free, can’t you?

Hi,

11,000,000 files is unusual.
If I understand correctly, you tried to remove the Avast folder as described in the article (https://support.avast.com/en-us/article/94 ) and subsequently were unable to do so.

Could we please once again make sure that Avast is properly uninstalled.
Please follow these steps exactly as outlined below.

[ol]- Download Avast Uninstall Utility from here: https://files.avast.com/iavs9x/avastclear.exe (even if done before)

Thanks for your help, r@vast.

Can’t do (5) - can only delete a few of the 11 million at a time. I left it all night.

Delete the Folders not the individual files. See if that helps

Tried that too, thanks, Bob.

The answer might come from knowing why & how there came to be over 11 million log files…

Hi,

Could you post a screenshot of the folder containing the 1KB files.
Could you also attach one the 1KB file here, please.
(via “+ Attachments and other options”)

In place of screenshot, this error msg:

The message exceeds the maximum allowed length (20000 characters).
So attached it instead.
Amsi.log.tmp.012a7de1-b214-4579-acb8-ce47f6b73808. You cannot upload that type of file.The only allowed extensions are jpg,png,txt,log,gif.
So gave it extension .log

Hi, you need to click on “Attachments and other options” below the “reply box”
If it is still not working for you, please upload it to a hosting service (paste the link here) and we can obtain it that way.

https://screencast-o-matic.com/screenshots/u/Lh/1579266776740-31378.png

Edited post - I’d delete your last post and this one (so new readers aren’t confused).

Hi guys, seems he found the option and edited Reply #9.

Hi Andrew-Dillon,
it looks like avast logger’s severity is set to debug. You can change it in Avast UI Settings → Troubleshooting There should be a checkbox “Enable debug logging” - uncheck it please !

! Please do not delete all files in c:\ProgramData\AVAST Software\Avast\log folder ! but use this powershell commad which will delete only amsi log files :
Remove-Item “c:\ProgramData\AVAST Software\Avast\log\Amsi.log.tmp*” -Force

How to launch powershell :
https://www.digitalcitizen.life/ways-launch-powershell-windows-admin

Thank you for report !

Getting an unexpected token error?

Unexpected token ‘-Force’ in expression or statement.
+ CategoryInfo : ParserError: (:slight_smile: , ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken

Try to omit -Force argument ?