/ResetSettings (devenv.exe)
Restores the default settings for Visual Studio and automatically launches its integrated development environment (IDE). Optionally resets the settings to the specified .vssettings file.
Devenv /ResetSettings SettingsFile
Arguments
- SettingsFile
Optional. The full path and name of the .vssettings file to apply to Visual Studio.
Remarks
If no SettingsFile is specified, this switch restores the default Visual Studio settings.
Example
The following code example applies the settings stored in the file MySettings.vssettings.
Devenv.exe /ResetSettings "C:\My Files\MySettings.vssettings"