to reverse register;
/n: Do not invoke DllRegisterServer, it must be used with/I.
Run the Regsvr32.exe program individually, you can see an error box that pops up a "No DLL name specified", and you can see the original English prompt for the argument (Figure 1).
Figure 1
When you enter a DLL file name, if you are dealing with a system-neutral file, you must add the file absolute path before
Many of my friends have used the Regsvr32 Command provided by Windows. Don't look down on this small command. It can sometimes help you solve big problems.1. easily fix ie browsersMany Internet users often encounter this problem: IE cannot open a new window, and clicking a hyperlink with the mouse does not respond. At this time, reinstalling IE can solve the problem. In fact, you don't have to worry about this. You can easily use the
From: http://hi.baidu.com/lanorwan/blog/item/8a010e3804e350f2b211c79a.html
Regsvr32 command application Overview
The regsvr32 Command provided by the Windows system may have been used by many friends, but it is a very practical function.
I. It can help you easily fix ie browsers
Many Internet users often encounter this problem: IE cannot open a new window, and clicking a hyperlink with the mouse does not
1. easily fix ie browsersRegsvr32 Shdocvw. dllRegsvr32 Oleaut32.dllRegsvr32 Actxprxy. dllRegsvr32 Mshtml. dllRegsvr32 Urlmon. dllRegsvr32 j. dllRun the preceding command to solve the following IE problems:-IE cannot open a new window, and clicking a hyperlink does not respond;-Incomplete webpage display,-The JAVA effect does not appear,-The webpage does not jump automatically,-When a website is opened, the message 'This page cannot be displayed 'is displayed ';-The status bar displays the 'webpa
IIS installed a random software yesterday, after the installation was found to be an English. The study was not clear for half a day, so it was unloaded. This is OK, my IIS several components are not! It's no use reloading! Surfing the internet for a long time finally is to solve the problem! Remember, you will not need to look everywhere when you meet again.
Repairing the Java Dynamic link library
regsvr32 jscript.dll
Repair VB dynamic link
cause Analysis : Because in a 64-bit system, Running the REGSVR32 registered DLL runs the Regsvr32.exe in the System32 folder, and this file is a 64-bit version, and the command needs a 32-bit version of Regsvr32, so it prompts for an error.
The breakdown diagram is as follows:
Solution steps:
1, open
Enter the following two commands in the cmd window or start → run:
Regsvr32 C:\Program Files (x86) \environment.dll
Or
Regsvr32 C:\\Program Files (x86) \\Environment.dll
All prompts for the following error:
RegSvr32
[Content]
Module "C:\ProgramFiles (x86) \environment.dll" failed to load.
Note
Environment.dll
Cannot register DLL/OCX: Regsvr32 failure solution, ocxregsvr32
When installing some programs, the failure to register DLL/OCX: Regsvr32 may often occur. I am going to teach you how to solve this problem.
It is actually very easy to introduce. The system lacks something (The VB6.0 Runtime Library file is missing). Just download it.
The download link on the official Microsoft website is in "Notes "
Part of Microsoft's official explanationhttps://support.microsoft.com/en-us/kb/249873Instructions for 32-bit and 64-bithttp://csi-windows.com/blog/all/73-windows-64-bit/378- Fixing-qregsvr32-the-module-failed-to-load-the-specified-module-could-not-be-foundqLack of dependenciesHttp://stackoverflow.com/questions/27290154/regsvr32-query-the-module-xxxxx-dll-failed-to-loadUse this tool to check other DLLs that C++dll needs to rely onhttp://www.dependencyw
1. easily fix ie browsersRegsvr32 shdocvw. dllRegsvr32 oleaut32.dllRegsvr32 actxprxy. dllRegsvr32 mshtml. dllRegsvr32 urlmon. dllRegsvr32 J. dllRun the preceding command to solve the following ie problems:-Ie cannot open a new window, and clicking a hyperlink does not respond;-Incomplete webpage display,-The Java effect does not appear,-The webpage does not jump automatically,-When a website is opened, the message 'This page cannot be displayed 'is displayed ';-The status bar displays the 'webpa
I just reinstalled the system and installed a win7 x64 file. I found that the DLL that can be registered cannot be registered now. It always prompts that the DLL loading failed.
Later, I checked it online and finally found a solution. The specific method is as follows:
1. Create a batch on the desktop for executing cmd. EXE.
2. Create a folder under c: \ windows \ syswow64 and copy the file to be registered to the directory you just created.
3. Right-click the batch process you just created
When Uca is disabled, registry OCX files with regsvr32 may sometimes fail to find the specified module.
In fact, OCX lacks necessary DLL dependent files.
Solution: Use dependency to open an OCX that cannot be successfully registered and check whether the DLL it depends on exists (the missing DLL is the yellow-colored question mark). If no, test the missing DLL under system32 and register it again.
Dependency enabled: C:/program files/Microsoft Visu
generate an application, we can specify the language used by the resource file, which is achieved by providing different dynamic connection libraries. You can write DLL files in VC ++, C ++ Builder, and Delphi. Visual Basic 5.0 or later versions can also write a special DLL, that is, ActiveX DLL. A dll is not a program that runs independently. It is a part of a program and can only be called by the program. The user cannot, and does not need to open it. Trackback address: unregister the
Regsvr32.exe is used to register Dynamic Link Libraries and ActiveX controls for Windows operating systems. This program is very important to the normal operation of your system
We recommend that you modify the permissions. to delete all users, only save the permissions of administrators and system.Regsvr32.exe is a DLL registration and anti-registration tool used in 32-bit systems. It must be used through the command line;
Format:Regsvr32 [/u] [/S]
Recently I found that when I open folders such as AVI or right-click a desktop (hard disk) with a sub menu, the computer speed suddenly slows down a lot. Today I found a solution for it:
In Windows XP/20003, the preview file "shmedia. dll" of the video file plays a decisive role, mainly closing the dynamic link file. Enter "Start> Run"Regsvr32/u shmedia. dll"Press enter. The" dllunregisterserver succeeded "dialog box in shmedia. dll indicates that
Recently, When I installed cgal and ran into my own test example, qtcored4.dll was lost and my path was added.
Enter regsvr32 qtcored4.dll in the running status on the Internet. The following message is displayed: x86 conflicts with x64. After reading the syswow64 folder under c: \ windows, copy qtcored4.dll to the word folder, run cmd, locate CD \ windows \ syswow64, and enter regsvr32 qtcored4.dll, there
Everyone who has used ActiveX knows that ActiveX registration cannot be recognized and used by the system, and the general installer automatically registers the ActiveX controls it uses, but what if you get a control that needs to be registered manually? If you modify the registry, it's too much trouble. There is a regsvr32.exe program under Windows XP's system folder, which is the ActiveX registration and anti-registration tool that is brought in by
There was a question in the crowd today. Always prompt for runtime error when installing software 429,activex part cannot create object hint: "Run-time error ' 429 ': here simply tidy up, easy to need friend
There are some solutions to this problem on the Internet, there are many different versions: 1, start running input regsvr32 scrrun.dll on it 2, others
There are a number of different versions of the solution to this problem on the Web:
1, start to run the input regsvr32 scrrun.dll on it
2. It was also said that:
"Run-time Error 429,activex the part cannot create object" 2009-07-24 16:25 prompts: "Run-time error ' 429 ': ActiveX Part cannot create object" ...
Or: "Run-time
A few days ago, after reloading the system manually run the Windows Update update, found that the update always error, just beginning to think that Microsoft was a wall or network problems, after several network environment to find or not. It is useless to search the Internet by error code, to delete files and to restart services.Kung Fu, the Microsoft Official online found a way to reset Windows Update, fe
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.