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. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    Just to let everyone know how development is going:

    I implemented ability to use ini file in AutoKMS and Toolkit, to allow more flexibility and control. Bosh is replacing where the EXIT button is (bottom right) with a settings config that will let you choose your settings and apply them.

    Some things added is that EZ-Activator will attempt solutions by default. I can automatically rearm and reinstall license files. I can auto repair office but its unreliable now.
    (I check what’s actually installed, repair one of its msi (silently, I need to see it to test though) (Works on my VM but not my real PC). This fixes effects of License Delete and after successful repair any other products are License Added. Thing is this requires reconversion, and then try again. If fails again it just won't work ad needs reinstall.

    So the msi repair is a problem. Another issue is I run vbs file for uninstalling office, but in my VM test it gets to a point and hangs, never finishing.

    Excluding these issues, I am thinking of making things more efficient and changing the way I do some things.

    Some things we do involve using ospp.vbs or running a batch command, saving the output. There seems to be overhead with this. If the command is to have a lot of output (like if you install all licenses and press check) it hangs.

    I want to eliminate use of ospp.vbs. Anything we use it for can be done using WMI. I call to WMI using md which suffers the previously mentioned issue.
    I can remove keys by license/type, not actual key (this is how I made EZ-Activator remove retail key without knowing it).Somehow I can install a key as well. I can set and remove KMS hostname, activate product (This is how AutoKMS only activates KMS and EZ-Activator does it one at a time). I can get the licensing state and grace of a product (like days if it’s activated or rearm/notifications mode.) I want to collect the info, display it in a user friendly way (As some people don't understand the results of Check).

    To make this work I can use WMI, but I need to use real code vs. using cmd and relying on it. Doing this will eliminate a lot of32/64/WOW checks as the WMI call is the same no matter what. Using native code will make it much faster, in both real and perceived speed. Some things simply feel slow because you see nothing until everything is done and displayed in one go.

    I just need to figure out how. I can make it totally independent of ospp.vbs, only needing OSPPREARM.exe which has no WMI call I'm aware of and works fine is. I cannot achieve what I say now without direct WMI as the overhead and issues screw it up. I wanted to make a activation status like Win 7 loader but to run the checks with multiple office apps was slow and could lock up rendering toolkit useless. EZ-Activator uses a dumbed down and optimized version of those checks but is still slow if you have a lot of stuff installed (an irregular but possible scenario, imagine running license add for everything and you get that state.

    Using the WMI allows for consistency. I know commands can execute differently on XP.

    BETA 3 will fail to create AutoKMS task on XP because task make command on XP cannot support /F (Force - Overwrite) parameter. I made a separate XP check but that in itself is inefficient, a waste of code and effort. I'm thinking about adding it under "Run" reg key. It will run at boot like now. If someone wants to change it, I have toolkit option to not delete Keygen and localhost, so someone could use their own script or make their own task for AutoKMS. AutoKMS was meant to keep it at 180 days, without concern, use it any other way (say once every 175 days) and you may as well just use EZ-Activator manually.
     
  2. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    EZ-Activator installs AutoKMS. If you have it installed you'll never have to worry about reactivation.

    No office updates out cause any trouble. If its not OGA or a SP its probably safe.
     
  3. levomac

    levomac MDL Novice

    May 1, 2010
    31
    1
    0
    hi cody ,great tool;
    i wanna know about the tools ability to back up and restore activation for an office that's been activated by a genuine mak key.If i do a reinstall of windows,wud i be able to bak up & restore activation correctly on the same machine.Or is it a possibility that i may loose my activation status.
    thanks.
     
  4. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    Probably won't work, worth a shot though as it will fix it if it fails, bring things back to before you tried the restore (So your license doesn't get marked as tampered).
     
  5. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. illicitstylz

    illicitstylz MDL Novice

    Jun 5, 2010
    2
    1
    0
    works flawlessly.

    if it doesnt work at first,
    license management > delete all
    repair microsoft office 2010
    run ez activator again.
     
  7. splur

    splur MDL Novice

    Oct 19, 2009
    23
    0
    0
    I activated Office fine, unfortunately I have MSE and it stopped AutoKMS cause it considered it a virus. Whatever, I allowed it and reran the EZ-Activator.

    I wanted to test it so I put the computer clock to 180 days, and then 181 days. I'm assuming this doesn't actually test the reactivation process? Cause it didn't reactivate.
     
  8. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    It runs at every reboot, not every so many days or hours. I assume 99% of people will reboot at least once every six months.

    Anyone who regularly uses the newest software or updates has to reboot regularly. If you don't fit this description you probably didn't jump to Office 2010.

    Also, even if it totally expires, it should still be able to reactivate when ran.
     
  9. kokosmann

    kokosmann MDL Novice

    Apr 25, 2010
    48
    4
    0
    I like this project but I just have a quick question.

    I read something like some added licenses of word, excel, pp and so on.

    Does that mean this toolkit will be once able to activate a retail version of Office 2010 for good?

    Or did I just misunderstand something?

    Best regards,

    kokosmann
     
  10. Bosh

    Bosh MDL Developer

    May 30, 2010
    613
    297
    30
    No, it's because there are single app versions of Office, you can buy a license just for Word or Excel, etc. Right now the only way to activate Office is via KMS.
     
  11. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    Add license enables use of certain product keys. Its main use is to enable use of VL keys on retail. It still must be activated.
     
  12. Melvarius

    Melvarius MDL Novice

    Sep 21, 2009
    43
    5
    0
    #912 Melvarius, Sep 16, 2010
    Last edited: Sep 16, 2010
    Yeah MSE told me AutoKMS was a Trojan:Win32/Meredrop :rolleyes::D:D

    Imho I've never had any cause to question the integrity of the guys who post their work on here and I doubt I ever will.
    It's either a false positive or a feeble attempt from M$ to shut the program down.

    My thanks to CODYQX4 and all who have contributed in one way or another to a great little program :worthy::worthy::worthy:

    Keep up the excellent work!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. letsgoawayhell

    letsgoawayhell MDL Senior Member

    Apr 16, 2010
    316
    157
    10
    Maybe it is not my place to answer questions, but I just felt like it. (Sorry about that CODYQX4)
    Theoretically, using proper set of license files you should be able to add any key to Office. You even are able to activate a VL version forever using proper set of license file and a valid retail key. But of course we use it the other way around, and activate a retail copy with KMS for 180 days.
     
  14. Bosh

    Bosh MDL Developer

    May 30, 2010
    613
    297
    30
    Hey, that sounds very interesting, what do you mean with proper set of license files?
     
  15. Lich King

    Lich King MDL Addicted

    Sep 24, 2009
    500
    24
    30
    thanks COD.. using it for backing up my retail license..
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #916 CODYQX4, Sep 17, 2010
    Last edited: Sep 17, 2010
    (OP)
    I think he means using License Add on VL to add Retail License. This works if you have real retail key. (Keep in mind unlike MAK (which is VL) retail has like up to 10 activations (MSDN, I think store retail is even less). Leaking a retail key online blacklists/uses up instantly. Still, I add leaked retail keys so people can use Key Check to see the key and get past Retail install screen.)

    For example I got Legit MSDN Project Pro key. I got VL Project Pro Installed. If I wanted to use my MSDN key on VL I add Retail Project Pro license, install MSDN Key, then activate.

    This DOES work, if it didn't, providing retail licenses would be useless.

    PS: Toolkit contains license files for EVERYTHING, Retail or VL (Unless server Office Apps like SharePoint Server have them, which the things I've looked at don't)

    Also, BCM shows it uses same license files as Home and Business (Something called Bypass-Trial, you get 60 day trial without online activating trial). Weird thing is it does not seem to use it. I install BCM, it adds HomeBusiness-BypassTrial for 60 days. there is no prompt or activation in BCM app (Outlook). Removing key does not disable BCM. Its weird but those license files it adds are from Home Business Retail (There is no VL HS, HB, or Pro)
     
  17. letsgoawayhell

    letsgoawayhell MDL Senior Member

    Apr 16, 2010
    316
    157
    10
    Hey there man, I gotta thank you as well as CODYQX4 to develope this great tool. I never had thought that this tool gets this great.
    As CODYQX4 said, to be able to use a key depends on the license files that is already installed in your tokens.dat. The only difference between a retail cope and a VL copy is that tokens.dat in retail copies are preinstalled with a number of retail license files and VL copies are preinstalled with a number of VL license files. They are installed during Office 2010 installation. For example, If you install word 2010 VL, 4 license file is installed for you. If you then addd visio 2010 VL, then another 4 license file is installed resulting in an increase in your tokens.dat filesize.
    I hope I told you what you want.
    tx again for all the efforts
    you and CODYQX4 are the best! +1 for both of you
     
  18. Bosh

    Bosh MDL Developer

    May 30, 2010
    613
    297
    30
    Thank you very much, I really appreciate your words.

    BTW, the Beta 4 is on the way.
     
  19. Tahunasky

    Tahunasky MDL Junior Member

    Jul 19, 2009
    56
    4
    0
    #919 Tahunasky, Sep 18, 2010
    Last edited: Sep 18, 2010
    I would love to know what happens when office is activated - the process. If you can use a MAK that activates it forever by going and checking the MS activation server, why cant we do the same.. I have the original key, plus the token file that was created/modified, and the registry entry. How can i recreate my registration (backup and restore didnt work with EZ-Activator) ?

    As the MAK i used has passed the activation limit i cant re-activate, and for some reason i cant get the EZ-Activator to work either on my laptop - even with a clean Win7 x64 (HP Ultimate OEM disk) install and nothing else installed.

    It must be possible to activate forever, and not have to run the KMS every 180 days..


    Does anyone have a pkeyconfig-office.xrm-ms thats has been registered with a MAK they can send me.. I have read alot of stuff which says you need to backup pkeyconfig-office.xrm-ms and token.dat to do a restore.. The pkeyconfig-office.xrm-ms file was never backed up when i did a backup with EZ-Activator, so am wondering if this is the problem when i do a restore ?
     
  20. rocky1234

    rocky1234 MDL Novice

    Sep 5, 2010
    3
    0
    0
    I read that to make things work port 1688 is opened. Is there a way that we can add an exception to firewall that allows port 1688 to be opened only for 127.0.0.1. This way we can be sure that keygen.exe is not using any other ports.