'Disable security warning when attaching a process in Visual Studio 2017 [duplicate]

Does somebody find the solution for VS 2017, I tried to add the same key in 15.0 version without success...



Solution 1:[1]

You can do the following:

  1. First open RegEdit and load a private Hive in HKEY_USERS. Name it VS2017, for example.

    regedit

  2. In the load Hive, go to : Software > Microsoft > VisualStudio > 15.0_5f0953ca > Debugger.

  3. Create the new DWORD value : DisableAttachSecurityWarning, and set it to 1.

  4. Restart Visual Studio and test it.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1