Hmm, O16 is still Retail converted to VL, so it afaik shouldn't automatically search for activation, only native VL do. How to change for qads hooker ?
Converted to VL = KMS-Client used and so does the retail version obey to KMS Activation interval, too QADHooker has this variable. This is stored in Registry. Have to look which location and key it is. Will come back with info later.
In Windows only Pro_VL and Ent will seek automatically for contact, the normal client versions don't for that reason they need the task, else it would be nonsense . Would be interesting to know, if the Office 15 was native VL build or converted.
look in files\hook\install.cmd Code: :-------------------------------------- :CreateIFEOEntry echo Registry Entry of %~1 echo for %ver% %nera% has been created. reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\55c92734-d682-4d71-983e-d6ec3f16059f" /f >nul 2>&1 reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\%~1" /f /v "Debugger" /t REG_SZ /d "%KmsName%.exe" >NUL 2>&1 reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\%~1" /f /v "KMS_ActivationInterval" /t REG_DWORD /d %KMSActivationInterval% >nul 2>&1 add last line. That should do the trick when environment var "KMSActivationInterval" is set/defined with a higher value.
was meant for s1ave to adjust his JATDevice. After he has changed, all Clients will get the new Interval at next KMS activation
then set it manually: Code: reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\SppExtComObj.exe" /f /v "KMS_ActivationInterval" /t REG_DWORD /d 43200
It's for QADHook KMS-Server, not for a Client. Would bring a benefit only when QADhook KMS server is running on Client system. He can try this instead in elevated / admin command prompt: slmgr /sai 43200 sai = set activation interval
OK, all reverse, i assumed you have KMSQADHooker installed, but you have not. So delete the key. If you have no Server installed you'll need to use the command ratzlefatz posted. Code: slmgr /sai 43200