Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Description
Disk cleanup is a fairly simple application that enumerates the registry key HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer
VolumeCaches for cleanup 'handlers'
Each handler must implement the COM class IEmptyVolumeCache, and optionally IEmptyVolumeCache2.
The aim of this ticket is to write the application, so that it can at least:
- Enumerate handlers
- Query handlers for how much they can clean
- Display handlers + what they reported
- Call the cleanup function in the handlers.
Implementing individual 'cleanup' handlers shall be tracked in separate tickets. (One per handler)
Attachments
Issue Links
- blocks
-
CORE-12314 "Clean drive" in Disk properties does nothing
- Reopened
- relates to
-
CORE-18943 Implement 'DataDrivenCleaner' for use in disk cleanup
- Open
-
CORE-18942 Implement recycle bin cleanup handler
- In Progress