Office 2010 Toolkit and EZ-Activator.

Discussion in 'MDL Projects and Applications' started by CODYQX4, Apr 27, 2010.

Thread Status:
Not open for further replies.
  1. DirtyTodd

    DirtyTodd MDL Novice

    Oct 2, 2010
    11
    0
    0
    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...
     
  2. zilexa

    zilexa MDL Novice

    Jan 25, 2011
    6
    0
    0
    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! :)
     
  3. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    Well it's already done so we've already put the time into it.
     
  4. Bosh

    Bosh MDL Developer

    May 30, 2010
    615
    302
    30
    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.
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150
    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.
     
  6. mtt

    mtt MDL Novice

    Mar 12, 2010
    30
    8
    0
    +1, What is the best way to work around this issue? Thanks
     
  7. Bosh

    Bosh MDL Developer

    May 30, 2010
    615
    302
    30
    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
     
  8. Puremin0rez

    Puremin0rez MDL Senior Member

    Nov 24, 2010
    267
    158
    10
    #1988 Puremin0rez, Feb 11, 2011
    Last edited: Feb 11, 2011
    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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. mtt

    mtt MDL Novice

    Mar 12, 2010
    30
    8
    0
    Wouaaahhh, it solves my problem. Thank you very much.
     
  10. ihbhogger

    ihbhogger MDL Novice

    Nov 11, 2009
    1
    0
    0
    Will give it a try, thanks
     
  11. calpo

    calpo MDL Member

    Apr 23, 2010
    212
    60
    10
    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.
     
  12. Bosh

    Bosh MDL Developer

    May 30, 2010
    615
    302
    30
    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.
     
  13. calpo

    calpo MDL Member

    Apr 23, 2010
    212
    60
    10
    #1994 calpo, Feb 12, 2011
    Last edited: Feb 12, 2011
    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 ?

     
  14. Bosh

    Bosh MDL Developer

    May 30, 2010
    615
    302
    30
    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\
     
  15. calpo

    calpo MDL Member

    Apr 23, 2010
    212
    60
    10
    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
     
  16. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,527
    4,103
    270
    #1997 timesurfer, Feb 13, 2011
    Last edited by a moderator: Apr 20, 2017
    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
     
  17. calpo

    calpo MDL Member

    Apr 23, 2010
    212
    60
    10
    Thanks for your help & concern, timesurfer.

    I'll try ....

    Have a good day.
     
  18. calpo

    calpo MDL Member

    Apr 23, 2010
    212
    60
    10
    #1999 calpo, Feb 13, 2011
    Last edited: Feb 14, 2011
    The prolem is solved

    Thanks again
     
  19. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,814
    45,768
    150