You cannot use /dll -u with a complete filename, it won't unload it, you MUST give the name of the dll only, which is a problem syntactically: I can load mydll.dll from c:\PATH1 and c:\PATH2, but I won't be able to unload a specific dll
originally reported
here as a feature