Problem:
We often debugging and we need to attach process like w3wp.exe, service process or any process in visual studio.Visual studio every time asks warning like "
Attaching to this process can potentially harm your computer. If the
information below looks suspicious or your are unsure, do not attach to
this process."
We know that this process is not harmful and we want to disable that warning right?
Solution:
1. Close all instances of visual studio.
2. Update registry value:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\Debugger
And set the value DisableAttachSecurityWarning to 1
OR
if you don't want to find registry and update value manually then just download this registry file from
here and just open this file.