If you’re experiencing problems with the Discord icon in the Windows Uninstall menu, there’s a simple way to fix the situation using the System Registry Editor. Here is a step-by-step guide to solve the problem.
Method 1: Edit System Registry Manual
- Open the Registry Editor:
- Click the Start button.
- Search “System Registry Editor” and open it.
- Navigate to Discord key:
- Follow the path:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Discord
- Follow the path:
- Create a new string value:
- Right-click the blank space of the right panel.
- Select “Nuovo” → “Valore Stringa”.
- Name this value string as
DisplayIcon.
- Set the icon path:
- Double-click the new string
DisplayIcon. - Enter the following path in the field “Date Value”:
C:\Users\%UserProfile%\AppData\Local\Discord\app.ico - Click on “OK”.
%UserProfile%with the name of your user folder you find inC:\Users. - Double-click the new string
Method 2: Creating a Registry File
If you prefer a faster method, you can create a file .reg to automate the process. Here's how to do:
- Open an advanced text editor:
- You can use Notepad or any other text editor.
- Enter the following code:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Discord] "DisplayIcon"="C:\\Users\\%UserProfile%\\AppData\\Local\\Discord\\app.ico" - Save the file with extension
.reg:- Name the file as you prefer, for example
FixDiscordIcon.reg. - Make sure you select “All files” in the rescue type and add
.regat the end of the file name.
- Name the file as you prefer, for example
- Run the registry file:
- Double-click the file
.regJust created. - Confirms the addition of information to the registry.
- Double-click the file
Following one of the methods described above, you should be able to restore the Discord icon in the Windows Uninstall menu. This workaround is simple and fast, allowing you to solve the problem without having to wait for an official update.






