The activation part of both the scripts are same. I'll do more testing on the script and get back to you.
I tried to activate my windows 7 ultimate 64bit but received this error msg "Windows is running within the non-genuine notification period. Run 'slui.exe' to go online and validate windows." Would appreciate some help here
What I find is you have to uninstall the kb patch then run the kms act then go to genuine page. At that point ms will want to download the kb again, then it will be gunieneeeee
I have updated my script and have tested it on XP, Vista, 7 and R2 with and without Office 2010 both 64bit and 32bit and it works. I figured out that only Visio has all three KMS Licenses together. All other edition have single KMS license like Windows. I have used the registry key only for Visio and the rest are detected using wmi query. I do not set the KMS Port to 1688 in Windows since Vista does not have it. I have also modularied the code, so you can easily comment out the windows or office part.
It worked perfectly and activated Office 2010 Pro Plus Volume successfully. Great job. Excellent code. Thank you MasterDisaster!
Thank you for the feedback. I still need to optimize the Office with Visio part in the code. You can add :: to the call :windows line to skip windows part.
Thanks for the tip. I will download and install Visio to able to test the code too and send you a feedback.
MD could you have a look into lines 56 and 97 of your code, cannot save a text because unicode character in those lines (win notepad).Tks.
Those lines are valid. You can use notepad++ to view them correctly, just save it as a .cmd file with UTF-8 format and u have a working script
I just activated Office 2010 Professional Plus x86 on Win7 Ultimate x64, worked like a charm! Only issues I ran into was, while following MasterDisaster's instructions to change 'cscript "%PROGRAMFILES%...' to 'cscript "%PROGRAMFILES(X86)%...', for anyone else who might bump into this Thanks Phazor!
Thanks Phazor and MasterDisaster my first feedback I follow all your direction and still have questions Finally activated(?) Office2010ProPlusx86 on Win7x86Ultimate.. After: * Run KMS emulator - in my case UniKMS Alpha2 1st run: ---Processing-------------------------- Installed product key detected - attempting to activate the following product: SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel Last 5 characters of installed product key: H3GVB ERROR CODE: 0x8007000D ---Exiting----------------------------- run 1 more time: ---Processing-------------------------- Installed product key detected - attempting to activate the following product: SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel Last 5 characters of installed product key: H3GVB <Product activation successful> ---Exiting----------------------------- ... Should I run : * Issue the activate command cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /act after * Run KMS emulator ? because if I do i got this: C:\>cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.V BS" /act Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. ---Processing-------------------------- Installed product key detected - attempting to activate the following product: SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel Last 5 characters of installed product key: H3GVB ERROR CODE: 0xC004F074 ERROR DESCRIPTION: The Software Licensing Service reported that the computer could not be activated. No Key Management Service (KMS) could be contacted. but after that I ran UniKMS Alpha2 again: ---Processing-------------------------- Installed product key detected - attempting to activate the following product: SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel Last 5 characters of installed product key: H3GVB <Product activation successful> ---Exiting----------------------------- hmm is office activated or not? How can I check it? Thanks
Copy this into a .bat file and run as admin Code: @echo off cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus pause Or open office app and click file then help
Run KMS emulator in that post refers to the Z.W.T Keygen. Before using UniKMS, you just need to do steps 1 and 2. The UniKMS will run the emulator and activate. In your case, Office is activated.
Wow THANK you both of you I did a fresh install with two versions. like this: Office * Install KMS key for the edition cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /inpkey:<kms key> * Set hostname to localhost cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /sethst:localhost * Run KMS emulator (UniKMS) * Check status cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus or: * Run KMS emulator (MasterDisaster) * Issue the activate command cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /act * Check status cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus Everything is working fine, Thanks! You are the best
I believe that you don't have to run this cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /act with Master D's script It is a part of his script And I believe with his latest "all" Volume Editions script you don't even need to enter key or hostname just with Phazors test uniKMS in it's beta, alpha build