@@ -57,7 +57,7 @@ Alternatively, to manually enable the serial console for Windows VMs/virtual mac
57
57
58
58
1 . Connect to your Windows virtual machine by using Remote Desktop
59
59
1 . From an administrative command prompt, run the following commands:
60
- - ` bcdedit /ems {current} on `
60
+ - ` bcdedit /ems {current} on ` , or ` bcdedit /ems '{current}' on ` if you are using PowerShell
61
61
- ` bcdedit /emssettings EMSPORT:1 EMSBAUDRATE:115200 `
62
62
1 . Reboot the system for the SAC console to be enabled.
63
63
@@ -99,15 +99,15 @@ If you need to enable Windows boot loader prompts to display in the serial conso
99
99
100
100
![ Connect to SAC] ( ./media/virtual-machines-serial-console/virtual-machine-windows-serial-console-connect-sac.png )
101
101
102
- 1. Enter ` cmd ` to create a channel that has a CMD instance.
102
+ 1 . Enter ` cmd ` to create a channel that has a CMD instance.
103
103
104
- 1. Enter ` ch -si 1 ` or press ` <esc>+<tab> ` shortcut keys to switch to the channel that's running the CMD instance.
104
+ 1 . Enter ` ch -si 1 ` or press ` <esc>+<tab> ` shortcut keys to switch to the channel that's running the CMD instance.
105
105
106
- 1. Press ** Enter** , and then enter sign-in credentials with administrative permissions.
106
+ 1 . Press ** Enter** , and then enter sign-in credentials with administrative permissions.
107
107
108
- 1. After you've entered valid credentials, the CMD instance opens.
108
+ 1 . After you've entered valid credentials, the CMD instance opens.
109
109
110
- 1. To start a PowerShell instance, enter ` PowerShell ` in the CMD instance, and then press ** Enter** .
110
+ 1 . To start a PowerShell instance, enter ` PowerShell ` in the CMD instance, and then press ** Enter** .
111
111
112
112

113
113
0 commit comments