Visual Studio's default path for new projects

Today I took the time to fix something very simple: Visual Studio’s default path.

In the past decade there has never been a single project I wanted to save to:

C:\Users\<username>\Documents\Visual Studio <vs version>\Projects

img

I was expecting having to dive into the windows registry to fix this, but it turned out to be rather simple to change this.

In Visual Studio navigate to Tools -> Options -> Projects and Solutions -> Locations

img

Change Project Location to the desired folder:

img

Et voila:

img

TL/DR: In Visual Studio: Tools -> Options -> Projects and Solutions -> Locations

comments powered by Disqus