How to save Visual Studio settings in preparation for fresh Win10 install

Art Hansen 566 Reputation points
2021-06-13T10:26:44.263+00:00

I am preparing to do a fresh Win10 install. I'm currently running Visual Studio 16.10.1 on Win10 2004.

How do I save my VS setup so I can retain the settings for use after the fresh installs?

Specifically:

  1. Workspace config/layout
  2. Recent files/projects/solutions history
  3. installed modules

Thanx in advance for your help,
Art

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,142 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,047 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anna Xiu-MSFT 29,096 Reputation points Microsoft Vendor
    2021-06-14T06:46:56.52+00:00

    Hi @Art Hansen ,

    Welcome to Microsoft Q&A!

    If you do a clean installation of Windows 10, the Visual Studio will be removed completely, which includes all Visual Studio installation files and environment settings.

    For your requirement, I suggest you export installation configuration files to save the workload and component information: open your VS installer > More > Export configuration. Meanwhile, you can export your environment settings by launching your VS > Tools > Import and Export settings.

    For your projects, it is by default saved to %USERPROFILE%\source\repos. You can go to Tools > Options > Projects and Solutions > Locations to find projects location.

    I suggest you backup these files to an external location such as USB Thumb drive, onedrive or another PC before doing a fresh installation of Windows. You can later import these files on your machine.

    Sincerely,
    Anna

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.