Prem asked this 7 years ago

Reset all settings in Visual Studio 2015

I changed some of the options on Visual Studio 2015 IDE from Tools -> Options menu. How do i reset it all back to default without having to re-install?


Best Answer by gareth 7 years ago

Open Visual studio native tools command prompt and run this command

Devenv /ResetSettings General

This will reset the settings to general development profile..