Can I increase Visual Studio performance by disabling my antivirus in some folders? If so, which folders should I prevent it from scanning?
Can I increase Visual Studio performance by disabling my antivirus in some folders? If
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can improve performance by disabling the real-time-protection on your output directories. Running with an active antivirus means that each time you start running / debugging your output programs they are scanned by the AV (this slows their start up time by ~15% ).
You will see an improvements if you disable the AV for the project output directory (where it places the EXE’s, Dll’s).
Also, if you run visual studio itself without an AV it may work a little faster (I don’t think the difference will be noticeable).
Data files (such as .sdf, .obj, etc.) are usually not scanned by the real time protection under the default settings. This depends on the antivirus you are using, and the settings.