How to fix BITS service termination 错误 2147942402 (0x80070002). Background Intelligent Transfer Service service terminated with service-specific 错误 2147942402 (0x80070002).
Event Type: 错误
Event Source: Service Control Manager
Event Category: None
事件ID: 7024
Date: 9/28/2019
Time: 9:48:14 AM
User: N/A
Computer: computer name
描述:
The Background Intelligent Transfer Service service terminated with service-specific 错误 2147942402 (0x80070002).
视窗 Logs
When you try to restart the BITS service the following 错误 messages showed up every time:
Windows could not start the Background Intelligent Transfer Service on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code -2147024893.
笔记: After each solution, try to start the BITS service. If it doesn’t start continue with the next step.
解决方案 1
打开 服务.msc and check that the following services are set to start Manual or Automatic:
Terminal Services
Remote Procedure Call (RPC)
System Event Notification
视窗 Management Instrumentation Driver Extensions
COM+ Event System
DCOM Server Process Launcher
视窗 Services List
解决方案 2
Delete the Downloader 文件夹. You can find the downloader folder in the following location:
C:\Documents and Settings\All Users\Application Data\Microsoft\Network\Downloader
笔记: The Application Data folder is hidden by default.
解决方案 3
Delete all content of the SoftwareDistribution 文件夹 (Only the content!). You can find the downloader folder in the following location:
C:\Windows\SoftwareDistribution
解决方案 4
Register *.dll files that are directly connected to BITS. To register the dll files easily, 执行以下操作:
1. 打开 Notepad;
2. Copy and paste the following entries into the text document:
regsvr32 oleaut32.dll
regsvr32 jscript.dll
regsvr32 vbscript.dll
regsvr32 msxml.dll
regsvr32 softpub.dll
regsvr32 wintrust.dll
regsvr32 initpki.dll
regsvr32 cryptdlg.dll
3. 点击 Save as;
4. Open the drop-down box at the bottom to read save as file type: All files;
5. Name of the file: BITS.bat;
6. 运行 BITS.bat.
解决方案 5
Deregister and reregister the qmgr.dll 和 qmgrprxy.dll.
1. 跑步 视窗 电源外壳 作为管理员 (with privileged rights);
2. To register these files type the following:
regsvr32 qmgr.dll
regsvr32 qmgrprxy.dll