diff --git a/vm/windows/activation/client.md b/vm/windows/activation/client.md new file mode 100644 index 0000000..687d2aa --- /dev/null +++ b/vm/windows/activation/client.md @@ -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 +```` \ No newline at end of file diff --git a/vm/windows/activation/server.md b/vm/windows/activation/server.md new file mode 100644 index 0000000..2bd18af --- /dev/null +++ b/vm/windows/activation/server.md @@ -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 \ No newline at end of file