Visual Studio 2010 crashes on exit a lot for me. Often it decides to auto-restart, and if I miss the short time out to hit the cancel box it loads again.
Is there a registry key to disable this auto restart feature?
Visual Studio 2010 crashes on exit a lot for me. Often it decides to auto-restart, and if I miss the short time out to hit the cancel box it loads again.
Is there a registry key to disable this auto restart feature?
The obvious thing would be to prevent VS2010 from crashing. Identify the reason for that and work towards preventing it from crashing. Then you wont need the work around.
I don't know if there is a way to unregister an application specifically from (Windows's) Application Restart feature. You can try making error reporting ask you before checking for solutions, or just exclude devenv.exe from the error reporting. On Win7, you can find these options in the Control Panel, under System and Security -> Action Center -> Problem Reporting Settings
.
Note that if you do exclude VS and don't send the Watson reports back, nobody on the VS team will ever see them and have a chance to fix them. We do investigate these reports regularly, so it's always helpful to send it in if you can.