[BOOTDATA] Enable debug output

This commit is contained in:
Hervé Poussineau
2025-05-05 18:24:44 +02:00
parent 1b78746a6c
commit db34ab3d4a
2 changed files with 3 additions and 0 deletions

View File

@@ -2218,6 +2218,7 @@ HKLM,"SYSTEM\Setup","SystemPrefix",0x00000001
HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x00010001,0x00000001
; Debug channels
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","DEBUGCHANNEL",0x00020000,"+EngDev,+EngLDev,+EngPDev,+EngMDev"
;HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","DEBUGCHANNEL",0x00020000,"+ole,+rpc"
; Winsrv configuration

View File

@@ -119,4 +119,6 @@ HKCR,"CLSID\{00000320-0000-0000-C000-000000000046}","",0x00000000,"PSFactoryBuff
HKCR,"CLSID\{00000320-0000-0000-C000-000000000046}\InProcServer32","",0x00000000,"ole32.dll"
HKCR,"CLSID\{00000320-0000-0000-C000-000000000046}\InProcServer32","ThreadingModel",0x00000000,"Both"
HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","DEBUGCHANNEL",0x00020000,"+EngDev,+EngLDev,+EngPDev,+EngMDev"
; EOF