Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.15 KB

bare-metal-server-connect-serial-console-windows.md

File metadata and controls

36 lines (23 loc) · 1.15 KB
copyright lastupdated keywords subcollection
years
2021, 2024
2024-02-21
windows serial console, connect to windows console, connect to windows serial console, serial console, connect to serial console
vpc

{{site.data.keyword.attribute-definition-list}}

Connecting to the serial console with Windows

{: #connect-to-serial-console-with-windows}

Serial console isn't enabled by default on Windows®. You need to enable it by using the following script.

#ps1_sysnative
bcdedit /ems on
bcdedit /emssettings EMSPORT:2 EMSBAUDRATE:115200
Restart-Computer

{: codeblock}

The restart command works only if the windows cloudbase-init service allows for restarts. If not, then you need to manually restart. {: important}

For more information about enabling serial console for Windows, see the following links.