Mister X & abbodi1406, A huge thanks to both of you for all of your assistance. I really appreciate how helpful and kind both of you were in answering my questions. MDL is the best forum with the best people
@abbodi1406, Will KMS_VL_ALL activate Windows 8.1 Pro WMC for 45 days? And will it have a separate key for Pro and also another key for WMC - or is it just one key for it? If it is only 45 days of activation, do I then just simply run your script Create-Silent-Task.cmd or Create-Verbose-Task.cmd to have it re-activated weekly?
Yes, Pro WMC can be activated for 45 days only Pro is a separate edition from Pro WMC, so there are two keys Yes, simply create the weekly task
run it multiple time already office always fail...work great for windows My windows is x86...may be this is the cause of fail
No, your windows edition has nothing to do with the fail office2010 has its own OfficeSoftwareProtectionService, and since the injection is for system's SPPSVC, therefor the office2010 doesn't get access to the emulated kms ip and KMS server the solution is simple open activate.cmd with notepad, search for "call :OSPP" without quotes, and add this line above it: set kmsip=127.0.0.2 so it looks like this: Code: ping localhost >nul 2>&1 call :SPP set kmsip=127.0.0.2 call :OSPP