标签:service window 超过 改名 cab win 有一个 c盘 star
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的临时文件.
标签:service window 超过 改名 cab win 有一个 c盘 star
原文地址:https://www.cnblogs.com/kylingx/p/12230837.html