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
    2014-01-02T06:46:26+00:00

    Hello Keith,

    fisrt HAPPY NEW YEAR to you and many thanks for the new advises you posted for me.

    Following your recommendation entering

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

    manually did not change the situation.

    So I turned to the links you posted.

    a) Dougs reg file fix could not be carrried out as a file named

    @%SystemRoot%\system32\qmgr.dll - read the rest of this post

    was not sitting under services.msc. So I did not follow up on this.

    b)Then I followed the opther link and in this link I found another one to one of Dougs posts. He wrote:

    SECTION 2 FOR LAPTOPS ONLY==========================If qmgr.dll is only present in C:\WINDOWS\system32, do the following.Open the system32 folder, locate qmgr.dll, then right click it and choose Copy.Stay in system32 folder and right click anywhere and choose New, then Folder. Rename the new folder tobits (in lowercase).Open the bits folder you just created, right click in the right hand pane and choose Paste. You should see the qmgr.dll file appear in there.Close Windows Explorer and then go to Start, Run and copy/paste: regsvr32 qmgr.dll and click OKDo the same with this file: regsvr32 qmgrprxy.dll

    I created the new bits folder and executed the 2 dll files.

    I rebooted and was happy that I could now put BITS to Automatic and start it w/o getting the error meassage. So Error 2: cannot find the file specified when trying to start BITS was removed by this activity. Happy to see that.

    Then I started an XP update (search for new updates). The running bar flashed endlessly (20 min) without showing a search result and the CPU covery again turned to 100%. I was unable to cancel the page and finally this ended in a complete crash as also using the task manager to stop all activities died not work anymore. So I took the battery out.

    Any further ideas?

    Best regards

    Gerd

    .

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2013-12-31T12:52:51+00:00

    Yes correct about the copy and paste run commands.

    See this linked page for the basis of what follows below

    http://support.microsoft.com/kb/916251/en-us

    I think I may see the problem.  For the final command

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

    Let's try doing this manually typing the instruction at a command prompt and making note the command is case sensitive

    1. Click Start, click Run, type cmd, and then click OK.
    2. At the command prompt, type the following command,

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

         and then click OK:

         3. Restart the computer, and then try to manually start BITS.

    Note Set the BITS Startup type to "Automatic" instead of "Manual" as soon as you resolve this problem. To change the Startup type, follow these steps:

    1. Click Start, click Run, type services.msc, and then click OK.
    2. Double-click Background Intelligent Transfer Service.
    3. In the Startup type box, click Automatic, and then click OK.

    If that doesn't work .....

    I would try Dougs registry merge next.

    See this other thread linked for some more information and a link for Dougs reg file

    http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/windows-xp-update-issue-error-0x80246008/c1cbb5c5-6f5a-4190-8347-afeade856aab#LastReply

    Here is a direct link for Dougs reg fix description and a download link

    http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/bits-error-1290-0x50a-following-updates/9457b57d-1cb4-49f8-b62b-7fc8b226ecca?page=9&msgId=df6f2f87-7d48-4913-98f8-ab71c7a91db8

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2013-12-31T12:17:55+00:00

    Keith,

    thankls a lot for the very fast reply.

    Unfortunately I did all that already. And I reactivated  Automatic Updates in services.msc

    When I run (execute)

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

    and reboot

    error message ist still Error 2: cannot find the file specified when trying to start BITS

    When I then and then run (execute)

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

    and reboot

    error message ist still Error 2: cannot find the file specified when trying to start BITS

    Same after installing the Dec. patch for IE8

    This is what is driving me crazy as it seems not to work for me.

    Just as a matter of interest : Whewn I run the above command it is correct that I copy and paste the command as diplayed included the words "Reg gap add gapHKL........" ??

    After entering the above long commands and confirming with "OK" the activity looks different from runnig the previous runs regsvr32qmgr.dll and the other .dll file. There I have seen a real activity. When I enter the above long commands a small black window pops up for a quarter of a second- thats all.

    Any ideas how to proceed?

    Best regards..... and a nice last day of 2013

    Gerd

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-12-31T07:55:14+00:00

    Gerd do not deactivate Automatic Updates in services.msc because the process is used for both automatic and manual updates.  Only turn off automatic updates in control panel > automatic updates

    Gerd do not worry about finding the path as it will not be found as a specific file but is one of many processes associated with svchost that is found in system32, but more importantly it is qmgr.dll found in system32 and other files needed for reinstalling BITS from the qmgr.inf file found in the inf folder.

    You are nearly finished with the BITS reinstall procedure if you are seeing error 2 as you describe. 

    Complete the procedure as specified by Xircal in the following part of his instructions:

    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.

    My note to Gerd, you may skip this next step since you have already installed the cumulative security update for IE8 for December.

    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