windows kms for vm

This commit is contained in:
Luca Cai 2023-03-09 08:16:40 +01:00 committed by GitHub
parent 1fd9721360
commit 89c255c9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,16 @@
this procedure is intended only for vm purpose, or other cases where the license is not needed
set custom kms server
````powershell
sudo slmgr /skms 192.168.1.70:1688
````
activate it
````powershell
sudo slmgr /ato
````
!achtung: Change product key if needed
Check the Status of Windows Activation
````powershell
slmgr.vbs /dli
````

View File

@ -0,0 +1,3 @@
checkout https://github.com/Wind4/vlmcsd
this procedure is intended only for vm purpose, or other cases where the license is not needed