Taskbar: Grouping by AppID not working

ssri

New member
Member
Local time
10:05 AM
Messages
16
[SOLVED] Taskbar: Grouping by AppID not working

Hi everyone,

I'm using this java-based image processing and analysis software ImageJ (ImageJ) and after a recent windows update, the program no longer groups together like it once did. Each instance of the program shows up as separate apps on the taskbar. (see attachment) Image stacks that are loaded in different running instances of ImageJ are grouped with the corresponding instance.

33dh3iw.jpg


Other programs are still grouping normally, but not ImageJ (see above image). I run ImageJ through the same .exe file (C:\Program Files\ImageJ\ImageJ.exe)

Both 32- and 64-bit versions of ImageJ display the same abnormal grouping activity.

Maybe I have to create a custom launcher like someone suggested in this thread: http://www.sevenforums.com/general-...i-group-non-grouped-applications-taskbar.html

Any tips, suggestions? Thanks
 
Last edited:

My Computer My Computer

Computer Manufacturer/Model Number
HP 6910p
OS
Windows 7 Professional 64bit / Arch Linux x86_64
CPU
Intel Core2Duo T7100
Memory
4 GB
Graphics Card(s)
ATi Mobility Radeon x2300
Hard Drives
Fujitsu MJA2500BH G2 500GB
Mouse
Microsoft Wireless Mouse 5000
Other Info
MATSHITA DVD-RAM UJ-842S ATA Device
Hi ssri and welcome to the forums!

Can it be that now you really have different instances of your program running as opposed to just several windows? What does the Task Manager show? Is there one process for ImageJ (as I imagine you have for Firefox) or several different processes?
 

My Computer My Computer

Computer Manufacturer/Model Number
Dell Inspiron 530
OS
Windows 7 Ultimate (x64)
CPU
Q6600
Memory
8 GB
Graphics Card(s)
ATI Radeon HD 2600 XT
Monitor(s) Displays
Samsung Syncmaster P2450
Screen Resolution
1920x1080
Hard Drives
Samsung HD103UJ
Samsung HD501LJ
Internet Speed
25 Mb/s
Hi ssri and welcome to the forums!

Can it be that now you really have different instances of your program running as opposed to just several windows? What does the Task Manager show? Is there one process for ImageJ (as I imagine you have for Firefox) or several different processes?

Hi,

They have different PIDs (processIDs?) in taskmanager running under as javaw.exe. However, this is not unusual, as this has been the case ever since running it in windows xp. When I first installed win7 pro 64, ImageJ ran as multiple instances of javaw.exe and grouped fine. Are appIDs the same as PIDs?
 

My Computer My Computer

Computer Manufacturer/Model Number
HP 6910p
OS
Windows 7 Professional 64bit / Arch Linux x86_64
CPU
Intel Core2Duo T7100
Memory
4 GB
Graphics Card(s)
ATi Mobility Radeon x2300
Hard Drives
Fujitsu MJA2500BH G2 500GB
Mouse
Microsoft Wireless Mouse 5000
Other Info
MATSHITA DVD-RAM UJ-842S ATA Device
Okay, I figured it out after reading this link on msdn (search for 'registering an application as a host process'). Run regedit.exe as an administrator and go to Computer\HKEY_CLASSES_ROOT\Applications\javaw.exe. Remove the string value 'IsHostApp'. Start ImageJ over again, and the application groups as before even though there are three instances of javaw.exe running in taskmanager with different PIDs.

Please mark this thread as solved
 

My Computer My Computer

Computer Manufacturer/Model Number
HP 6910p
OS
Windows 7 Professional 64bit / Arch Linux x86_64
CPU
Intel Core2Duo T7100
Memory
4 GB
Graphics Card(s)
ATi Mobility Radeon x2300
Hard Drives
Fujitsu MJA2500BH G2 500GB
Mouse
Microsoft Wireless Mouse 5000
Other Info
MATSHITA DVD-RAM UJ-842S ATA Device
Back
Top