Skip to content

Commit e0ce82d

Browse files
Added registry setting for loader snaps
1 parent e3eb09a commit e0ce82d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

guides/diagnosing-native-windows-apps.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,15 @@ An invaluable source of information when dealing with DLL loading issues are Win
127127

128128
![gflags - loader snaps](/assets/img/gflags-loader-snaps.png)
129129

130+
Alternatively, you may modify the process IFEO registry key, for example:
131+
132+
```
133+
Windows Registry Editor Version 5.00
134+
135+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\winver.exe]
136+
"GlobalFlag"=dword:000000002
137+
```
138+
130139
Once enabled, you need to start the failing application under a debugger and the Loader logs should appear in the debug output.
131140

132141
Alternatively, you may collect a procmon or ETW trace and search for any failure in the file events.

0 commit comments

Comments
 (0)