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?
Open Visual studio native tools command prompt and run this command
Devenv /ResetSettings General
This will reset the settings to general development profile..