ExIsManufacturingModeEnabled

UINT8 __stdcall ExIsManufacturingModeEnabled(){
  return *(&ExBootDevicesRemovedEvent + 1120) & 1;
}

Referenced by:

IopInitializeSystemDrivers