Skip to content

Instantly share code, notes, and snippets.

@jeffgabhart
Created December 19, 2012 16:43
Show Gist options
  • Save jeffgabhart/4338140 to your computer and use it in GitHub Desktop.
Save jeffgabhart/4338140 to your computer and use it in GitHub Desktop.
Visual Studio 2012 Disable Attach Security Warning
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\Debugger
DisableAttachSecurityWarning=1
@dotnetwise
Copy link

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.1\Debugger]
"DisableAttachSecurityWarning"=dword:00000001


[HKEY_CURRENT_USER\Software\Wow6432Node\Microsoft\VisualStudio\11.0\Debugger]
"DisableAttachSecurityWarning"=dword:00000001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment