Windows 错误: "未使用. 将被删除".
描述
错误消息 "Not used. To be removed." is a placeholder string used by developers inside the Windows operating system. It typically appears when a background system process, scheduled task, or registry entry attempts to call a function, service, or driver that Microsoft has deprecated (retired) but not completely erased from the system code.
而不是崩,系统会显示这个字面上的开发人员说明.
- Windows Task Scheduler: 一个旧的遥测或系统维护任务触发了不再存在的脚本.
- Corrupted System Files: 最近的Windows更新留下了孤儿注册表密钥或破碎的组件链接.
- Device Driver Conflicts: 旧硬件驱动程序试图与过时的Windows子系统通信.
逐步修复问题
为了解决错误,请遵循以下步骤.
步骤1:运行 SFC 和 DISM 工具
Windows内置了修复工具,可以扫描系统组件是否有故障,并用新的副本替换它们.
- 按下 Windows Key, 类型 cmd,右键按下 Command Prompt,并选择 Run as administrator.
- 输入下面的命令并按下 Enter:
DISM.exe /Online /Cleanup-image /Restorehealth - 等待过程达到100% (可能需要几分钟).
- 输入下面的命令并按下 Enter:
sfc /scannow - 在扫描完成后重新启动您的计算机.
步骤2:在任务调度器中禁用破碎任务
如果在特定时间或启动过程中出现错误,则可能是幽灵计划任务触发.
- 按下 Windows Key + R 打开运行对话框.
- 它们的类型 taskschd.msc 然后按下. Enter 打开任务调度器.
- 按下 Task Scheduler Library 在左侧中.
- Look through the list of tasks in the center pane. Look specifically for tasks with unusual names, tasks related to old software you uninstalled, or tasks pointing to missing
.exe文件. - 右键单击可疑任务并选择 Disable.
- 扩大 Microsoft -> Windows folders in the left sidebar to check for native tasks that might be corrupted, focusing on folders like Application Experience 或是 Customer Experience Improvement Program.
步骤3:清除系统启动
此步骤有助于识别是否是第三方启动程序或非微软服务导致错误.
- 按下 Windows Key + R, 类型 msconfig,然后按下 Enter.
- 让我们去看看. Services 标签在顶部.
- 检查旁边的框. Hide all Microsoft services 在底部.
- 按下 Disable all 按一下一个按.
- 让我们去看看. Startup 按一下按 Open Task Manager.
- 通过右键单击每个启动项目并选择 Disable.
- 关闭任务管理器,点击 Apply 这里是我的家. OK 在系统配置窗口,并重新启动您的PC.
- 如果错误消失了,请一个接一个重新启用您的服务,以找到导致冲突的软件.
步骤4: 清除Windows更新缓存
由于此错误通常源于不完整的更新或废弃的更新包,清除缓存强迫Windows重建数据库.
- 打开 Command Prompt as administrator (如步骤1所示)
- 关闭更新服务, 按一下这些命令, 按下 Enter 在每次:
net stop wuauservnet stop bits - 按下 Windows Key + R, 类型 C:\Windows\SoftwareDistribution\Download 然后按下. Enter.
- 删除该文件中的所有文件和文件 (按下 Ctrl + A 接下来是什么? Delete ) 没有.
- 返回命令提示符窗口并通过运行重新启动服务:
net start wuauservnet start bits - 请重新启动电脑.
可能有一些错误.. Learn Microsoft