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
Copy file name to clipboardExpand all lines: pages/instances/troubleshooting/enabling-dhcp-network-configuration-windows-server-2022.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Enabling DHCP Network Configuration for Windows Server 2022 Instances
2
+
title: Enabling DHCP network configuration for Windows Server 2022 Instances
3
3
description: This page helps you to enable DHCP network configuration for Windows Server 2022 Instances
4
4
tags: windows instance dhcp console
5
5
dates:
@@ -39,7 +39,7 @@ Connect to your Windows Instance via RDP or another method and run the following
39
39
bcdedit /ems {current} on
40
40
```
41
41
42
-
2. (Optional but recommended) Enable the boot menu in serial console:
42
+
2. (Optional but recommended) Enable the boot menu in the serial console:
43
43
```
44
44
bcdedit /set {bootmgr} displaybootmenu yes
45
45
bcdedit /set {bootmgr} timeout 10
@@ -53,11 +53,11 @@ Connect to your Windows Instance via RDP or another method and run the following
53
53
54
54
For more details, refer to [Microsoft's Azure Serial Console for Windows](https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/serial-console-windows) documentation on enabling serial console for Windows VMs.
55
55
56
-
### Accesing the serial console via Scaleway console
56
+
### Accessing the serial console via Scaleway console
57
57
58
58
1. Log in to the [Scaleway console](https://console.scaleway.com/).
59
59
2. Navigate to **Compute** > **CPU & GPU Instances**.
60
-
3. Click on the Instance your want to configure.
60
+
3. Click on the Instance you want to configure.
61
61
4. On the Instance **Overview** page, click **Console** to open the serial console in a pop-up window.
62
62
5. Once connected, you should see the SAC> prompt. Use commands like `cmd` to start a command channel, then `ch -si 1` to switch to it.
0 commit comments