Duplicate Icons On Taskbar Windows 10
Posted By admin On 18.08.19I have an issue with IntelliJ IDEA and Android Studio when I pin the icons to my taskbar. If I click on the icon, the actual window opens in a smaller duplicate icon on the taskbar rather than opening the window in the pinned icon.
Configure Windows 10 to show small buttons or icons on the taskbar, so that you can have more icons. To use small icons: Step 1: Open up the Taskbar and Start Menu Properties. Step 2: Select Use small taskbar buttons and click Apply. If you need larger icons/buttons, follow our how to make Windows 10 taskbar icons bigger guide. Add or remove icons from the taskbar. Right-click the Taskbar and select Properties. Click the ‘Customize’ button next to the Notification Area field and it will bring up the following window that you’re already familiar with. Alternatively, you can go to Control Panel All Control Panel Items Notification Area Icons.
I have tried uninstalling with Revo Uninstaller Pro and reinstalling, but to no avail. Copying the .exe
file directly to the AppDataRoamingMicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar
folder doesn't work – the icon does not appear.
This is not a duplicate of this question: Some taskbar pinned icons are duplicated when an instance of the application is running
I have tried all the suggested solutions from the earlier question, to check, but there is still a duplicate icon, so maybe it is a problem with Windows 10 specifically. I do not have any problems with any other programs.
Windows 10 Duplicate Taskbar Buttons
4 Answers
[DISCLAIMER]
This is not actually a fix, more of a hack to make this work since it annoyed the hell out of me.
First of all, you need to find out what the AppID of the app (here IntelliJ) is. To do this, you can use Taskbar Tweaker (you can uninstall it afterwards).Open the program and go to Taskbar Inspector. The string next to the arrow is the AppID.
The current EAP version has the AppID: 'IntelliJ IDEA (Minerva).-1274214200'but be sure to check, if it doesn't work (release versions of IntelliJ have different IDs)
The next thing you need is mkshortcut.exe which will create a custom shortcut for you. Check out this walk-through and follow all the steps replacing the target with the file path of idea.exe or idea64.exe and the appid with the one above.
If you now start IntelliJ from anywhere, it should group properly with the pinned icon.
Btw. This is a simplified version of this walk-through: neowin.net/forum/topic/985014-guide-pin-programs-with-custom-launchers-to-taskbar/
This seems to be working for me.
Open your idea.properties file (located in /bin) and add this line at the bottom windows.jumplist=false
This looks like a known Windows 10 issue and should be fixed when build 10565 is pushed to everyone. You can join the Windows Insider Program to get 'Insider builds' in advance.
Here are some things we have fixed:
..
5 oz silver lunar coins. Certain apps won’t appear twice anymore when pinned to the taskbar.
(source)
Siim KSiim KI managed to sync the appbar icon Adding Android Studio to it AFTER it has been launched, simply pinning it from the application bar.
Trying to add the icon in other ways in Win10 produce the duplicate icon issue, so I'm using this method to add the shortcut.
Not the answer you're looking for? Browse other questions tagged windowswindows-10taskbarintellij-idea or ask your own question.
I have an issue with IntelliJ IDEA and Android Studio when I pin the icons to my taskbar. If I click on the icon, the actual window opens in a smaller duplicate icon on the taskbar rather than opening the window in the pinned icon.
I have tried uninstalling with Revo Uninstaller Pro and reinstalling, but to no avail. Copying the .exe
file directly to the AppDataRoamingMicrosoftInternet ExplorerQuick LaunchUser PinnedTaskBar
folder doesn't work – the icon does not appear.
This is not a duplicate of this question: Some taskbar pinned icons are duplicated when an instance of the application is running
I have tried all the suggested solutions from the earlier question, to check, but there is still a duplicate icon, so maybe it is a problem with Windows 10 specifically. I do not have any problems with any other programs.
4 Answers
[DISCLAIMER]
This is not actually a fix, more of a hack to make this work since it annoyed the hell out of me.
First of all, you need to find out what the AppID of the app (here IntelliJ) is. To do this, you can use Taskbar Tweaker (you can uninstall it afterwards).Open the program and go to Taskbar Inspector. The string next to the arrow is the AppID.
The current EAP version has the AppID: 'IntelliJ IDEA (Minerva).-1274214200'but be sure to check, if it doesn't work (release versions of IntelliJ have different IDs)
The next thing you need is mkshortcut.exe which will create a custom shortcut for you. Check out this walk-through and follow all the steps replacing the target with the file path of idea.exe or idea64.exe and the appid with the one above.
If you now start IntelliJ from anywhere, it should group properly with the pinned icon.
Btw. This is a simplified version of this walk-through: neowin.net/forum/topic/985014-guide-pin-programs-with-custom-launchers-to-taskbar/
This seems to be working for me.
Open your idea.properties file (located in /bin) and add this line at the bottom windows.jumplist=false
This looks like a known Windows 10 issue and should be fixed when build 10565 is pushed to everyone. You can join the Windows Insider Program to get 'Insider builds' in advance.
Here are some things we have fixed:
..
Certain apps won’t appear twice anymore when pinned to the taskbar.
(source)
Siim KSiim KI managed to sync the appbar icon Adding Android Studio to it AFTER it has been launched, simply pinning it from the application bar.
Trying to add the icon in other ways in Win10 produce the duplicate icon issue, so I'm using this method to add the shortcut.