How do I turn off the fault tolerant heap?

后端 未结 10 1782
天涯浪人
天涯浪人 2020-12-05 02:12

I\'ve recently started seeing this line in my Visual Studio 2005 output window when launching my application:
FTH: (7156): *** Fault tolerant heap shim applied to cu

10条回答
  •  爱一瞬间的悲伤
    2020-12-05 02:47

    "Rundll32.exe fthsvc.dll,FthSysprepSpecialize" looks to only clear the list of currently flagged applications. if your application still causes oddities, the FTH should still step in and take over.

    as already mentioned:

    Set this registry value to 0: HKEY_LOCAL_MACHINE\Software\Microsoft\FTH\Enabled

    this should disable FTH for the whole system.

提交回复
热议问题