Nikhil Chavan
Nikhil Chavan

Reputation: 1715

Visual Studio 2013, Reset configuration manager settings to default/factory settings

I have changed settings in configuration manager for one of my projects. Now I want to reset these settings to default settings for this project only. How do I set them to default?


Visual Studio 10, reset configuration manager to factory settings, this is one of the questions I found on StackOverflow, but It is 2 years old. I think there might be any option availbale now, as new versions of Visual Studio have been already launched in these two years.

Thanks.

Upvotes: 0

Views: 3372

Answers (1)

Chamika Sandamal
Chamika Sandamal

Reputation: 24302

Hope this is what you looking for,

/ResetSettings (devenv.exe)

Restores Visual Studio default settings and automatically launches the Visual Studio IDE. Optionally resets the settings to a specified .vssettings file. The default settings are determined by the profile that was selected when Visual Studio was first launched.

Upvotes: 1

Related Questions