To check the current configured KMS server:
slmgr /dlv
If you type this into an elevated command prompt, the actual command should be slmgr /skms kmsdigiboyir. The omission of the slash (/) before skms is likely a typographical shorthand common in forum posts. The corrected command is:
slmgr /skms kmsdigiboyir
This instructs Windows to set the KMS activation server to a host named kmsdigiboyir. Notably, there is no domain suffix (like .com or .org). This could imply: slmgr skms kmsdigiboyir verified
slmgr /skms kmsdigiboyir:1688
(Replace kmsdigiboyir with your real KMS server’s FQDN or IP.)
If successful, you’ll see:
"Key Management Service machine name set to kmsdigiboyir:1688 successfully."
Yes, indirectly. The command itself is safe; the server you point to is the risk. A malicious server can deliver tainted activation data. To check the current configured KMS server: slmgr /dlv
Even a "verified" server can fail for multiple reasons. Here are the most frequent errors users report when using slmgr /skms kmsdigiboyir:
| Error Code | Message | Likely Cause |
|------------|---------|---------------|
| 0x80070005 | Access denied | CMD not running as administrator |
| 0x8007232B | DNS name does not exist | kmsdigiboyir is not reachable; DNS resolution failed |
| 0x8007000D | Data invalid | The KMS server responded but with malformed data (emulation error) |
| 0xC004F074 | No KMS found | The server is offline or blocking the request |
| 0xC004FC03 | KMS not activated | The server itself hasn't reached minimum client count (for genuine KMS) | If you type this into an elevated command
Note: With unauthorized KMS servers, errors like 0x8007000D are common because the server may be poorly maintained or shut down by Microsoft.
© Kinco Electric (Shenzhen) Ltd.