<div dir="ltr"><div dir="ltr"><div dir="ltr">Kevin,<div><br></div><div>I didn't get a chance to respond last week, but if you're still having problems with Windows Update, I've had success over the years with doing a full reset on the Windows Update subsystem. Here's a Microsoft document describing how to do it:</div><div><a href="https://support.microsoft.com/en-us/help/971058/how-do-i-reset-windows-update-components">https://support.microsoft.com/en-us/help/971058/how-do-i-reset-windows-update-components</a><br></div><div>We do it enough that I threw the commands into a batch file and run it that way to prevent needing to manually type all the necessary commands. The Microsoft instructions has you "try A, and if that doesn't work, try B, and if that doesn't work, try C...". But in my experience A, B, C, etc doesn't ever work when repairing WU and I end up doing all of the steps. So in my own script, I just go nuclear do all of the commands every time and haven't looked back. I've only ever had one (Windows 7) computer that was hosed enough that resetting WU in this manner wouldn't fix it.</div><div><br></div><div>I wasn't going to clutter up this post with code, but when I glanced at it, it looked fairly short. So here's the bulk of the "ResetWindowsUpdate.cmd" batch file I wrote a few years ago. Note:  My original script had a minor dependency on another batch file I wrote that checks for elevated privileges. I just now edited that code out of this script but haven't tested my changes. I'm 99.99% certain that this will run correctly as-is, but if it doesn't, you may need to make a minor tweak somewhere. Just be sure to run in an elevated command prompt because the script will no longer check for it.</div><div><br></div><div>As with anything, use at your own risk and YMMV!</div><div><br></div><div>HTH,</div><div>Chad</div><div><br></div><div><br></div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><div><div><font size="1">@echo off</font></div></div></div></div><div><div><div><div><font size="1">Goto Start</font></div></div></div></div><div><div><div><div><font size="1">*******************************************************************************</font></div></div></div></div><div><div><div><div><font size="1">ResetWindowsUpdate.cmd</font></div></div></div></div><div><div><div><div><font size="1">By: Level 9 Networks                                                 2016-08-29</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">This batch script will completely reset the Windows Update components on the</font></div></div></div></div><div><div><div><div><font size="1">local Windows computer.</font></div></div></div></div><div><div><div><div><br></div></div></div></div><div><div><div><div><font size="1">History:</font></div></div></div></div><div><div><div><div><font size="1"><span style="white-space:pre">   </span>2016-08-29 - Added DISM command to remove service pack files and increase free disk space.</font></div></div></div></div><div><div><div><div><font size="1"><span style="white-space:pre">   </span>2015-09-04 - Original release.</font></div></div></div></div><div><div><div><div><font size="1">*******************************************************************************</font></div></div></div></div><div><div><div><div><font size="1">:Start</font></div></div></div></div><div><div><div><div><font size="1">echo This script will reset Windows Update components.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">choice /m "Do you wish to continue?"</font></div></div></div></div><div><div><div><div><font size="1">if "%errorlevel%" == "2" goto END</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo *** Stopping Windows Update services...</font></div></div></div></div><div><div><div><div><font size="1">for %%f in (bits wuauserv appidsvc cryptsvc) do net stop %%f</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo *** Deleting Windows Update cached files...</font></div></div></div></div><div><div><div><div><font size="1">Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"</font></div></div></div></div><div><div><div><div><font size="1">RD /s /q %systemroot%\SoftwareDistribution</font></div></div></div></div><div><div><div><div><font size="1">RD /s /q %systemroot%\system32\catroot2</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo *** Resetting BITS service and Windows Update service to the default security descriptor...</font></div></div></div></div><div><div><div><div><font size="1">sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)</font></div></div></div></div><div><div><div><div><font size="1">sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo *** Registering Windows Update services...</font></div></div></div></div><div><div><div><div><font size="1">for %%f in (urlmon.dll mshtml.dll shdocvw.dll browseui.dll jscript.dll vbscript.dll scrrun.dll msxml.dll msxml3.dll msxml6.dll actxprxy.dll softpub.dll wintrust.dll dssenh.dll rsaenh.dll gpkcsp.dll sccbase.dll slbcsp.dll cryptdlg.dll oleaut32.dll ole32.dll shell32.dll initpki.dll wuapi.dll wuaueng.dll wuaueng1.dll wucltui.dll wups.dll wups2.dll wuweb.dll qmgr.dll qmgrprxy.dll wucltux.dll muweb.dll wuwebv.dll) do (</font></div></div></div></div><div><div><div><div><font size="1">  echo %%f</font></div></div></div></div><div><div><div><div><font size="1">  %windir%\system32\regsvr32.exe /s %%f</font></div></div></div></div><div><div><div><div><font size="1">)</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo *** Resetting proxy configuration...</font></div></div></div></div><div><div><div><div><font size="1">netsh winsock reset</font></div></div></div></div><div><div><div><div><font size="1">netsh winhttp reset proxy</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo *** Removing Service Pack uninstall files to increase free disk space...</font></div></div></div></div><div><div><div><div><font size="1">dism /online /cleanup-image /spsuperseded</font></div></div></div></div><div><div><div><div><font size="1"><br></font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo.</font></div></div></div></div><div><div><div><div><font size="1">echo *** DONE ***</font></div></div></div></div><div><div><div><div><font size="1">echo *** PLEASE REBOOT ***</font></div></div></div></div><div><div><div><div><font size="1">pause</font></div></div></div></div><div><div><div><div><br></div></div></div></div><div><div><div><div><font size="1">:END</font></div></div></div></div></blockquote><div dir="ltr"><div dir="ltr"><div><br></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>______________________________<br><b>Chad Neeper</b><br><font size="1">Senior Systems Engineer</font><br><br><b>Level 9 Networks</b><br><font size="1">740-548-8070 (voice)<br>866-214-6607 (fax)</font><br><br><font size="1"><i>Full IT/Computer consulting services -- Specialized in libraries and schools</i></font><br></div></div></div></div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 19, 2018 at 4:07 PM Kevin Jones via OPLINTECH <<a href="mailto:oplintech@lists.oplin.org">oplintech@lists.oplin.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Has anyone seen the following message in Windows 10 update.  "Your device is missing important security and quality fixes."<div><br></div><div>However when you click on the check for updates button, it still says <span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">"Your device is missing important security and quality fixes."</span></div><div><br></div><div>Does anyone know how to resolve this?<br class="m_-8039242398809790119gmail-Apple-interchange-newline">

<br clear="all"><div><div class="m_-8039242398809790119gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Kevin Jones</div><div>Network Admin</div><div>Coshocton Public Library</div><div>655 Main Street</div><div>Coshocton, OH 43812</div><div>Phone:  740-622-0956</div><div>Fax:  740-622-4331</div><div><a href="http://coshoctonlibrary.org" style="font-size:12.8px" target="_blank">coshoctonlibrary.org</a></div></div></div></div></div></div></div></div></div>
</div></div>
_______________________________________________<br>
OPLINTECH mailing list<br>
<a href="mailto:OPLINTECH@lists.oplin.org" target="_blank">OPLINTECH@lists.oplin.org</a><br>
<a href="http://lists.oplin.org/mailman/listinfo/oplintech" rel="noreferrer" target="_blank">http://lists.oplin.org/mailman/listinfo/oplintech</a><br>
<br>
*** Wondering if your library's website measures up to current best practices in web design?  OPLIN now offers a professional audit of your library's website.:    <a href="https://www.oplin.ohio.gov/services/audits" rel="noreferrer" target="_blank">https://www.oplin.ohio.gov/services/audits</a> ***<br>
</blockquote></div>