Well, it might not find it because Office 2011 for Windows doesn't exist, lol just kidding. We perform a check for Office installation to make sure that a correct installation was performed. What Office version do you have installed?
Hey anyone know if the registry/backup files created from version 2.1.4 work fine in the new 2.1.5 version?
Thank you for creating the activator. I have a suggestion for this thread. Please change the first line in the thread to include the current version: Office 2010 Toolkit and EZ-Activator 2.1.5 This way, we can mouse over the thread title and see if there are any updates, saving time and bandwidth if we don't need to open the thread.
Default setting of AutoKMS 2.1.5 is not working for me. After reboot, log file has not create and minutes still countdown.
It should We have to be mods to do that , but a mod could do us the favor EDIT: there's a problem, the link for the toolkit would be changing also That's no use for us, please post the EZ-Activator console result (also, check the readme for the FAQ)
I'd like to ask if the tool can be launched silently in order to execute it at SetupComplete.cmd. But i think is not possible because of the firewall prompt, am i right?
Run EZ-Activator. Code: Getting Office License Configuration Information. --------------------------------------- Backing Up License Info In Case Of Failure. --------------------------------------- Changing any Unactivated MAK Keys to KMS Keys. --------------------------------------- If You Have Starter Subscription It Will Now Use Permanently Activated Key. --------------------------------------- Converting Unactivated, Trial, Or Subscription Retail Versions of Office to VL. --------------------------------------- Removing Any Unactivated Retail Keys Left Installed After Conversion To VL. --------------------------------------- Getting Office License Configuration Information. --------------------------------------- Attempting To Activate Office 2010 KMS Products. Attempting To Activate Professional Plus. Successfully activated after 4 attempts. --------------------------------------- No KMS products detected. AutoKMS can't auto install, so i manaul install it. Code: Created C:\Windows\AutoKMS\AutoKMS.exe Created C:\Windows\AutoKMS\AutoKMS.ini Created AutoKMS Scheduled Task AutoKMS was succesfully installed. Check status. Code: --------------------------------------- CMID: 77803c12-2c4a-4a14-b2c0-c8c07fe57b43 --------------------------------------- SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c OID: 000306-237632-302166-599533-853690-099743-502226-055366-931130 LICENSE NAME: Office 14, OfficeProPlus-KMS_Client LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel LICENSE STATUS: Activated ERROR CODE: 0 as licensed Last 5 characters of installed product key: H3GVB REMAINING GRACE: 180 days (259200 minute(s) before expiring) --------------------------------------- SKU ID: 191301d3-a579-428c-b0c7-d7988500f9e3 LICENSE NAME: Office 14, OfficeProPlusAcad-MAK LICENSE DESCRIPTION: Office 14, RETAIL channel LICENSE STATUS: Unlicensed ERROR CODE: 0xC004F014 --------------------------------------- SKU ID: fdf3ecb9-b56f-43b2-a9b8-1b48b6bae1a7 LICENSE NAME: Office 14, OfficeProPlus-MAK LICENSE DESCRIPTION: Office 14, RETAIL channel LICENSE STATUS: Unlicensed ERROR CODE: 0xC004F014 --------------------------------------- Recheck after reboot. Code: --------------------------------------- CMID: 77803c12-2c4a-4a14-b2c0-c8c07fe57b43 --------------------------------------- SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c OID: 000306-237632-302166-599533-853690-099743-502226-055366-931130 LICENSE NAME: Office 14, OfficeProPlus-KMS_Client LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel LICENSE STATUS: Activated ERROR CODE: 0 as licensed Last 5 characters of installed product key: H3GVB REMAINING GRACE: 180 days (259190 minute(s) before expiring) --------------------------------------- SKU ID: 191301d3-a579-428c-b0c7-d7988500f9e3 LICENSE NAME: Office 14, OfficeProPlusAcad-MAK LICENSE DESCRIPTION: Office 14, RETAIL channel LICENSE STATUS: Unlicensed ERROR CODE: 0xC004F014 --------------------------------------- SKU ID: fdf3ecb9-b56f-43b2-a9b8-1b48b6bae1a7 LICENSE NAME: Office 14, OfficeProPlus-MAK LICENSE DESCRIPTION: Office 14, RETAIL channel LICENSE STATUS: Unlicensed ERROR CODE: 0xC004F014 --------------------------------------- AutoKMS.log doesn't create.
Not sure about AutoKMS failing but I see I screwed up part of EZ-Activator... I'll look closer tomorrow.
Yup, 2.1.5 needs more beta testing I also found the AutoKMS startup task wasn't activating Office, although the manual Activate button worked fine. Couple of other things: EZ-Activator doesn't automatically install AutoKMS, it justs activates Office one time, the same as if you clicked the Activate button (I wasn't sure if this behaviour was intentional, now there is the option to install AutoKMS as a service?) Also, clicking the AutoKMS Uninstall button gives the error "uninstall AutoKMS service first", even though I hadn't installed the service! Going through the motions of uninstalling the service allows you to uninstall AutoKMS and tasks. I've gone back to using 2.1.4 which works fine on my system Thanks for the hard work.. looking forward to 2.1.6! A.
OK my EZ-activator issue was because of a < that should be a >. I think the tasks are at fault for AutoKMS issues. I ran AutoKMS manually and it worked. Do note that if you click AutoKMS to run it, it won't work. By default it acts like a service. I run it with /Application manually and it works but fails with the tasks.
Solved the problem. I forgot to add this switch when I had to rebuild from V2.1.3 source. Expect 2.1.6 soon, I want to add logging to AutoRearm though.
Man at SetupComplete.cmd (that is end of OOBE) you shouldn't have any AV. CODYQX4 what do you think? Thanks
Unless integrated I don't think so but Windows Defender may be active. I personally don't think FW is a killer but you can't be sure. I can block everything on Norton Firewall and still KMS activate but AV kills it before it can even start.
I'm certain the Rearm Check error is timing related, at fault of OSPPSVC and not my code. I notice it happens rarely and other times a backup that is normally doomed to restore shows good until you restart OSPP. I am adding a delay in the "RestoreSuccessCheck" in addition to restarting OSPPSVC. I have also added more checks so I won't even let you start some functions is office 2010 has no keys or is broken VS allowing the function to continue and possibly fail (there right now is nothing stopping you from trying to EZ-Activate after a license delete. It will throw up errors about backup and then try to activate.). I plan to release a BETA dedicated to people trying to make the Rearm Check screw up. I notice a lot of times it throws it in grace yet another Rearm Check still shows 5, then still in grace. My code would detect any kind of Restore failure and throw an error so I believe it has to do with the way license info is remembered (delete your license info with Word open and it won't care until you close and reopen it). The OSPP restart should make it read it fresh.