Changing Visual Studio shortcut name and Installer entry
Nov 11, 2022
Do you hate seeing “Visual Studio… (2)” as much as I do? Do you feel angry every time it comes back again (after update) in spite of all your manual changes? Don’t worry — I have the solution just for you.
The most important thing to know — two (in (2)) is the nickname of the instance. Now we just need to find and remove (or change) it.
In order to change or remove the nickname of a Visual Studio 2022 installation:
- Set the nickname in the *.isolation.ini files in %ProgramFiles%\Microsoft Visual Studio\2022\[Version]\Common7\IDE\ (look for Nickname= )
- Set the nickname in the state.json file in %ProgramData%\Microsoft\VisualStudio\Packages\state.json (look for “nickname”:)
- Now you can change shortcut names manually and those changes would persist
References: