Background Intelligent Transfer Service is missing in XP

Anonymous
2012-09-10T18:40:38+00:00

Hi

I have been having problems installing updates from Microsoft Updates and looking at the error messages it tells me I need to check the properties of Background Intelligent Transfer Service but when I search this file it is missing,

How do I replace this missing file and how do i see any other registry files are missing?

Thanks

Katie

Windows for home | Previous Windows versions | Recovery and backup

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-11-20T18:29:37+00:00

I have XP Home Edition which I have just upgraded to SP3.  Windows Update has stopped working.  It has 27 files for me but they all fail to install.  There is no sign of BITS when I run services.msc, in either the Standard or Extended tabs. 

This method did not work for me, things go off track right from the start because when I run  %windir%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\qmgr.inf it asks me for the original XP SP3 disc.  But my disc is only SP1. 

When I put that in and point the program at it, it copies a couple of files even though the target files being overwritten are newer than the ones on the disc, but then says it cannot copy a file with a name like bitsprix. 

This problem has occupied a ridiculous amount of time.  Can anyone please help?

Hi Marbrien,

Please do the following.

Open the Windows Search tool, copy/paste the following and then click Search: qmgr.dll

Search should show that file in the following locations:

C:\WINDOWS\system32

C:\WINDOWS\ServicePackFiles\i386

C:\WINDOWS\system32\bits

You may only see qmgr.dll in C:\WINDOWS\system32.

Go to Start, Run and copy/paste: regsvr32 qmgr.dll and click OK

Do the same with this file: regsvr32 qmgrprxy.dll

Reboot the system and then copy/paste this command into the Run field:

%windir%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\qmgr.inf

If you're prompted to insert the Windows installation CD, ignore that and in the dialog box at the bottom, change the path to C:\WINDOWS\ServicePackFiles\i386

** Change the path to C:\WINDOWS\system32 if qmgr.dll was only present in that location.**

Restart the PC again and then go to Services and you should be able to see BITS in the list.

Double click it and then on the General tab, click the Start button to try and start the service manually. This is just a test to ensure that it's working correctly.

If you get Error 2: cannot find the file specified, go to Start, then Run again and copy/paste the following command and then click OK:

Reg add HKLM\SYSTEM\CurrentControlSet\Services\BITS\Parameters /v ServiceDll /t REG_EXPAND_SZ /d %windir%\System32\qmgr.dll

Reboot again and then try once more to start BITS. It should work properly now, but in the unlikely event that it fails again, run the following command and then hit Enter:

Reg add HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup

Reboot once more and then do the following.

Go to this link and install the  IE8 cumulative December update:

http://www.microsoft.com/en-gb/download/details.aspx?id=41404

If you use IE7, use this link instead:

http://www.microsoft.com/en-gb/download/details.aspx?id=41442

Finally, go to the Windows Update site and you should be able to download normally.

Was this answer helpful?

0 comments No comments

81 additional answers

Sort by: Newest
  1. Anonymous
    2013-11-21T09:04:21+00:00

    Hi Xircal

    Thank you for your very clear instructions.  They got the BITS service working again.  I got the Error 2 but your solution to that worked.  I did not have to do your final "Reg add..." command or the IE8 cumulative update. 

    However, only 3 of the 27 updates installed.  A couple had an error code of 0x643, the rest had an error code of 0x80070005.  Do you know what I can do to sort them out? 

    Thanks.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-11-20T18:17:43+00:00

    I have XP Home Edition which I have just upgraded to SP3.  Windows Update has stopped working.  It has 27 files for me but they all fail to install.  There is no sign of BITS when I run services.msc, in either the Standard or Extended tabs. 

    This method did not work for me, things go off track right from the start because when I run  %windir%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\qmgr.inf it asks me for the original XP SP3 disc.  But my disc is only SP1. 

    When I put that in and point the program at it, it copies a couple of files even though the target files being overwritten are newer than the ones on the disc, but then says it cannot copy a file with a name like bitsprix. 

    This problem has occupied a ridiculous amount of time.  Can anyone please help?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-11-18T14:57:20+00:00

    Thanks Scott. Amazing how difficult it was to find that solution. I still have a mess to deal with without SP3 cd but nice to get this fix out of the way.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-11-12T12:38:15+00:00

    above certainly very useful, but not the whole fix for me. i did the following

    sfc /scannow

    start >run

    services.msc - see if bits (background intel..etc) is missing

    if so,

    start >run

    %windir%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\inf\qmgr.inf

    (install from i386 folder, either local or install/sp source)

    reboot

    start >run

    services.msc

    (check background intelligent transfer(bits) is in the list but don't try to start it yet)

    start >run

    regsvr32 qmgr.dll

    start >run

    services.msc

    start bits service (if you set to auto it will revert to manual after reboot, so don't bother)

    do updates

    restart & check all is working well

    Was this answer helpful?

    0 comments No comments