VS initialization command ASP.NET common tips

  • 2020-05-12 02:28:32
  • OfStack

To use this parameter, do the following:

1. Close all Visual Studio 2005 instances.

2. Click "start" and select "run..." .

3. Type "devenv.exe /resetuserdata".

This command will run for a few minutes while Visual Studio clears the Settings and resets itself to its original state. At this point, you can open the task manager to check that the devenv.exe process is still running. After finishing the run, you can restart Visual Studio. The first launch dialog box will appear again, just like running Visual Studio 1 for the first time on your computer.

Related articles: