Search code examples
visual-studiovisual-studio-2017

How to disable Perfwatson2.exe from Visual Studio


How do I disable Perfwatson in Visual Studio? Perfwatson is not disabled by Tools > Extensions and Updates > Developer Analytics Tools.


Solution

  • For Visual Studio 2022 and the latest version of Visual Studio 2019:

    1. From the help menu, select Privacy > Privacy Settings
    2. In the Visual Studio Experience Improvement Program dialog, select No, I would not like to participate.

    Note: You can't opt out in pre-release versions by this mechanism.

    For older versions of Visual Studio

    1. From the help menu, select Send Feedback > Settings.
    2. In the Visual Studio Experience Improvement Program dialog, select No, I would not like to participate.

    Pressing OK on the dialog will need elevated privileges, and you have to restart the computer for the changes to take effect.

    See Visual Studio Customer Experience Improvement Program for the official Microsoft instructions.

    This change writes to the registry. See then next answer for fixing directly in the registry.