- Home
·
- OLE/COM/DCOM/Active-X
·
- One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t
One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t
One line command to Unregister OCX (Please go through few lines submitted by me, which helps user to play around with OCX/DLL)
Rate One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t
(2(2 Vote))
/s - Silent; display no message boxes
/u - Unregister server
/i - Call DllInstall passing it an optional [cmdline];
when used with /u calls dll uninstall
/n - do not call DllRegisterServer; this option must
be used with /i
Example:(how to register & Unregister OCX/DLL)
Register OCX use following command
regsvr32 "C:\Windows\xyz.ocx"
above mentioned command will register xyz.ocx
----------------------------
UnRegister OCX use following command
regsvr32 /u "C:\Windows\xyz.ocx"
above mentioned command will unregister xyz.ocx
One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t Comments
No comments yet — be the first to post one!
Post a Comment