windows kms for vm
This commit is contained in:
parent
1fd9721360
commit
89c255c9ba
16
vm/windows/activation/client.md
Normal file
16
vm/windows/activation/client.md
Normal 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
|
||||
````
|
3
vm/windows/activation/server.md
Normal file
3
vm/windows/activation/server.md
Normal 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
|
Loading…
Reference in New Issue
Block a user