• It is not recommended to perform inplace upgrade from Windows Server 2003 or Windows Server 2008 to Windows Server 2008 R2, because in some cases files and registry are overwritten unexpectedly. If you want to use Windows Server 2008 R2, please read this manual and back up necessary data prior to.
  • Search Microsoft Windows 2008 Server R2 Documentation Find articles, manuals and more to help support your product. What can we help you to find. Submit Search. Top Solutions. Manuals, documents, and other information for your product are included in this section.
  • Oct 26, 2017  How to manually rebuild Performance Counters for Windows Server 2008 64bit or Windows Server 2008 R2 systems. 961382 An application crashes after the application loads the Perfdisk.dll file on a computer that is running Windows Server 2008 or Windows Vista if there are lots of disk devices on the computer. 300956 How to manually rebuild.
  1. Active Directory Windows Server 2008 R2 Manual
  2. Windows Server 2008 R2 Manual Update
  3. Manually Download Windows Server 2008 R2 Updates

Active Directory Windows Server 2008 R2 Manual

Active9 months ago

The Windows Update screen comes up and I click on Download Updates. I then get the bar scrolling across the screen and it says Downloading Updates but the counts never increase (0 KB total, 0% complete). I've tried several things found via Google to resolve this but so far nothing has worked.

Oct 18, 2016  Now that you have successfully complete installation of DirectAccess Client services, lets go into further detail regarding the configuration process. Both Windows 7 and Windows Server 2008 R2 DirectAccess are enabled via a solution accelerator called a DCA ( DirectAccess Connectivity Assistant). Mar 01, 2010  THE WINDOWS 7 CONNECTION. Windows Server 2008 R2 and Microsoft's latest desktop operating system, Windows 7, are very much intertwined, and several of the best features in each are only available if an enterprise runs both together. In this section, find out how the two OSes rely on and influence each other.

Quoted from https://serverfault.com/questions/166318/windows-update-not-working-on-windows-2008-r2-standard-x64, except I don't have an unlicensed SQL Server 2008 running. I have also tried several things from Google, including WUInstall and setting up a separate WSUS server and nothing has worked so far.

I've re-registered and sfc'd about every DLL I can think of that might be at all related (a little over 150), I'm not using any proxy servers.

I've downloaded the updates manually, but Windows stalls with a 'Searching for updates' that never finishes searching.

Only errors I can find in my log are as follows:

Upon googling the first error, I came across some resolution steps:

  1. Click on Start and type services.msc into the search box, then click on services as it appears above. Scroll down the list to Windows Update, right click on it and select stop.

  2. Type this into the search box %windir%SoftwareDistribution click on 'Software Distribution' in the box above and delete the entire contents of the 'Download' folder.

  3. Go back and turn the Windows Update service back on.

Which, I've already tried, and no luck.

Later on, it says to download Microsoft's MicrosoftFixit.wu.Run.exe and try that, which I have and no luck. I've also tried Microsoft patch Windows6.1-KB947821-v14-x64.msu which stalls with the ever so annoying 'Searching for updates on this computer' forever.

I've tried downloading the third-party FixWU and nothing.

I've tried forcing a reinstall of the Windows Update agent using WindowsUpdateAgent30-x64.exe /wuforce

I've checked the PC for anti-viruses, rootkits, mal-ware, nothing of that sort. I reset all the VPN connections, and turned off the firewall temporarily, still nothing.

Az new drivers license

I've checked access permissions on C: and it's sub-folders, both built-in Users and Administrators have read/write privileges.

Also tried everything in http://support.microsoft.com/kb/949358, and manually rebuilding/reinstalling the Windows Update agent.

I'm at my wit's end here, not sure what else to do/try, any suggestions???

Community
Brian DeragonBrian Deragon
1671 gold badge3 silver badges13 bronze badges

6 Answers

Follow the instructions at the bottom of this KB article to enable extended logging.

Also verify if Background Intelligent Transfer Service (BITS) is running correctly at the machine in question.

Check if BITS download jobs are being created by Windows Update Service running, as administrator:

Could you post your windowsupdate.log to a place like http://pastebin.com/?

You may also try to stop Windows Update Service (wuauserv) using

and delete the following folder and registry keys (and sub folders / sub keys):

Delete all BITS jobs related to Windows Update like in the example below

Having done that, start wuauserv again:

motobóimotobói

Since I anyhow do not have permissions to edit @motobói s answer here all I did to get Windows Updates back up working. I did have to do a little bit more/different though.

Windows Server 2008 R2 Manual Update

Stop the following services:

  • Windows Update Service
  • Windows Installer
  • Background Intelligent Transfer Service (BITS)

Delete the following folders contents

  • %windir%SoftwareDistributionDatastore
  • %windir%SoftwareDistributionDownload

Delete registry keys (and sub folders / sub keys):

  • HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate
  • HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdate

Ensure services are set to start automatically (delayed)

  • Background Intelligent Transfer Service (BITS)
  • Windows Installer
  • Windows Update Service

Restart all services or reboot server

Start windows update and schedule it

Deleting registry results in loss of windows update settings.Start windows update once manually to ensure its working. Set update strategy as you want. (automatically)

Further more maybe try

As for me the steps mentioned above made windows update work again, but collected from the others answers you may'd like to try the following things:

Could you please to follow instructions at the bottom of this KB article and enable extended logging?

Check, too, if BITS download jobs are being created by Windows Update Service running, as administrator and delete all BITS jobs related to Windows Update like in the example below

Try reinstalling Windows Update Agent

thx @motobói and @Brian Deragon for bringing me on the right track

Manuel

Manually Download Windows Server 2008 R2 Updates

Manuel
3001 gold badge8 silver badges17 bronze badges

(Probably, would not help the original poster, but may help someone who is directed here by Google). I just ran into a similar issue with Win 7: updates would not arrive, and KB947821 would be 'Searching for updates on this computer' forever. Turned out that BITS service for some reason was not running and was set to Manual start. After starting it (and returning it to delayed auto-start), updates seem to work (KB947821 also starts fine, but there was no more reason to run it anyway).

Alexey B.Alexey B.

For about the 'Searching for updates on this computer' part when installing with locally downloaded update file,I had the similar issue when installing Cumulative update for IE11

I tried to login with the Administrator account and then I can successfully install the downloaded update. Hope this will help someone.

zawhtutzawhtut

I had this same issue, and none of the suggestions worked for me except I noticed that Windows Update service had a hardware profile called 'Unblocked Profile' enabled on the Log On tab, and I disabled it and now Windows Update works.

sparkspark

Load the Windows Desktop Experience for 2008R2, taking all the defaults, load all the various options. Then when completed, reboot the server. After you log in and the Server is done and idle, go to Windows Update and download some updates. You should see the progress bar making progress. I found this is also true on Server 2012R2.

kasperd
27.2k12 gold badges56 silver badges107 bronze badges
Steven F. SutherlandSteven F. Sutherland

Not the answer you're looking for? Browse other questions tagged windows-server-2008windows-update or ask your own question.

r5gnd.netlify.com – 2018