- Add a sample, commented out line to simplify enabling debug channels in usermode applications.

svn path=/trunk/; revision=31633
This commit is contained in:
Aleksey Bragin 2008-01-06 16:37:44 +00:00
parent 1a8f12eaee
commit 9d4716655a

View file

@ -795,4 +795,8 @@ HKLM,"SYSTEM\Setup","OsLoaderPath",0x00000000,"\"
HKLM,"SYSTEM\Setup","SetupType",0x00010001,0x00000001
HKLM,"SYSTEM\Setup","SystemPartition",0x00000000,"\Device\Harddisk0\Partition1"
HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x00010001,0x00000001
; Debug channels
;HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","DEBUGCHANNEL",0x00020000,"+ole,+rpc"
; EOF