What Mechanisum does Windows 10 use to Detect simularities in programs to Group Them on the TaskBarWhat does %~d0 mean in a Windows batch file?Change pinned taskbar icon (windows 7)Application that won't pin to the Windows 7 TaskbarWhere is my task bar icon for System user?How to run a program automatically as admin on Windows 7 at startup?Pinning a Java executable (with launch4j) to the Windows 7 taskbarWindows 7 taskbar stacking in multiple placesWindows shortcut not displaying correctly in taskbar until rebootMultiapp Taskbar Grouping on Windows 7+Making Tkinter Multiple Windows Have One Icon in the Task Bar

How to factor a fourth degree polynomial

Examples of fluid (including air) being used to transmit digital data?

Why does this function pointer assignment work when assigned directly but not with the conditional operator?

When is one 'Ready' to make Original Contributions to Mathematics?

What is this airplane with small wings at different angles seen at Paphos Airport?

How do resistors generate different heat if we make the current fixed and changed the voltage and resistance? Notice the flow of charge is constant

How to delete multiple process id of a single process?

Was the 45.9°C temperature in France in June 2019 the highest ever recorded in France?

Why do Klingons use cloaking devices?

Why does mean tend be more stable in different samples than median?

Wouldn't putting an electronic key inside a small Faraday cage render it completely useless?

How did Einstein know the speed of light was constant?

How did the IEC decide to create kibibytes?

Minor differences between two recorded guitars

Shipped package arrived - didn't order, possible scam?

What is the highest level of accuracy in motion control a Victorian society could achieve?

Earliest example of double planets in science fiction?

What is the meaning of "prairie-dog" in this sentence?

My professor has told me he will be the corresponding author. Will it hurt my future career?

What is the fundamental difference between catching whales and hunting other animals?

How do amateur satellites stay consistently in the amateur-sat bands acoss the globe?

Park the computer

How to get the speed of my spaceship?

Can I Ready an attack action to trigger when the target Blinks back to the Material plane?



What Mechanisum does Windows 10 use to Detect simularities in programs to Group Them on the TaskBar


What does %~d0 mean in a Windows batch file?Change pinned taskbar icon (windows 7)Application that won't pin to the Windows 7 TaskbarWhere is my task bar icon for System user?How to run a program automatically as admin on Windows 7 at startup?Pinning a Java executable (with launch4j) to the Windows 7 taskbarWindows 7 taskbar stacking in multiple placesWindows shortcut not displaying correctly in taskbar until rebootMultiapp Taskbar Grouping on Windows 7+Making Tkinter Multiple Windows Have One Icon in the Task Bar






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















Windows 10, groups running windows of a program under a single Icon on the TaskBar. But will also group windows of Similar Programs. I'm trying to find out what its key-ing on in the binary/window to do this (and prevent it).



This gets even more confusing because when some Installers get done, and leave a Open Notepad.exe Logfile; it does not group up with my other running notpad.exe windows and is all by it's self.



From Testing I know that it Doesn't use



  • CRC or other comparisons

  • Binary location

  • Binary File Size

  • Binary File Dates

  • Binary File Name

  • Binary Product Version

  • Binary Product Name

  • Binary Copyright

  • Binary File Version

  • Binary Product version

  • Binary Original File name

  • Binary File Description

  • Binary Icon

  • Window Title

  • Window Icon

  • etc (there was more done but I don't recall everything I've tried, and I don't want to incorrectly put something down if I'm not sure)

This was all Tested by editing a complied Binary (same as I did win win7 and XP before that), To specifically make Visually distinct running copies for SAS applications.



I did this alot back in Win7, and I think it was just the Binaries Icon that was key. Not so in Win10.



Here is the Properties of three different Binaries, in different locations, that will all go under one Icon on the Task bar. The Actual Icon used on the task bar is from whatever binary was started first.



Three File Properties










share|improve this question
























  • superuser.com is a better forum for this question. StackOverflow is meant for programming questions while SuperUser cover more general questions.

    – tk421
    Mar 25 at 19:59











  • That was a thought, but as I'm editing Binaries (akin to binary programing) and that the answer is more useful to a programing crowd than a user base I ended up going for here first. For instance a .net programmer might want his two programs to act as one (by default) in the windows task bar. An answer here would help that.

    – user1488660
    Mar 25 at 20:08


















1















Windows 10, groups running windows of a program under a single Icon on the TaskBar. But will also group windows of Similar Programs. I'm trying to find out what its key-ing on in the binary/window to do this (and prevent it).



This gets even more confusing because when some Installers get done, and leave a Open Notepad.exe Logfile; it does not group up with my other running notpad.exe windows and is all by it's self.



From Testing I know that it Doesn't use



  • CRC or other comparisons

  • Binary location

  • Binary File Size

  • Binary File Dates

  • Binary File Name

  • Binary Product Version

  • Binary Product Name

  • Binary Copyright

  • Binary File Version

  • Binary Product version

  • Binary Original File name

  • Binary File Description

  • Binary Icon

  • Window Title

  • Window Icon

  • etc (there was more done but I don't recall everything I've tried, and I don't want to incorrectly put something down if I'm not sure)

This was all Tested by editing a complied Binary (same as I did win win7 and XP before that), To specifically make Visually distinct running copies for SAS applications.



I did this alot back in Win7, and I think it was just the Binaries Icon that was key. Not so in Win10.



