NOD is detecting the service KMS activator as virus its say the name of the file but when I search that file to add in exclusion I can't find the file.....sorry bad english...
I can give you another reason (why I want the "execution switch"): 3. You want to create an unattended dvd/usb stick to install windows, office etc automatically with minimum user input required. This way you can install it on your laptop, pc, htpc, your mothers pc, your fathers laptop and the girlfriends laptop. Only configure it once and you won't have to sit by your pc and do the same again. Ofcourse people should definitely know they are not using original-legitime software. Nothing is for free and I do not want to give that impression. So an execution switch would be nice. I also agree with LQQL but in a different way: don't waste time and energy, basta!
But the thing is that if we do all of this to "test Office until we can buy a license" (quoting timesurfer), it's part of our responsability as developers not to allow scamming with our tools isn't it? That's why I mentioned the execution switch, I can work on that also.
I think showing a fade popup that looks like the one when you open mini-kms would be nice that states its not legit, until it finishes. If you open minikms it has a fade prompt so something like that. This would show regardless of whether or not output was sent to console, console window hidden, or output sent to log. The Daz loader shows a popup until its done when integrating it into a disc so that's what I'm referring to. I kinda like the fade style the mini-kms does, keeping in mind EZ-Activator at its quickest takes some time, enough for something like that.
The best way would be using an anti virus that does what you're telling it to do. If you add the exception and the antivirus erase it, it's antivirus fault. Anyway, I always recomend using Avira AntiVir Free
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