Uninstall Icon Missing

Comments

2 comments

  • Jax

    Yes this would be great! The uninstall icon is missing and it just feels odd.

    0
  • Péter

    Hi there,

    Here is a workaround until the fix:

    1. Click on the Start button.
    2. Search for Registry Editor and open it.
    3. Go at the end of the following path:
      HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Discord
    4. Create a new String Value: right click with your mouse over the right panel's empty space → New → String Value and name it as DisplayIcon.
    5. Double click on this newly created DisplayIcon line and type the following path into the Value data: field: C:\Users\%UserProfile%\AppData\Local\Discord\app.ico and then click on the OK button.
      Don't forget to replace %UserProfile% parameter with your user folder's name as you can see it in your C:\Useres folder.

    You can do the same quicker with creating a regedit file with an advanced text editor:

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Discord]
    "DisplayIcon"="C:\\Users\\%UserProfile%\\AppData\\Local\\Discord\\app.ico"

    Save the code above into a plain text file with ".reg" extension and double click on this fresh new .reg file. Name this ".reg" file as you wish. The name of this file does not count.

    0

Please sign in to leave a comment.