A few days ago, I encountered a problem that "ie cannot open a new window. I found it online and used only one regsvr32 command to solve the problem. So I decided to sort out the regsrv32 usage and try again later.
Format: regsvr32 [/u] [/S] [/n] [/I [: using line] dllname
Use parameter [/u] -------- to cancel Server Registration
Use the parameter [/S] -------- silent; do not display the message box
Use the parameter [/I] --------- to call dllinstall and pass it an optional [using line]; uninstall the DLL when used together with the/u parameter.
Use the parameter [/n] -------- without calling the dllregisterserver. This parameter must be used with/I.
Instance 1: IE cannot open a new window
Regsvr32 actxprxy. dll
Regsvr32 shdocvw. dll
If the problem persists after restart
Regsvr32 mshtml. dll
Regsvr32 urlmon. dll
Regsvr32 msjava. dll
Regsvr32 browseui. dll
Regsvr32 oleaut32.dll
Regsvr32 shell32.dll
Instance 2: IE cannot save HTML files
Regsvr32 inetcomm. dll
Instance 3: MSN login failure
Regsvr32 softpub. dll
Example 4: The default file association in Windows is messy.
Regsvr32/I shdocvw. dll
Regsvr32/I shell. dll
Regsvr32/I shdoc401.dll
Example 5: MP3 cannot be played in window Server 2003.
Regsvr32 i3codeca. ACM
Regsvr32 i3codecx. Ax
Instance 6: Windows Add/delete programs cannot be started
Regsvr32 mshtml. dll
Regsvr32/I shdocvw. dll
Regsvr32/I shell. dll
Instance 7 Windows Search function failure
Regsvr32 urlmon. dll
Instance 8: disable the system from previewing media files.
Regsvr32/u shmedia. dll
Restore availability
Regsvr32 shmedia. dll
Instance 9: uninstall the zip function provided by Win XP
Regsvr32/u zipfldr. dll
Instance 10: Disable the FSO object
Regsvr32/u scrrun. dll