Run the regsvr32 dllname. dll command to register the dll file in windows. The dllname is your dll file name. This command automatically searches for and registers your specified dll file name in the widnows \ system, windows \ system32 folder.
If the dll is not in these two folders, you should specify the full path of the ddl file. How to view the dll files used by the application? Right-click the application and select "Quick View command" from the shortcut menu. The result is displayed in the "" column in the "Quick View" window. How does www.2cto.com know which applications use the dll file? Run Regedit and go to the HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ SharedDLLs subkey to view the subkeys. the right window shows all DLL files and related data, the number in the braces on the right of the data indicates that the DLL file is used by several programs. For example, (2) indicates that it is used by two programs. (0) indicates that no program is used and can be deleted. How to solve DLL file loss? Www.2cto.com sometimes reminds you that deleting a DLL file may affect the running of other applications that use this DLL file. If you know the name when the DLL is lost, you can find the DLL file in Sysbakup (System file backup folder) and copy it to the System folder.
If you do not know this, there will always be "*** dll file loss... ", you can run Msconfig in" Start/run ", enter the System Configuration Utility dialog box, and then click Select" System. in "label, find the missing DLL file and make it unselected, so that no error message will appear when the system is started. Author huxiaojun_198213