Magic bullet for lots of Windows issues
Sometimes shared dll's on a computer will get unregistered. Running these from the command line will reregister those dll's and make certain issues go away.
regsvr32 /i shell32.dll
regsvr32 "C:\Windows\System32\atl.dll"
regsvr32 "C:\Windows\System32\vbscript.dll"
regsvr32 "C:\Windows\System32\ole32.dll"
regsvr32 "C:\Windows\System32\comcat.dll"
regsvr32 "C:\windows\system32\mfc42.dll"
regsvr32 "C:\windows\system32\comdlg32.ocx"
regsvr32 "C:\windows\system32\Msvbvm50.dll"
regsvr32 "C:\windows\system32\oleaut32.dll"
regsvr32 "C:\windows\system32\olepro32.dll"

0 Comments:
Post a Comment
<< Home