Unregister DLLs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been tryin for a while now to unregister a few dlls that I have on my computer, but I don't understand the process of doing so. Can someone please give me step-by-step instructions on how to do this?
 
LV said:
I've been tryin for a while now to unregister a few dlls that I have on my computer, but I don't understand the process of doing so. Can someone please give me step-by-step instructions on how to do this?

How have you tried to unregister dlls?
Have tried it with administrative rights (as administrator)?
What program/process do you have used?
Have you tried 'regsvr32'? Perhaps the Help could help you 'regsvr32 /?'

kind regards

Dirk
 
REGSVR32
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx

Explanation of Regsvr32 Usage and Error Messages
http://support.microsoft.com/default.aspx?scid=kb;[LN];249873

Regsvr32
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx

You Receive a DllRegisterServer Error When You Try to Register a DLL by
Using Regsvr32.exe
http://support.microsoft.com/default.aspx?scid=kb;en-us;827659

===============
Or download and use this >>>>

RegSvr32 - Graphical Interface
http://www.freevbcode.com/ShowCode.Asp?ID=1422

[[This program allows to register/unregister DLLs using RegSvr32 tool which
is included with Windows. This program is very easy even for beginners.
Additionally, it shows a way to find windows\system directory location
properly. A handy utility that will help you avoid the inconvenience of
running regsvr32 from the start menu all the time. ]]

CodeRegshell.zip
http://www.freevbcode.com/code/regshell.zip
 
REGSVR32
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx

Explanation of Regsvr32 Usage and Error Messages
http://support.microsoft.com/default.aspx?scid=kb;[LN];249873

Regsvr32
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx

You Receive a DllRegisterServer Error When You Try to Register a DLL by
Using Regsvr32.exe
http://support.microsoft.com/default.aspx?scid=kb;en-us;827659

===============
Or download and use this >>>>

RegSvr32 - Graphical Interface
http://www.freevbcode.com/ShowCode.Asp?ID=1422

[[This program allows to register/unregister DLLs using RegSvr32 tool which
is included with Windows. This program is very easy even for beginners.
Additionally, it shows a way to find windows\system directory location
properly. A handy utility that will help you avoid the inconvenience of
running regsvr32 from the start menu all the time. ]]

CodeRegshell.zip
http://www.freevbcode.com/code/regshell.zip
 

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