Visualstudio-docs: How to reset synchronized settings?

Created on 7 Apr 2019  ยท  9Comments  ยท  Source: MicrosoftDocs/visualstudio-docs

With a new VS major release, I would like to reset all settings to its defaults. I tried to use a command-line-switch for that (devenv.exe /resetuserdata), which seemed to work initially. But after a few moments, my old settings had been restored from the cloud. So what should I do in this case? Can you add a hint to this page how to reset synchronized settings?


Document Details

โš  Do not edit this section. It is required for docs.microsoft.com โžŸ GitHub issue linking.

Pri2 doc-bug easy visual-studio-windowprod vs-ide-generatech

Most helpful comment

I'm looking into this today.

All 9 comments

yes i can't find any doc about clearing synced settings on cloud too

Same problem!

I'm looking into this today.

I have a way to solve this but it's kind of hacky.
I installed a fresh instant of visual studio on a computer without signing into my vs account and then exported the environment settings. then i transfer it to my main machine with my synced VS and imported that fresh clean setting into it, now my setting is changing across cloud data and would sync to all of my VS instants with my account.

So, my above hacky way should work but i discover a bug in exporting environment setting that not all of code style rules exported correctly in vssettings file. i reported this bug here hope it get fixed soon

I'm still waiting for an official answer...

The way to do this is to sign into Visual Studio, choose Tools > Import and Export Settings, and then choose Reset all settings. However, there's a bug in Visual Studio 2019 version 16.0 (that will be fixed in version 16.1) that causes reset to not work fully for some settings such as key bindings. The workaround is to edit all the files under %ProgramFiles%\Microsoft Visual Studio\<version>\<edition>\Common7\IDE\Profiles to specify โ€œ16.0โ€ instead of โ€œ15.0โ€ in their ApplicationIdentity element. After doing that, the reset operation should work correctly.

@gewarren
Even with the version 16.1 Preview 2 it is not fixed yet. My sync data saved in my account always turns my Visual Studio 2019 over. I've experimented a bit with the settings and now do not know what I've changed everything. Well, nothing works and the internal reset does not reset everything to factory settings. You should really think about a function for deleting the account as it works with the Win10 sync data via OneDrive. Anyway, I can do nothing more with VS, only confused only ๐Ÿ˜’.

Sorry Google Translate ๐Ÿ˜

Also awaiting an option to reset or download synced settings. The latter especially to conform to EU data protection laws.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wittelw picture wittelw  ยท  3Comments

nitinjs picture nitinjs  ยท  3Comments

jnpwly picture jnpwly  ยท  3Comments

Logerfo picture Logerfo  ยท  3Comments

realbart picture realbart  ยท  3Comments