add recycle.bin to fast_clean
This commit is contained in:
@@ -19,6 +19,7 @@ fn get_fast_cleaning_configs() -> Vec<CleaningConfig> {
|
|||||||
Some(10),
|
Some(10),
|
||||||
true,
|
true,
|
||||||
));
|
));
|
||||||
|
configs.push(CleaningConfig::new("回收站", "C:\\$Recycle.Bin", None, false));
|
||||||
configs.push(CleaningConfig::new(
|
configs.push(CleaningConfig::new(
|
||||||
"内核转储文件",
|
"内核转储文件",
|
||||||
"C:\\Windows\\LiveKernelReports",
|
"C:\\Windows\\LiveKernelReports",
|
||||||
|
|||||||
Reference in New Issue
Block a user