You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As an Azure administrator, I want to learn how to resolve the appearance of an "Activate Windows" watermark so that I can successfully use Windows on my Azure virtual machine.
12
12
---
13
13
# Windows activation watermark continues to be displayed
14
14
15
-
**Applies to:**:heavy_check_mark: Windows VMs running Windows Server 2022 Datacenter Azure Edition
15
+
**Applies to:**:heavy_check_mark: Windows VMs running Windows Server 2025 Datacenter Azure Edition, Windows VMs running Windows Server 2022 Datacenter Azure Edition
16
16
17
17
This document discusses how to resolve the continued presence of a Windows activation watermark on Microsoft Azure virtual machines.
18
18
@@ -22,7 +22,7 @@ This document discusses how to resolve the continued presence of a Windows activ
22
22
23
23
## Symptoms
24
24
25
-
When you use an Azure virtual machine (VM) that runs Windows Server 2022 Datacenter Azure Edition, you encounter the following symptoms:
25
+
When you use an Azure virtual machine (VM) that runs Windows Server 2025/2022 Datacenter Azure Edition, you encounter the following symptoms:
26
26
27
27
- You see a watermark on the desktop that contains the following message:
28
28
@@ -37,9 +37,11 @@ When you use an Azure virtual machine (VM) that runs Windows Server 2022 Datacen
37
37
```console
38
38
cscript c:\windows\system32\slmgr.vbs /dlv
39
39
```
40
-
- When you restart or sign in to the VM, a pop-up window with the following message is displayed:
40
+
- When you restart or sign in to the VM, a pop-up window with one of the following messages is displayed:
41
41
42
-
> Your Windows Server 2022 Datacenter Azure Edition VM has been deactivated because you are not running on Azure or a supported Azure Stack hypervisor, or that you have not enabled Azure benefits on the supported Azure Stack. To enable Azure benefits, go to your cluster settings in Windows Admin Center > Enable Azure benefits.
42
+
-> Your Windows Server 2022 Datacenter Azure Edition VM has been deactivated because you are not running on Azure or a supported Azure Stack hypervisor, or that you have not enabled Azure benefits on the supported Azure Stack. To enable Azure benefits, go to your cluster settings in Windows Admin Center > Enable Azure benefits.
43
+
44
+
-> Your Windows Server 2025 Datacenter Azure Edition VM has been deactivated because you are not running on Azure or a supported Azure Stack hypervisor, or that you have not enabled Azure benefits on the supported Azure Stack. To enable Azure benefits, go to your cluster settings in Windows Admin Center > Enable Azure benefits.
43
45
44
46
## Cause 1: Azure Instance Metadata Service connection issue
45
47
@@ -71,7 +73,7 @@ If you get a successful response, you'll see the metadata information from the V
If not, it means that the connection to the IMDS wire server is blocked somewhere, and access to it needs to be allowed. The IP of the IMDS server is `169.254.169.254`. To fix the connection issue, go to [Solution 1: Bypass web proxies within the VM](#solution-1-bypass-web-proxies-within-the-vm).
0 commit comments