Skip to content

Commit c7091b0

Browse files
bene2k1jcirinosclwyldecarvalho-doc
authored
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]> Co-authored-by: ldecarvalho-doc <[email protected]>
1 parent 39d5da9 commit c7091b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/instances/troubleshooting/enabling-dhcp-network-configuration-windows-server-2022.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enabling DHCP Network Configuration for Windows Server 2022 Instances
2+
title: Enabling DHCP network configuration for Windows Server 2022 Instances
33
description: This page helps you to enable DHCP network configuration for Windows Server 2022 Instances
44
tags: windows instance dhcp console
55
dates:
@@ -39,7 +39,7 @@ Connect to your Windows Instance via RDP or another method and run the following
3939
bcdedit /ems {current} on
4040
```
4141

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:
4343
```
4444
bcdedit /set {bootmgr} displaybootmenu yes
4545
bcdedit /set {bootmgr} timeout 10
@@ -53,11 +53,11 @@ Connect to your Windows Instance via RDP or another method and run the following
5353

5454
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.
5555

56-
### Accesing the serial console via Scaleway console
56+
### Accessing the serial console via Scaleway console
5757

5858
1. Log in to the [Scaleway console](https://console.scaleway.com/).
5959
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.
6161
4. On the Instance **Overview** page, click **Console** to open the serial console in a pop-up window.
6262
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.
6363

0 commit comments

Comments
 (0)