mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
- Add a sample, commented out line to simplify enabling debug channels in usermode applications.
svn path=/trunk/; revision=31633
This commit is contained in:
parent
1a8f12eaee
commit
9d4716655a
1 changed files with 4 additions and 0 deletions
|
@ -795,4 +795,8 @@ HKLM,"SYSTEM\Setup","OsLoaderPath",0x00000000,"\"
|
||||||
HKLM,"SYSTEM\Setup","SetupType",0x00010001,0x00000001
|
HKLM,"SYSTEM\Setup","SetupType",0x00010001,0x00000001
|
||||||
HKLM,"SYSTEM\Setup","SystemPartition",0x00000000,"\Device\Harddisk0\Partition1"
|
HKLM,"SYSTEM\Setup","SystemPartition",0x00000000,"\Device\Harddisk0\Partition1"
|
||||||
HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x00010001,0x00000001
|
HKLM,"SYSTEM\Setup","SystemSetupInProgress",0x00010001,0x00000001
|
||||||
|
|
||||||
|
; Debug channels
|
||||||
|
;HKLM,"SYSTEM\CurrentControlSet\Control\Session Manager\Environment","DEBUGCHANNEL",0x00020000,"+ole,+rpc"
|
||||||
|
|
||||||
; EOF
|
; EOF
|
||||||
|
|
Loading…
Reference in a new issue