Share via


Enabling Events and Zones During Boot

To set the logging zone for the device during boot you can use the built-in functionality of CESH and the following registry settings to set the zones:

The registry settings are set on your development workstation and not on the device. The following three defined zones correspond to registry data values in the HKEY_CURRENT_USER\Pegasus\Zones key:

  • CeLogZoneUser : REG_DWORD
  • CeLogZoneCE : REG_DWORD
  • CeLogZoneProcess : REG_DWORD

If these values are not present, all zones except CELZONE_KCALL are turned on by default. The hexadecimal bit mask lets each bit represent a zone or process to log. If the bit is set, the zone or process is logged; otherwise, it is not logged. For information on supported zones, see CeLogData and CeLogSetZones.

See Also

IOCTL_CELOG_GETDESKTOPZONE | IOCTL_CELOG_REGISTER | Event Tracking Implementation

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.