add recycle.bin to fast_clean

This commit is contained in:
Julian Freeman
2026-04-17 11:13:06 -04:00
parent fd2566ca26
commit ab1da1ff0e

View File

@@ -19,6 +19,7 @@ fn get_fast_cleaning_configs() -> Vec<CleaningConfig> {
Some(10),
true,
));
configs.push(CleaningConfig::new("回收站", "C:\\$Recycle.Bin", None, false));
configs.push(CleaningConfig::new(
"内核转储文件",
"C:\\Windows\\LiveKernelReports",