- Aug 13, 2021
- 3,338
My colleague informs me that we've seen a number of cases with Server 2022 machines, where the activation key has produced the problem you're experiencing, so we think that by resetting and re-installing it, it might resolve things.
IMPORTANT
Before proceding further, please create a backup image, or snapshot, of your Server, that we can restore to should anything go awry. (Not that I'm particularly expecting it to, but always best to be cautious)
So, once you've created your backup, please do the following ....
You'll need to reactivate the license with your own 25 digit product key later, so to get it ...
Next ...
This will re-install your licenses.
Next ...
(Where ... ABCDE FGHIJ KLMNO PQRST UVWXY ... are replaced by your own 25 digit product key. )
Please note ... the key used cannot be a KMS generic key, as listed ... HERE
Please let me know if everything proceeded successfully.
IMPORTANT
Before proceding further, please create a backup image, or snapshot, of your Server, that we can restore to should anything go awry. (Not that I'm particularly expecting it to, but always best to be cautious)
So, once you've created your backup, please do the following ....
You'll need to reactivate the license with your own 25 digit product key later, so to get it ...
- Open an elevated Command Prompt.
- Type or Copy/Paste in turn, the command below, hitting Enter after.
Code:
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Next ...
- Open an elevated Command Prompt.
- Type or Copy/Paste in turn, each of the commands below, hitting Enter after each.
Code:
net stop sppsvc
ren %SystemRoot%\system32\spp\store\2.0\tokens.dat tokens.bkp
net start sppsvc
cscript.exe %SystemRoot%\system32\slmgr.vbs /rilc
This will re-install your licenses.
Next ...
- Open an elevated Command Prompt.
- Type or Copy/Paste in turn, each of the commands below, hitting Enter after each.
Code:
slmgr /ipk ABCDE FGHIJ KLMNO PQRST UVWXY
slmgr /ato
(Where ... ABCDE FGHIJ KLMNO PQRST UVWXY ... are replaced by your own 25 digit product key. )
Please note ... the key used cannot be a KMS generic key, as listed ... HERE
Please let me know if everything proceeded successfully.
Last edited: