Microsoft Volume Activation - Converting a Windows Computer to and from KMS and MAK Activation
This document shows how to convert a Windows 7 Enterprise, Windows 8 Enterprise, Windows 10 Enterprise, Windows 10 Education, Windows 10 Enterprise LTSB, Windows Server 2012, Windows Server 2016, or Windows Server 2019 computer to and from KMS activation and MAK activation, as well as help determine which activation type is currently in use. These activations are available for faculty and staff using departmental machines. Other versions of Windows are not eligible for KMS or MAK activation.
See [Windows] Volume Activation 2.0 at UW-Madison for the full details of MAK and KMS activation at UW Madison.
Contents:
- Determining Windows Activation type
- Converting a Windows Computer From KMS to MAK Activation
- Converting a Windows Computer From MAK to KMS Activation
Determining Windows Activation type
-
- Launch a command window with elevated privileges
- Type cmd in the Search bar to locate the command window.
- Right-click on cmd or Command Prompt and click Run as administrator from the context menu
- Click Yes at the User Account Control prompt to open the command window with elevated privileges.
- In the command prompt window, type the following command:
- cscript slmgr.vbs /dli
- Press Enter.
- Check your version:
- If Windows is KMS activated, you will see "VOLUME_KMSCLIENT" in the Description field
- If Windows is MAK activated, you will see "VOLUME_MAK" in the Description field
- Close the Command Prompt Window
- Launch a command window with elevated privileges
Converting a Windows Computer From KMS to MAK Activation
- If you are affiliated with the University, email support@doit.wisc.edu to request the University's MAK activation key for one of the following operating systems, otherwise use the product key which came with your copy of Windows.
- Windows 8 Enterprise
- Windows 10 Enterprise/Education
- Windows 11 Enterprise/Education
- Windows Server 2012R2
- Windows Server 2016
- Windows Server 2019
- Windows Server 2022
- Click Start. In the Search box, type:
- System
- Click on System in the search results
- Click Change product key in the Windows activation section at the bottom of the System menu.
- Click Yes at the User Account Control prompt to open the Windows Activation Client
- Enter the MAK activation key from the support@doit.wisc.edu email you received into the Product Key field and click the Next button.
- You may be prompted to Activate Windows. Click Next
- Click the Close button once the activation is complete
Converting a Windows Computer From MAK to KMS Activation
For VMWare guests in NAT network mode, you must specify the kms host - skip directly to step 4
- Locate the Windows product key for your version of Windows
- Refer to the KMS Client Setup Keys Microsoft doc for KMS client setup keys.
- Launch a command window with elevated privileges
- Type cmd in the Search bar to locate the command window.
- Right-click on cmd or Command Prompt and click Run as administrator from the context menu.
- Click Yes at the User Account Control prompt to open the command window with elevated privileges.
- Type the following command:
- cscript slmgr.vbs -ipk <product key>
- In place of <product key>, enter your product key located in Step 1
- Press Enter.
- Type the following command:
- cscript slmgr.vbs -skms ms-kms-1.services.wisc.edu
- Press Enter.
- Type the following command:
- cscript slmgr.vbs -ato
- Press Enter.