Incorrect display of icons in the list of Windows apps
Please add the Discord icon in "Settings - Apps - Apps & features" and "Control Panel - Programs - Programs and Features" in Windows 10. To implement this, you most likely need to add UninstallDisplayIcon in the registry.
-
Perhaps this information will be useful - http://www.jrsoftware.org/ishelp/index.php?topic=setup_uninstalldisplayicon.
3 -
Don't let that die, gentlemen! :(
3 -
please fix this
3 -
please fix this
2 -
Also the version is wrong (doesn't match the in app version). I assume it's a wrapper for the real program.
0 -
Hi there,
Here is a workaround:
- Click on the Start button.
- Search for Registry Editor and open it.
- Go at the end of the following path:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Discord - 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.
- 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.
1
U moet u aanmelden om een opmerking te plaatsen.
Opmerkingen
6 opmerkingen