首页 > 其他 > 详细

CbsPersist

时间:2020-01-23 17:04:21      阅读:100      评论:0      收藏:0      [点我收藏+]
C盘存在大量cbs.log文件,磁盘挤爆
Stop the Windows Modules Installer (TrustedInstaller) service
Delete or move the large Cbspersist_XX.log file out of \Windows\Logs\CBS.
Start the Windows Modules Installer (TrustedInstaller) service
把C盘windows\temp\cab_xxx_xxxx开头的文件都删除

简单的说这个问题是由超大的Component-Based Servicing日志文件引起的,路径在C:\Windows\Logs\CBS。
根源在于如果cbs.log超过一定的大小,会有一个清理进程对它进行改名,并把改名后的文件压缩成.cab文件,但是如果文件的大小在压缩之前就超过了2G,压缩时就会失败,失败之后就会在temp文件夹下产生一个cab_xxxx_x的临时文件.

CbsPersist

原文:https://www.cnblogs.com/kylingx/p/12230837.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!