Re-Register all DLL’s to fix “No such interface supported” error in windows 7 after installing IE7 S

Re-Register all DLL’s to fix “No such interface supported” error in windows 7 after installing IE7 S

瀏覽:1464
日期:2024-07-06
Instead of doing the file and the find / replace, you can: This is the command for use in the command prompt: for /f %a in (‘dir /b/s c:\windows\*.dll’) do regsvr32 /s %a This is the command for use in a batch file: for /f %%a in (‘dir /b/s c:\...看更多