Hi guys,
try this one:
- open regedit.exe
- navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers
- right click (on empty space) to create new entry > DWORD (32 bit) Value
- name it to TdrLevel
- double click on it and set value data to 0 (zero)
It seems it works.
Microsoft's information about this registry key:
- TdrLevel Specifies the initial level of recovery. The default value is to recover on timeout (TdrLevelRecover).
KeyPath : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers KeyValue : TdrLevel ValueType : REG_DWORD ValueData : TdrLevelOff (0) - Detection disabled TdrLevelBugcheck (1) - Bug check on detected timeout, for example, no recovery. TdrLevelRecoverVGA
(2) - Recover to VGA (not implemented). TdrLevelRecover (3) - Recover on timeout. This is the default value.