From 89c255c9bab2d10451e74de9c11f58dbd682f72a Mon Sep 17 00:00:00 2001 From: Luca Cai Date: Thu, 9 Mar 2023 08:16:40 +0100 Subject: [PATCH] windows kms for vm --- vm/windows/activation/client.md | 16 ++++++++++++++++ vm/windows/activation/server.md | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 vm/windows/activation/client.md create mode 100644 vm/windows/activation/server.md 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