Quickly retrieve the small Raiders of the bits service under the xp system.

  
WindowsUpdate is a commonly used function in the xp system. However, some users find that the BITS service is missing when using this function. The system diary will appear. “Background Intelligent Transfer Service” The service stopped with the following error: The system cannot find the file specified. ”Hint, how does this make xp face?
1. First, press Win+R to open the file;
2. Enter the following command (you will need the system installation CD):
%windir%\\ System32\ undll32.exe setupapi, InstallHinfSection DefaultInstall 132 %windir%\\inf\\qmgr.inf
Restart after the completion, check whether the service is restored.
3. Enter the following command:
Reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\BITS\\Parameters /v ServiceDll /t REG_EXPAND_SZ /d %windir%\\System32\\qmgr.dll
Restart and check after completion Whether the service is restored.
4. Enter the following command:
Reg add HKLM\\SYSTEM\\CurrentControlSet\\Control\\BackupRestore\\FilesNotToBackup
Restart after the completion, check whether the service is restored.
5. In command line mode, enter the following command:
regsvr32 oleaut32.dll
regsvr32 jscript.dll
regsvr32 vbscript.dll
regsvr32 msxml.dll
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 cryptdlg.dll
Restart after reboot to check if the service is restored.
6. If not, please delete the following directory:
C:\\Documents and Settings\\All Users\\Application Data\\Microsoft\\Network\\downloader
Restart after reboot to check if the service is restored.
7. Enter the following command:
sfc /scannow and restart, check if the service is restored.
Bits service is also known as the background intelligent delivery service, is a windows component, its existence is a vital part of the transmission of system files, so when the bits service play "missing", please users Get it back patiently.

Copyright © Windows knowledge All Rights Reserved