Here is the Properties of three different Binaries, in different locations, that will all go under one Icon on the Task bar. The Actual Icon used on the task bar is from whatever binary was started first.



Three File Properties










share|improve this question
























  • superuser.com is a better forum for this question. StackOverflow is meant for programming questions while SuperUser cover more general questions.

    – tk421
    Mar 25 at 19:59











  • That was a thought, but as I'm editing Binaries (akin to binary programing) and that the answer is more useful to a programing crowd than a user base I ended up going for here first. For instance a .net programmer might want his two programs to act as one (by default) in the windows task bar. An answer here would help that.

    – user1488660
    Mar 25 at 20:08














1












1








1








Windows 10, groups running windows of a program under a single Icon on the TaskBar. But will also group windows of Similar Programs. I'm trying to find out what its key-ing on in the binary/window to do this (and prevent it).



This gets even more confusing because when some Installers get done, and leave a Open Notepad.exe Logfile; it does not group up with my other running notpad.exe windows and is all by it's self.



From Testing I know that it Doesn't use



  • CRC or other comparisons

  • Binary location

  • Binary File Size

  • Binary File Dates

  • Binary File Name

  • Binary Product Version

  • Binary Product Name

  • Binary Copyright

  • Binary File Version

  • Binary Product version

  • Binary Original File name

  • Binary File Description

  • Binary Icon

  • Window Title

  • Window Icon

  • etc (there was more done but I don't recall everything I've tried, and I don't want to incorrectly put something down if I'm not sure)

This was all Tested by editing a complied Binary (same as I did win win7 and XP before that), To specifically make Visually distinct running copies for SAS applications.



I did this alot back in Win7, and I think it was just the Binaries Icon that was key. Not so in Win10.



Here is the Properties of three different Binaries, in different locations, that will all go under one Icon on the Task bar. The Actual Icon used on the task bar is from whatever binary was started first.



Three File Properties










share|improve this question
















Windows 10, groups running windows of a program under a single Icon on the TaskBar. But will also group windows of Similar Programs. I'm trying to find out what its key-ing on in the binary/window to do this (and prevent it).



This gets even more confusing because when some Installers get done, and leave a Open Notepad.exe Logfile; it does not group up with my other running notpad.exe windows and is all by it's self.



From Testing I know that it Doesn't use



  • CRC or other comparisons

  • Binary location

  • Binary File Size

  • Binary File Dates

  • Binary File Name

  • Binary Product Version

  • Binary Product Name

  • Binary Copyright

  • Binary File Version

  • Binary Product version

  • Binary Original File name

  • Binary File Description

  • Binary Icon

  • Window Title

  • Window Icon

  • etc (there was more done but I don't recall everything I've tried, and I don't want to incorrectly put something down if I'm not sure)

This was all Tested by editing a complied Binary (same as I did win win7 and XP before that), To specifically make Visually distinct running copies for SAS applications.



I did this alot back in Win7, and I think it was just the Binaries Icon that was key. Not so in Win10.



Here is the Properties of three different Binaries, in different locations, that will all go under one Icon on the Task bar. The Actual Icon used on the task bar is from whatever binary was started first.



Three File Properties







windows taskbar






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 25 at 20:10







user1488660

















asked Mar 25 at 19:54









user1488660user1488660

205 bronze badges




205 bronze badges












  • superuser.com is a better forum for this question. StackOverflow is meant for programming questions while SuperUser cover more general questions.

    – tk421
    Mar 25 at 19:59











  • That was a thought, but as I'm editing Binaries (akin to binary programing) and that the answer is more useful to a programing crowd than a user base I ended up going for here first. For instance a .net programmer might want his two programs to act as one (by default) in the windows task bar. An answer here would help that.

    – user1488660
    Mar 25 at 20:08


















  • superuser.com is a better forum for this question. StackOverflow is meant for programming questions while SuperUser cover more general questions.

    – tk421
    Mar 25 at 19:59











  • That was a thought, but as I'm editing Binaries (akin to binary programing) and that the answer is more useful to a programing crowd than a user base I ended up going for here first. For instance a .net programmer might want his two programs to act as one (by default) in the windows task bar. An answer here would help that.

    – user1488660
    Mar 25 at 20:08

















superuser.com is a better forum for this question. StackOverflow is meant for programming questions while SuperUser cover more general questions.

– tk421
Mar 25 at 19:59





superuser.com is a better forum for this question. StackOverflow is meant for programming questions while SuperUser cover more general questions.

– tk421
Mar 25 at 19:59













That was a thought, but as I'm editing Binaries (akin to binary programing) and that the answer is more useful to a programing crowd than a user base I ended up going for here first. For instance a .net programmer might want his two programs to act as one (by default) in the windows task bar. An answer here would help that.

– user1488660
Mar 25 at 20:08






That was a thought, but as I'm editing Binaries (akin to binary programing) and that the answer is more useful to a programing crowd than a user base I ended up going for here first. For instance a .net programmer might want his two programs to act as one (by default) in the windows task bar. An answer here would help that.

– user1488660
Mar 25 at 20:08













0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55345449%2fwhat-mechanisum-does-windows-10-use-to-detect-simularities-in-programs-to-group%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55345449%2fwhat-mechanisum-does-windows-10-use-to-detect-simularities-in-programs-to-group%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript