13 lines
1.4 KiB
Reg
13 lines
1.4 KiB
Reg
Windows Registry Editor Version 5.00
|
||
|
||
; Disable ASLR for Visual C++ 2008 cl.exe
|
||
; Fixes fatal error C1859 "unexpected precompiled header error, simply rerunning the compiler might fix this problem"
|
||
; Can also be fixed with KB976656 (if you can find it)
|
||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\cl.exe]
|
||
"UseFilter"=dword:1
|
||
|
||
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\cl.exe\{f200f7d7-0f5f-2da7-24a1-04c3c03fd456}]
|
||
"FilterFullPath"="C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\bin\\cl.exe"
|
||
"MitigationOptions"=hex:00,02,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
|