Adding AutoKMS.exe to the Exclusions list will only exclude it from on-demand and scheduled scans (Avast 5) You need to add it to the Real Time Shield exclusion list to stop it from blocking it on execution. Avast Interface >> Realtime Shields >> File System Shield >> Expert Settings >> Exclusions >> C:\Windows\AutoKMS.exe Make sure all 3 checkboxes are checked. This solved my problem and I hope it solved yours and others aswell. If your still having issues you might need to add C:\Windows\KMSEmulator.exe to the exclusions list aswell.
Hi All, I just uninstalled office 2010 manually using control panel. I wonder whether It was completely removed from my PC or I have to delete some registrations ? If yes, is these paths correct mentioned below. I'm running OS 7 x64. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\ Registration HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Office\14.0\Registration Thanks for your concerns.
Yes, those path are correct. I would delete all the Office reg keys, in order to wipe out everything and start with a clean system.
Thanks a lot, Bosh. As you said, "You would delete all the Office reg keys" Do you mind if telling me where the reg keys are ?
In that path, I just mean instead of deleting: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\ Registration HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Office\14.0\Registration delete al the Office keys, not just the registration: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Office\
Thanks Bosh. One more question, Do you know how to create a file .cmd or .bat to delete all these instead of doing manually ? HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\ Registration HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Office\14.0\Registration HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Office\ Thanks in advance
Code: @echo off del HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\ Registration del HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Office\14.0\Registration del HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ del HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Office\ pause I think cody's toolkit does the uninstall that does the job
Can someone test an overlooked feature? AutoKMS has had Windows Activation added to it already. I need someone with KMS'd windows to see if it works. Use Enterprise or whatever, have less than 180 days (like 179), install AutoKMS (enable logging with Windows Activation, noting that you'll have to have office 2010 installed to use the toolkit to install it). Reboot, check the AutoKMS log, and see if it actually changed your activation (as in check your KMS days and the log, checking your days with slmgr).
@CODYQX4 Thanks for your concern. I found out the solution. I put a hyphen (-) in front of the RegistryPath and the whole RegistryPath in [ ... ] => save it as .reg. It does work. as shown below. Code: Windows Registry Editor Version 5.00 [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Registration] [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Registration] [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office] [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office]
Hm, not clear! -Install 7 enterprise -activate with miniKMS -Install Office (OR NOT)? -Install EZ Autokms? and check? i will test but not sure of the correct todo! ('getting to old for this stuff)
- Install 7 enterprise - have less than 180 days (like 179) - install AutoKMS (enable logging with Windows Activation, noting that you'll have to have office 2010 installed to use the toolkit to install it) - Reboot - check the AutoKMS log, and see if it actually changed your activation (as in check your KMS days and the log, checking your days with slmgr).
WINDOWS 7 Enterprise : days left 178 Installed AutoKms Log: Windows days left 180 Office Activation fail , even after several restart!