Change default visual studio folder location
-
Friday, February 24, 2012 6:42 PM
I moved my Visual Studio 2010 Folder from my network "My Documents" directory to my C:\My DOcuments directory (i moved it because I have more space on my C drive). Every time I open visual studio it create a new folder on my network My DOcuments directory. Does anyone know the registry key to change to fix this? I have already changed the Projects and Templates locations in the tools-->options menu.
THis is also a problem i am having for SQL Sever Express 2008 R2. Thanks,
- Edited by Jay_Michael Friday, February 24, 2012 6:43 PM
All Replies
-
Friday, February 24, 2012 9:34 PMModerator
VS will auto-create the folder in your documents directory as defined by Windows. There isn't some registry entry you can change to resolve that short of moving your documents directory that Windows uses. Nevertheless just because it creates the folder (and subfolders) doesn't mean it is going to use it heavily. Projects and templates go where you specify in Tools\Options. If you disable autorecovery then you won't get any backups either. There isn't much left that VS will store in the documents directory but that is the appropriate place for it anyway.
Michael Taylor - 2/24/2012
http://msmvps.com/blogs/p3net
- Proposed As Answer by Lie YouModerator Monday, February 27, 2012 7:28 AM
- Marked As Answer by Jay_Michael Monday, February 27, 2012 10:07 PM
-
Monday, February 27, 2012 10:10 PM
Much appreciated, thanks.

