Unloading DLL modules

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

Hello,

How can I unload a DLL module?

Those you can find with

Start > Programs > Accessories > System Tools > System Information
In System Information:
System Information > Software Environment > Loaded Modules

Thanks!
 
Resolved, I managed to unload the dll with the following command:

regsvr32 /u /i "dllname.dll"

Bye,
JS
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top