Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.13 KB

File metadata and controls

47 lines (34 loc) · 1.13 KB
title description ms.date keywords topic_type ms.topic api_name api_type
BCDEdit /event
The /event command enables or disables the remote event logging for the specified boot entry.
09/23/2020
BCDEdit /event Driver Development Tools
apiref
reference
BCDEdit /event
NA

BCDEdit /event

The /event enables or disables the remote event logging for the specified boot entry.

bcdedit /event [{ID}] { on | off }

Note

Before setting BCDEdit options you might need to disable or suspend BitLocker and Secure Boot on the computer.

Parameters

{ID}

The {ID} Specifies the identifier of the entry to be modified. Only Windows boot loader entries may be specified. If not specified, {current} is used. For more information about identifiers, run "bcdedit /? ID".

Example

The following command enables remote event logging for the current Windows operating system boot entry.

bcdedit /event ON

The following command disables remote event logging for the specified operating system entry:

bcdedit /event {cbd971bf-b7b8-4885-951a-fa03044f5d71} OFF