coloque todo o texto abaixo em um arquivo do bloco de notas e salve como Registro.reg
dae, dois cliques no registro.reg, vai aparecer uma pergunta tipow, "ker mesmo adicionar as informações no registro?" diga que sim.
dae por diante, para registrar qualquer OCX ou DLL activex, basta clicar com o botão direito no arquivo DLL ou OCX, no menu vai aparecer as opções Register/Uregister
basta escolher se quer registrar ou desregistrar
REGEDIT4
[HKEY_CLASSES_ROOT.dll]
"Content Type"="application/x-msdownload"
@="dllfile"
[HKEY_CLASSES_ROOTdllfile]
@="Application Extension"
[HKEY_CLASSES_ROOTdllfileShellRegistercommand]
@="regsvr32.exe "%1""
[HKEY_CLASSES_ROOTdllfileShellUnRegistercommand]
@="regsvr32.exe /u "%1""
[HKEY_CLASSES_ROOT.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOTocxfile]
@="OCX"
[HKEY_CLASSES_ROOTocxfileShellRegistercommand]
@="regsvr32.exe "%1""
[HKEY_CLASSES_ROOTocxfileShellUnRegistercommand]
@="regsvr32.exe /u "%1""