Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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"