Download evaluation ISO file for installation here, English version.
More versions for other languages can be found here: https://www.microsoft.com/en-us/evalcenter/download-windows-server-2022
Instructions to activate an evaluation version
To activate a Windows Server Evaluation edition, you’ll need to enter a valid product key. This is typically done through the Windows Server GUI or by using the slmgr.vbs /ipk
command in an elevated command prompt, followed by the slmgr.vbs /ato
command to activate. If you intend to upgrade to a full version of Windows Server, you’ll need to use a retail key or a volume license key.
Here’s a more detailed breakdown:
1. Using the GUI:
- Go to “Settings” > “System” > “Activation”.
- Enter your product key in the designated field.
- Follow the on-screen instructions to complete the activation.
2. Using the Command Prompt:
- Open an elevated command prompt (run as administrator).
- Install the product key:
- Type
slmgr.vbs /ipk <product_key>
(replace<product_key>
with your actual key) and press Enter.
- Type
- Activate Windows:
- Type
slmgr.vbs /ato
and press Enter.
- Type
- Reboot the server for the changes to take effect.
3. Understanding Evaluation vs. Full Version:
- Windows Server Evaluation is a trial version, allowing you to test the software before purchasing a license.
- It has a limited trial period (typically 180 days).
- After the trial period, the server will shut down or become unusable.
- To upgrade to a full version, you’ll need to purchase a license and enter the corresponding product key.
- If you have a volume license, you may need to use DISM commands to set the edition before activating with the volume key.