Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Created June 8, 2014 12:24
Show Gist options
  • Save lennybacon/a79bccdb059a9e5ae10b to your computer and use it in GitHub Desktop.
Save lennybacon/a79bccdb059a9e5ae10b to your computer and use it in GitHub Desktop.
Windows Defender Registry Settings for Visual Studio Speed
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Exclusions]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Exclusions\Extensions]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths]
"P:\\"=dword:00000000
"C:\\Windows\\assembly"=dword:00000000
"C:\\Program Files (x86)\\Microsoft Visual Studio 10.0"=dword:00000000
"C:\\Program Files (x86)\\Microsoft Visual Studio 11.0"=dword:00000000
"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0"=dword:00000000
"C:\\Windows\\Microsoft.NET"=dword:00000000
"C:\\Users\\Daniel\\AppData\\Local\\Microsoft\\VisualStudio"=dword:00000000
"C:\\Users\\Daniel\\AppData\\Local\\Microsoft\\WebsiteCache"=dword:00000000
"S:\\Dropbox\\lennybacon\\Settings\\Visual Studio 2013"=dword:00000000
"S:\\Dropbox\\lennybacon\\Settings\\Visual Studio 2012"=dword:00000000
"S:\\Dropbox\\lennybacon\\Settings\\Visual Studio 2010"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Exclusions\Processes]
"C:\\Program Files (x86)\\Microsoft Visual Studio 12.0\\Common7\\IDE\\devenv.exe"=dword:00000000
"C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\Common7\\IDE\\devenv.exe"=dword:00000000
"C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\Common7\\IDE\\devenv.exe"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Exclusions\TemporaryPaths]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment