The system drive usage was very high, so I started looking for the cause, and the cause was the cab_xxxxx files in the Windows temporary folder.
However, those files were not easily erased. I checked a little more, the cab_xxxxx files were creating when the CBS log file was compressing. Usually, the temporary folder files are automatically deleted, but it is confirmed as an error that occurred because the CBS log file could not be compressed.
Anyway, I thought deleting the CBS log files would make it easier to delete the cab_xxxx files in the Windows temporary folder.
The following is the way for deleting CBS logs and cab_xxxxx files:
1) Delete CBS Logs
Path: %WINDIR%\log\CBS\
delete CBS.log and CbsPersist*.log files
2) Delete cab_xxxxx files
Path: %WINDIR%\Temp\
delete cab_xxxxx files
'IT > System' 카테고리의 다른 글
[php] How to Upgrade PHP 5.4 to PHP 7.0 on CentOS 7.8 (0) | 2020.08.14 |
---|---|
[MSSQL] DB별 계정 및 역할(Role) 조회 (0) | 2020.08.14 |
[vsftpd] chroot를 설정하는 4가지 방법 (0) | 2020.07.30 |
[Windows] Location of the Startup folder (0) | 2020.07.29 |
[Windows] TLS 1.0, TLS 1.1 비활성화 / TLS 1.2 활성화 (0) | 2020.07.28 |