Hello,
I'm having problems with activation of Windows 10 Enterprise. I have one KMS Host and 5 Clients. When trying to activate a client, I get the following error:
![]()
I configured the KMS host as follows:
- I opened up an elevated command prompt
- I installed the KMS key by running the command: slmgr /ipk <key>
- I activated windows by running: slmgr /ato
- I opened port 1688 in Windows Firewall (I enabled the two existing rules)
- I restarted the Software Licensing Service with: net stop sppsvc && net start sppsvc
- Windows was successfully activated
The, on the rest of the computers I configured the Clients like this:
- I uninstalled the existing KMS key with: slmgr - upk (see the end of this message for details)
- I installed the KMS Client Setup Key: slmgr -ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
- Then I manually assigned a KMS host to the KMS Client: slmgr /skms 192.168.1.25:1688
- Finally, I tried activating the Client with slmgr /ato which returns the error seen above.
Running slmgr /dli on the host gives me the following
![]()
Current count is 5, which is correct (I set up 5 computers/hosts). As soon as I configured a new KMS client, the current count increased, which is good. Total requests received also increases every time I try activating a client, which means that the host
is receiving the activation requests.
I read somewhere that you're supposed to have at least 5 computers/clients in order for KMS to work. I have 5 clients but they still can't be activated. The error 'count reported by your KMS is insufficient' appears on all 5 clients.
If it's of any importance: I installed a fresh retail version of Windows 10 Enterprise on all computers (the host and 5 clients). All computers are in a domain, but I haven't made any DNS configurations. Auto-discovery is disabled on clients (it disables
automatically when you manually assign a KMS host).
One more thing: at first, all the computers were basically activated as hosts. Because I didn't know how the KMS works, I installed the KMS host key on all the computers. All of them activated without problem. Then, when I tried to activate the 7th computer,
I couldn't do it anymore. Further investigation gave me information about a max of 6 KMS hosts. That's when I went into detailed research on how to set-up KMS clients. Only one KMS host exists now. On the other 5 computers I uninstalled the KMS host product
key and installed the client key. Still - activation not successful on the clients.
Any help will be greatly appreciated.