Visual Studio 2008 Autostart Directory Location Change

using vs2008 c #

Does anyone know how to change the location of a directory that automatically restores files saved in visual studio sp1. The specific directory that should be on my C # drive in my documents is always empty, even if the feature is enabled. There are some changes in our env network, and it seems that my automatic recovery files are now mapped to a network drive, and I need to change it.

I can't find anything about how to do this in a network search if anyone can help.

thanks for any help

+4
source share
1 answer

I think they are in the following registry entry:

HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio \ 9.0

+4
source

Source: https://habr.com/ru/post/1308422/


All Articles