Wind4 / vlmcsd

KMS Emulator in C (currently runs on Linux including Android, FreeBSD, Solaris, Minix, Mac OS, iOS, Windows with or without Cygwin)
https://forums.mydigitallife.net/threads/50234
8.3k stars 2.2k forks source link

Not working on Windows 10 21H1 #52

Closed BlackCatNeo closed 3 years ago

BlackCatNeo commented 3 years ago

The error was "The data is invalid".

rouben commented 3 years ago

Can you post exactly what steps you took and when exactly you got the error? Please include all commands you ran.

BlackCatNeo commented 3 years ago

With a fresh installed Windows 10 21H2 VM, I entered the following commands:

  1. slmgr /ipk XXXX-XXXX-XXXX (used one of the GVLK keys provided for Windows 10 Pro)
  2. slmgr /skms localhost
  3. slmgr /ato

At the last command, the vbs script popup showed "data is invalid" error message

rouben commented 3 years ago

See issue #6. Starting with Windows 8, Microsoft started blocking KMS requests to KMS servers running on the same machine.

There are a couple of workarounds:

rouben commented 3 years ago

I'm closing the issue. Feel free to reopen if you still have the issue despite the explanation above.