I have both of those settings in Win XP Pro and the only one that can be changed is the first one (the one Christian pointed out). The second one only has an empty default setting.icfu wrote:That's wrong:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer]
"AlwaysUnloadDLL"="1"
This is correct:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\AlwaysUnloadDLL]
Icfu
cm_UnloadPlugins
Moderators: Hacker, petermad, Stefan2, white
- Boofo
- Power Member
- Posts: 1431
- Joined: 2003-02-11, 00:29 UTC
- Location: Des Moines, IA (USA)
- Contact:
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Using prcview (www.prcview.com) on Win XP shows :ghisler wrote:Which plugins aren't unloaded?
EventLog.wlx 1, 0, 0, 9
FileInfo.wlx 1, 9, 1, 0. François GANNIER
LinkInfo.wlx Version 1.21
office.wlx
SynUs.wlx 1.6. 2003 Chernih Sergey
SystemInfo.wlx SystemInfo WLX 3, 0, 0, 0.
After cm_UnloadPlugins only LinkInfo.wlx is unloaded.
Note : LinkInfo.wlx is the only one which has a "detect string" !
#5767 Personal license
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Boofo, the 'AlwaysUnloadDLL' is a KEY, there is nothing to be changed!
The setting ghisler pointed out is plain wrong, it's just a copy&pasted error that is still spread in the wild.
The key (which is the only correct setting) is completely useless and has no function at all in XP, just check the link to MSDN...
Icfu
The setting ghisler pointed out is plain wrong, it's just a copy&pasted error that is still spread in the wild.
The key (which is the only correct setting) is completely useless and has no function at all in XP, just check the link to MSDN...
Icfu
Confirmed Lister plugins that don't unload:
- office.wlx
- listdoc.wlx
- ieview.wlx
- fileinfo.wlx
- eventlog.wlx
I also found 3 filesystem plugins that cause TC to exit (unload itself
) after being used and applying the unload command:
- Temporary Panel 1.0 (official plugin!)
- Netmon (Shared files) 1.0.2 (unofficial)
- StartupGuard 0.5.1.56 (unofficial)
- office.wlx
- listdoc.wlx
- ieview.wlx
- fileinfo.wlx
- eventlog.wlx
I also found 3 filesystem plugins that cause TC to exit (unload itself

- Temporary Panel 1.0 (official plugin!)
- Netmon (Shared files) 1.0.2 (unofficial)
- StartupGuard 0.5.1.56 (unofficial)
...BRB...
to All
Just try : in wincmd.ini
1 - for all lister plugin without detect string, add this line:
N_detect="SIZE>0"
change N with the number beginning the line of the lister
2 - load the lister with F3 on any file
3 - close the lister
4 - use cm_UnloadPlugins
5 - look at dlls in memory
All plugins have been unloaded
Best regards
Just try : in wincmd.ini
1 - for all lister plugin without detect string, add this line:
N_detect="SIZE>0"
change N with the number beginning the line of the lister
2 - load the lister with F3 on any file
3 - close the lister
4 - use cm_UnloadPlugins
5 - look at dlls in memory
All plugins have been unloaded
Best regards
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
- Boofo
- Power Member
- Posts: 1431
- Joined: 2003-02-11, 00:29 UTC
- Location: Des Moines, IA (USA)
- Contact:
Wouldn't this basically do the same thing?fg_2002fr wrote:to All
Just try : in wincmd.ini
1 - for all lister plugin without detect string, add this line:
N_detect="SIZE>0"
change N with the number beginning the line of the lister
2 - load the lister with F3 on any file
3 - close the lister
4 - use cm_UnloadPlugins
5 - look at dlls in memory
All plugins have been unloaded
Best regards
N_detect=""