[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