Finally!
I’ve been working with Visual Studio for years and I’ve had enough of the “Attach Security Warning” window popping-up every time I want to attach a process.
Here is how to turn it off:
- Shut down all your instances of Visual Studio (at least the ones for the version your want to tweak)
- Go to the registry (type regedit in the command window)
- Go to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger\DisableAttachSecurityWarning and change the value there from 0 to 1.
10.0 is for Visual Studio 2010
9.0 is for Visual Studio 2008
8.0 is for Visual Studio 2005
That’s it!


