[You May Need It] Remove the AppInit hook (guard32.dll/guard64.dll or etc...)

[Hotfix] Remove the AppInit hook (guard32.dll/guard64.dll)

if guardXX.dll cause crash of your progam, you can remove it.
No need del guardXX.dll, Only need modify the registry values.

Firewall only Users
import .reg file
logout and login the user account (9x% not need)

Defense+ Users
disable Defense+
Deactivate Defense+ Permanently
No restart (9x% not need)
import .reg file
logout and login the user account (9x% not need)

PS:import .reg file, need Admin permission

----------------------------registry file for 32bit System-----------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
“AppInit_DLLs”=“”
“LoadAppInit_DLLs”=dword:00000000

-----------------------------registry file for 64bit System----------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]
“AppInit_DLLs”=“”
“LoadAppInit_DLLs”=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows]
“AppInit_DLLs”=“”
“LoadAppInit_DLLs”=dword:00000000


1.Copy text
2.Paste to notepad
3.Save to file (ext=reg, format=unicode)
4.double click the .reg file

This is for 64-bit apps:

This is for 32-bit apps:

!! WARNING !!
Doing so will compromise a part of your security.

It would be better to add the conflicting applications to the ‘Image execution’ exclusion list.
If that doesn’t work you could try to remove these from the registry on your own risk.

To add an exception please open
Defense+ → Defense+ Settings → Execution Control Settings → Detect shellcode injection [Exclusions]
And add the affected executable(s) there.

In any case please file a bug-report with as much details as possible (preferable the mini-dump created by windows on BSOD). so dev’s can fix the issue faster.

Same problem here, but I only use the firewall, nothing else.

I’m also having this issue, and I only use Comodo Firewall. HIPS, Viruscope and Auto-sandbox are all disabled. Chrome crashes upon opening with the following error message:

Problem signature:
Problem Event Name: BEX
Application Name: chrome.exe
Application Version: 45.0.2454.85
Application Timestamp: 55df881b
Fault Module Name: guard32.dll
Fault Module Version: 8.2.0.4674
Fault Module Timestamp: 55c148a3
Exception Offset: 000269c9
Exception Code: c0000409
Exception Data: 00000000
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1046
Additional Information 1: f871
Additional Information 2: f871d276997ae8cdb84cc090831ddf8c
Additional Information 3: 349e
Additional Information 4: 349e53c6719355c0348f9b83ced957a3

Hi Guys,
Please note this is an old topic, with a similar issue that has resurfaced when using Chrome 45.
Current topic found in the link below, please continue any further discussion there involving Chrome errors when using Comodo.
Comodo Firewall crashes Chrome 45 [merged]

Topic locked, thanks.