Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.14 KB

File metadata and controls

35 lines (23 loc) · 1.14 KB
copyright
years
2021, 2025
lastupdated 2025-12-18
keywords windows serial console, connect to windows console, connect to windows serial console, serial console, connect to serial console
subcollection 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.