Regsvr32 registering a. dll dynamic link library "use article"

Source: Internet
Author: User
Tags html interpreter

    1. The REGSVR 32 command is a registration and anti-registration tool for control files in Windows, such as files with the extension DLL, OCX, Cpl.
      command format Regsvr32 [/s] [/n] [/i[:cmdline]] Dllname
      /u uninstall the installed control, uninstall the server registration;
      /s Registration successful does not display the operation Success Information box;
      /I invokes the DllInstall function and passes the optional argument [cmdline] to it, which is used to unload the DLL when you use the/U;
      /n does not call DllRegisterServer, this parameter must be used with/I.
    2. Simple example
      To register "E:\\cpcw.dll" manually, simply type "Regsvr32 e:\\cpcw.dll" in "Start → run",
      When you click the OK button, the message "DllRegisterServer in CPCW.dll succeeded" appears, indicating that the component registration was successful;
      If you want to uninstall this component, type "regsvr32/u e:\\cpcw.dll" in Start → run.
      Format: regsvr32 [/s] [/n] [/i[:cmdline]] DLLname
      Use parameter--------Unlock server registration using parameters [/s]--------silent;
      Do not display a message box use the parameter---------call DllInstall and pass it an optional [cmdline];
      Unload the DLL when used with the/u parameter.
      Using the parameter [/n]--------does not call DllRegisterServer.
      This parameter must be used with/I.
  • Example 1:
    IE cannot open new window regsvr32 actxprxy.dll regsvr32 shdocvw.dll Restart if not resolved regsvr32 mshtml.dll regsvr32 urlmon.dll regsvr32 MSJAVA.D ll regsvr32 browseui.dll regsvr32 oleaut32.dll regsvr32 shell32.dll
  • Instance 2:ie cannot save HTML format file regsvr32 inetcomm.dll
  • Instance 3:msn cannot login regsvr32 softpub.dll
  • Instance 4:windows Default file association confusion regsvr32/i Shdocvw.dll regsvr32/i shell.dll regsvr32/i Shdoc401.dll
  • Instance 5:window cannot play MP3 regsvr32 i3codeca.acm regsvr32 i3codecx.ax in Server 2003
  • Instance 6:windows Add/Remove program failed to start regsvr32 mshtml.dll regsvr32/i shdocvw.dll regsvr32/i Shell.dll
  • Instance 7 Windows Search function failure regsvr32 urlmon.dll
  • Example 8: Prevent the system from previewing media files regsvr32/u shmedia.dll recover available regsvr32 shmedia.dll
  • Example 9: Uninstalling the ZIP function of the win XP regsvr32/u Zipfldr.dll
  • Example 10: Disabling the FSO object regsvr32/u Scrrun.dll Instance 11: The user account is not visible after opening regsvr32 nusrmgr.cpl is the running file of the user account regsvr32 Mshtml.dll is the HTML interpreter-related module regsvr32 jscript.dll is a Microsoft JavaScript script that supports related files regsvr32/i Shdocvw.dll is the module for adding basic files and network operations to Windows applications User account open blank generally may be problems with the module, and some will appear, such as the module can not find the administrator can not open or set the user rights solution: Execute: regsvr32 uscript.dll regsvr32 mshtml.dll switch users appear alert prompt, " Advanced INF Installer "" Error: Unable to locate INF file C:\WINDOWS\INF\icw.inf regsvr32 MSHTML. Dll

Regsvr32 registering a. dll dynamic link library "use article"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.