The Joel on Software Discussion Group (CLOSED)A place to discuss Joel on Software. Now closed. |
||
|
This community works best when people use their real names. Please
register for a free account.
Other Groups: Joel on Software Business of Software Design of Software (CLOSED) .NET Questions (CLOSED) TechInterview.org CityDesk FogBugz Fog Creek Copilot The Old Forum Your hosts: Albert D. Kallal Li-Fan Chen Stephen Jones |
How can I disable this annoying-as-hell nanny message box?
I develop software. I am always clobbering applications. I don't want to see this.
From http://dinpinto.blogspot.com/2005/10/optimizing-windows-xp-to-run-on-850.html:
2)Disable error reporting on program crash Open REGEDIT Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting. Edit the following value: Value Name: DoReport Value: 0 to disable the error report prompt. Haven't tried this myself, but other stuff from this guy works.
Graham - what happens when you try it? If you get an 'Access is Denied' type message then try enableDebugPrivAndRun on task manager as explained here: http://www.microsoft.com/msj/0398/win320398.aspx
I use it a lot when I'm writing Win32 services that can't normally be killed by task manager. So much so that my default link to taskmgr uses it.
Another thing to try is Process Explorer from SysInternals. That can kill most anything.
sloop Tuesday, October 03, 2006
Does the debugger actually work in Code Warrior now? I had to use Code Warrior the first year of my CS degree and every single time I tried to use the debugger it would completely crash the system. This happened on every Mac computer in every computer lab on campus, so it was more than just a problem with the machine. (Although I suppose it is possible that whoever set up all the campus machines configured them improperly.)
This was about 9-10 years ago though. |
|
Powered by FogBugz


