docs/vm/windows/activation/client.md

16 lines
349 B
Markdown

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
````