How to find the address of KMS servers
dig SRV _VLMCS._tcp.yourdomain.com
The correct sequence of events for converting a MAK activation back over to a KMS client is as follows:
- Open an elevated command prompt.
- Run this command : slmgr.vbs /ipk "win7KmsKey", where win7KmsKey comes from the appropriate value in this table.
- Run this command: slmgr.vbs /ato
- For domain-joined machines, this should work by default (so long as it's joined to the same domain, of course)
- For non domain-joined machines, you can either set the computer's primary DNS suffix (in with the change computer name settings), or
- Specify a DNS suffix search order via the DNS tab in the network adapter's properties or via local group policy.
- slmgr.vbs /skms kmsServer.yourdomain.com:1688 (you could use the IP address instead of the hostname if you have no DNS resolution occurring at all)
- slmgr.vbs /ato
No comments:
Post a Comment