Skip to content

Commit 39c712d

Browse files
author
Greg Van Liew
authored
Merge pull request #245 from pascalberger/patch-1
Fix command for resetting user profile
2 parents 25cdf1c + da8755a commit 39c712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/synchronized-settings-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In Visual Studio 15.3 and later, we've stopped sharing certain settings, like to
7676
**NOTE**: To use the new installation specific settings, you must complete a fresh installation. When you perform an upgrade of an existing Visual Studio 2017 installation to the most current update, it will use the existing shared location. If you currently have side-by-side installations of Visual Studio 2017 and decide to upgrade, and want to use the new installation specific settings file location, follow these steps:
7777

7878
1. After the upgrade, use the Import\Export settings wizard to export all our existing settings to some location outside of `%localappdata%\Microsoft\VisualStudio\15.0_xxxxxxxx` folder.
79-
2. Open the **Developer Command Prompt for VS 2017** of the upgraded Visual Studio installation and "run devenv resetuserdata" from it.
79+
2. Open the **Developer Command Prompt for VS 2017** of the upgraded Visual Studio installation and run `devenv /resetuserdata` from it.
8080
3. Launch Visual Studio and import the saved settings from the exported settings file.
8181

8282
## See also

0 commit comments

Comments
 (0)