[Registry] Register DLL control let IE browser Resurrection _ Registry

Source: Internet
Author: User

Recently, also do not know how, the unit network of many workstations IE can not open a new window, performance: In the process of browsing the Web, click the hyperlink no response. The cause of the problem is that IE new window module is damaged, the solution is already open secret, click "Run", run "regsvr32 actxprxy.dll" and "regsvr32 shdocvw.dll" to register the two DLL files, and then restart the system, If not, you can Mshtml.dll,urlmon.dll,msjava.dll, Browseui.dll, Oleaut32.dll, Shell32.dll also registered, generally can be resolved. There is nothing to say, but if a table to register the relevant DLL control, the workload is very large, whim, can register/reverse register DLL control commands to add the right menu? Try unexpectedly success, now sorted out, and friends to explore:

The first step: Open Notepad program, input the following:

Windows Registry Editor Version 5.00

[Hkey_clas Ses_rootdllfileshell]

[Hkey_classes_rootdllfileshell registration]

[hkey_classes_rootdllfileshell Register command]

@= "regsvr32%1"

[Hkey_classes_rootdllfileshell Anti-registration]

"Command" = "regsvr32%1/u"

[HKE Y_classes_rootdllfileshell command]

@= "regsvr32%1/u"

Input completed, the end of an empty line to the sky, or back to a car, save as "Regdll." Reg ", the filename is optional, the suffix name must be" Reg ".

Step Two: share the file with your network Neighborhood, and have each workstation download the file.

Step Three: Double-click Regdll. REG file, import it into the registry.



OK, now just find a DLL file to try, right click on it, in the right menu will appear in the "Registration/anti-registration" option (as shown in the picture). In this way, we can choose the appropriate options to register/reverse registration options DLL file, very convenient!

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.