Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
BuckNutty;1143142; said:I get this message on YouTube quite a bit. Java Script is not turned off. I click the link to get the latest player, the little flash video comes on and it says installation of the new Flash player is complete, yet I continue to get the error message I don't have the right Flash player. Anyone know what the problem is?
Try stopping the Automatic Updates service (Control Panel - Administrative Tools - Services), deleting the contents of the folder C:\Windows\SoftwareDistribution, then starting the Automatic Updates service back up. See if that will let you redownload and install the updates.Okay I have a problem with my Office 2007 updates. For some reason they it says they are downloaded (and I think I did download them) but whenever I try to install them, it fails. Then the yellow ! shows up a few hours later trying to install those updates again.
Is there a way I can re download those updates or what should I do?
@echo off
net.exe stop wuauserv
regsvr32.exe /s jscript.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s atl.dll
regsvr32.exe /s iuengine.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wuauserv.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s cdm.dll
regsvr32.exe /s msxml2r.dll
regsvr32.exe /s msxml3r.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxmlr.dll
regsvr32.exe /s msxml2.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
net.exe start wuauserv
wuauclt.exe /detectnow
CleveBucks;1186516; said:I'd highly advise against turning off Windows Update. You can view the Windows Update log, usually in the folder C:WindowsSoftwareDistribution, look for WindowsUpdate.log. Go through that and you should get an error code, 8 digits long, hexadecimal.
Try copying the following text into notepad, and saving as filename.bat. Then double-click the .bat file
Code:@echo off net.exe stop wuauserv regsvr32.exe /s jscript.dll regsvr32.exe /s msxml3.dll regsvr32.exe /s atl.dll regsvr32.exe /s iuengine.dll regsvr32.exe /s wuapi.dll regsvr32.exe /s wuaueng1.dll regsvr32.exe /s wuauserv.dll regsvr32.exe /s wuaueng.dll regsvr32.exe /s wucltui.dll regsvr32.exe /s wups.dll regsvr32.exe /s wuweb.dll regsvr32.exe /s wups2.dll regsvr32.exe /s cdm.dll regsvr32.exe /s msxml2r.dll regsvr32.exe /s msxml3r.dll regsvr32.exe /s msxml.dll regsvr32.exe /s msxml3.dll regsvr32.exe /s msxmlr.dll regsvr32.exe /s msxml2.dll regsvr32.exe /s qmgr.dll regsvr32.exe /s qmgrprxy.dll net.exe start wuauserv wuauclt.exe /detectnow
Anyone have any advice for me yet?
CleveBucks;1187953; said:Save the file I attached, and change the name from "windows update fix.txt" to "windows update fix.bat", then double-click it. That will re-register a bunch of components and clear out any bad downloads.