7 out of 9 rated this helpful - Rate this topic

/ResetSettings (devenv.exe) 

Restores Visual Studio default settings. Optionally resets the settings to the specified .vssettings file.


Devenv /ResetSettings SettingsFile
SettingsFile

Optional. The full path and name of the .vssettings file to apply to Visual Studio.

If no SettingsFile is specified, this switch restores the default Visual Studio settings.

The following code example applies the settings stored in the file MySettings.vssettings.

Devenv.exe /ResetSettings "C:\My Files\MySettings.vssettings"
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.