Files
WUIsBack/build/fix-vc08-aslr.reg
Vichingo455 ad8366918e Test
2025-03-23 15:26:15 +01:00

13 lines
1.4 KiB
Reg
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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