How to bypass “Visual Studio Just-In-Time Debugger” prompt

前端 未结 2 372
无人及你
无人及你 2020-12-17 18:25

Visual Studio Just-In-Time Debugger prompts to select \"Possible Debuggers\",
only \"New instance of Microsoft Visual Studio 2010\" is available,
I

2条回答
  •  感情败类
    2020-12-17 19:04

    I actually just did this the other day.

    In the following registry key:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]

    Create 2 new DWORDs (Right-click --> New --> DWORD Value)

    PreventAutoRun and PreventRun

    Set both values to 1

提交回复
热议问题