How do I stop NTSD from running every time I open an app?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ok, I admit that I am in over my head. I was having problems with an
application and tried to find out what was wrong by using NTSD on the .exe
file. The application is now fixed, but every time I run it the NTSD
debugging window opens.

How do I disconnect NTSD from the app? I've tried the detach command, but
that did not help.
 
I think this is done in the registry. Check out:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution
Options.

See if your exe is under that key somewhere.
 
Back
Top