Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Restores Visual Studio default settings. 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"