修复服务中缺少后台智能传输服务
修复服务中缺少的后台智能传输服务: (Fix Background Intelligent Transfer Service Missing from services: )如果您遇到Windows 更新(Windows update)问题或者您根本无法更新Windows,那么相关服务之一可能已被禁用或停止工作。Windows 更新(Windows update)依赖于后台智能传输服务(Background Intelligent Transfer Service)( BITS ),它充当它的下载管理器,但如果该服务被禁用,那么Windows 更新(Windows update)将无法工作。现在最明显的事情是从服务窗口启用BITS,但这就是有趣的地方,后台智能传输服务(Background Intelligent Transfer Service)(BITS) 在 service.msc 窗口中找不到。
嗯,这是一个非常奇怪的问题,因为BITS默认存在于每台 PC 中,而且它不可能从Windows中消失。这可能是由于恶意软件或病毒感染导致的,它们可能已经从您的 PC 中完全删除了BITS,如果您尝试运行Windows 更新(Windows Update),您将收到错误代码 80246008。无论如何,不浪费任何时间,让我们看看如何实际修复后台智能传输(Fix Background Intelligent Transfer Service)借助下面列出的故障排除指南,服务中缺少服务。
(Fix Background Intelligent Transfer Service)修复服务中缺少后台智能传输服务
确保 创建一个还原点(create a restore point) 以防万一出现问题。
方法一:重新注册BITS(Method 1: Re-Register BITS)
1.按 Windows 键 + X 然后选择命令提示符(管理员)。( Command Prompt (Admin).)
2.在 cmd 中键入以下命令并按Enter:
sc create BITS binpath= “c:\windows\system32\svchost.exe – k netsvcs” start= delayed-auto
3.退出 cmd 并重新启动您的 PC 以保存更改。
4.按 Windows 键 + R 然后键入services.msc并按 Enter。
5.找到BITS并双击它,确保将启动(Startup)类型设置为自动(Automatic)并单击开始。(Start.)
6.单击应用,然后单击确定。
7.重新启动您的 PC 以保存更改,并查看您是否能够 修复服务窗口中缺少后台智能传输服务。(Fix Background Intelligent Transfer Service Missing from services window.)
方法二:重新注册DLL文件(Method 2: Re-Register DLL files)
1.按Windows Key + X然后选择命令提示符(管理员)。(Command Prompt (Admin).)
2.一一键入以下命令,并在每个命令后按Enter :
REGSVR32 QMGR.DLL /s REGSVR32 QMGRPRXY.DLL /s REGSVR32 WUPS2.DLL /S REGSVR32 WUPS.DLL /S REGSVR32 WUAUENG.DLL /S REGSVR32 WUAPI.DLL /S REGSVR32 WUCLTUX.DLL /S REGSVR32 WUWEBV.DLL /S REGSVR32 JSCRIPT.DLL /S REGSVR32 MSXML3.DLL /S
3.一旦命令完成再次尝试启动 BITS(Start BITS)服务。
4.重新启动您的 PC 以保存更改。
方法 3:运行 Microsoft Fixit 工具(Method 3: Run Microsoft Fixit Tool)
有时,只需运行Microsft Fixit(Microsft Fixit)就可以省去很多麻烦,因为它可以解决问题,然后实际修复它。如果Fixit无法修复服务窗口中缺少后台智能传输服务的(Fix Background Intelligent Transfer Service Missing from services window)问题,那么不用担心,继续下一个方法。
方法 4:运行系统文件检查器(Method 4: Run System File Checker)
1.按Windows Key + X然后单击命令提示符(管理员)。( Command Prompt(Admin).)
2.现在在cmd中输入以下内容并回车:
Sfc /scannow sfc /scannow /offbootdir=c:\ /offwindir=c:\windows (If above fails then try this one)
3.等待上述过程完成,完成后重新启动您的电脑。
方法 5:运行 DISM(Method 5: Run DISM)
1.按Windows Key + X并选择命令提示符(Command Prompt)(管理员(Admin))。
2.在cmd中输入以下命令并在每个命令后按回车:
a) Dism /Online /Cleanup-Image /CheckHealth b) Dism /Online /Cleanup-Image /ScanHealth c) Dism /Online /Cleanup-Image /RestoreHealth
3.让DISM命令运行并等待它完成。
4. 如果上述命令不起作用,请尝试以下操作:
Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess
注意:(Note:) 将(Replace)C:RepairSourceWindows 替换为修复源的位置(Windows 安装(Windows Installation)或恢复光盘(Recovery Disc))。
5.重新启动您的 PC 以保存更改,并查看您是否能够 修复服务窗口中缺少后台智能传输服务,(Fix Background Intelligent Transfer Service Missing from services window,)如果不能,则继续下一个方法。
方法 6:注册表修复(Method 6: Registry Fix)
注意:确保备份注册表(backup registry),以防万一出现问题。
1.到这里下载( here and download)注册表文件。
2.右键单击文件并选择以管理员身份运行。(Run as Administrator.)
3.它会询问合并文件的权限,单击是继续。(Yes to continue.)
4.重新启动您的 PC 以保存更改并再次从服务启动 BITS。(Start BITS from services.)
5.如果仍然找不到,请按照方法1(Method 1)和2。
6.重启你的电脑。
为你推荐:(Recommended for you:)
- 修复 Windows 10 无法调整屏幕亮度(Fix Can’t adjust screen brightness in Windows 10)
- 如何修复 Windows 更新错误 80246008(How To Fix Windows Update Error 80246008)
- 修复后台智能传输服务无法启动(Fix Background Intelligent Transfer Service won’t start)
- 修复 Chrome 中的 ERR_CONNECTION_ABORTED(Fix ERR_CONNECTION_ABORTED in Chrome)
就是这样,您已成功修复服务(Fix Background Intelligent Transfer Service Missing from services)窗口中缺少后台智能传输服务,但如果您对这篇文章仍有任何疑问,请随时在评论部分提出。
Related posts
Fix Background Intelligent Transfer Service将无法启动
修复服务中缺少的后台智能传输服务 (BITS)
Background Intelligent Transfer Service不在Windows 11/10工作
修复后台智能传输服务无法启动错误
Fix High CPU Usage Service Host:本地系统
修复 Windows 10 中的 SoftThinks Agent Service 高 CPU 使用率
Fix Service无法启动Windows Defender Error 0x80070422
修复英特尔 RST 服务未在 Windows 10 中运行
Fix Computer Wo在Windows 10中没有转到Sleep Mode
Fix Unable打开Local Disk(c :)
Anniversary Update之后,Fix Background Images未出现在Lock Screen上
修复 .NET 运行时优化服务高 CPU 使用率
Fix本网站security certificate有问题
Fix Computer直到重新启动多次
Fix Computer无法识别iPhone
如何Fix PC Won125 POST
Windows Fix Host Process Windows Services已停止工作
9 Ways到Fix Twitter Videos不玩
Fix Error 0X80010108在Windows 10中
Fix Windows无法与device or resource通信