windows 8 - dwm.exe error debugging in visual studio -
i m facing error while working . shows message "dwm.exe" has stopped working . , debugging in visual studio . occurs if have stopped moving mouse
go following registry key:
hkey_local_machine\software\microsoft\windows nt\currentversion\aedebug
add reg_dword
value autoexclusionlist
subkey, name name of executable file , value 1. default, desktop window manager (dwm.exe) excluded automatic debugging because otherwise system deadlock can occur if dwm.exe stops responding (the user cannot see interface displayed debugger because dwm.exe isn't responding, , dwm.exe cannot terminate because held debugger). windows server 2003 , windows xp: autoexclusionlist
subkey not available; cannot exclude application, including dwm.exe, automatic debugging. default aedebug registry entries can represented follows:
hkey_local_machine software microsoft windows nt currentversion aedebug auto = 1 autoexclusionlist dwm.exe = 1
Comments
Post a Comment