Closed m3dragos closed 4 months ago
Also if I only populate the inclusion list nothing changes, they were all included by default anyway?
The default is whatever the mod defines. Which mod are you trying to customize. If the mod targets all or multiple programs, then indeed what you said is correct, but you can find an option that says "Ignore mod inclusion/exclusion lists" below. If you enable it, then the mod's targets are ignored, and you can add only the processes you want to the process inclusion list.
The default is whatever the mod defines. Which mod are you trying to customize. If the mod targets all or multiple programs, then indeed what you said is correct, but you can find an option that says "Ignore mod inclusion/exclusion lists" below. If you enable it, then the mod's targets are ignored, and you can add only the processes you want to the process inclusion list.
I'm trying this with the taskbar-labels
mod.
But I get the exact same behavior with the 'Ignore' option
taskbar-labels
only targets explorer.exe. You're probably trying to make it so that only some apps have labels, but it doesn't work that way. See this comment and the relevant issue for more information: https://github.com/ramensoftware/windhawk-mods/issues/203#issuecomment-1927180436
Current behavior for including/excluding processes is described as:
"For each process, the mod is loaded if the executable file path matches one of the include entries and doesn't match any exclude entry."
It seems that it's not possible to exclude all processes except specific ones. As the text says, and as it seems to work now, if I have
*
in the exclusion list then all processes are excluded, ignoring the inclusion list. Also if I only populate the inclusion list nothing changes, they were all included by default anyway?I would expect that if I put
*
in the exclusion list (or leave it empty) and add a specific process in the inclusion list, that process would be included and all others excluded.Current behavior, with these settings, all processes are excluded:
Current behavior, with these settings, all processes are included: