Originally posted by: kylef
Use regedit and see what is in the following key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug
Specifically, what have the values named "Debugger" and "Auto" been set to?
On a default install, you should see something like this:
Auto = 1
Debugger = drwtsn32 -p %ld -e %ld -g
On a side note, it is highly unlikely that Dr. Watson is the actual culprit that is hanging your machine. Much more likely is that whatever is causing Explorer.exe to crash is causing the hang.
Originally posted by: tr1kstanc3
i ended up disabling DEP by editing the boot.ini config to read from /noexecute=optin to /execute=optin
problem solved thank goodness