- Added 'image file execution options' for loadlib.exe to print some infos while a dll is loading.

svn path=/trunk/; revision=7500
This commit is contained in:
Hartmut Birr 2004-01-07 10:18:21 +00:00
parent c7d94ffc7c
commit f38b2b2f0a

View file

@ -341,4 +341,9 @@ HKCR,".txt","",0x00000000,"txtfile"
HKCR,".txt","Content Type",0x00000000,"text/plain"
HKCR,"txtfile\shell\open\command","",0x00000000,"%SystemRoot%\bin\notepad.exe"
; Image File Execution Options (NtGlobalFlag with FLG_SHOW_LDR_SNAPS set for loadlib.exe)
HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\loadlib.exe","GlobalFlag",0x00000000,"0x00000002"
;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\loaddll.exe","GlobalFlag",0x00000000,"0x00000002"
;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\soffice.exe","GlobalFlag",0x00000000,"0x00000002"
;HKLM,"Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\tlstest.exe","GlobalFlag",0x00000000,"0x00000002"
; EOF