Tuesday, July 27, 2010

Unable to browse secure webpages

Here is a quick fix when encountering issues accessing secured webpages (i.e banking websites or alike).

Click on the Start Button>Then click on all programs>Accessories>Then right click on Command Prompt and select run as administrator.

Then on the command prompt screen type in the ff: (note: every time a command is entered it should give a confirmation that it was successful)

  • regsvr32 actxprxy.dll /s
  • regsvr32 shdocvw.dll /s
  • regsvr32 mshtml.dll /s
  • regsvr32 browseui.dll /s
  • regsvr32 jscript.dll /s
  • regsvr32 vbscript.dll /s
  • regsvr32 oleaut32.dll /s
  • regsvr32 ole32.dll /s
  • proxycfg -u

Then restart your system.

No comments:

Post a Comment