Clean Up Windows C Drive

348

less than a minute read

carbon.years_warning

Throughout these years using Windows OS, the insufficient C Drive space is always a haunting problem for me. Usually I allocate 80-120 Gigabytes and it is filled up within a few months, even though I never throw anything into C and make sure to never install anything into C.

Here are some of the ways I clean up my C Drive. I record them here in case I need to Google “How to set virtual memory on Windows” over and over again.

System

Third Party Tools

Run them as administrator.

Optimizing Applications

Generally, if possible, move all download/cache folder to another disk. If the app does not support this, use mklink command to link a directory: mklink /D "previous-path" "target-path".

-- name
signature.publishedJan 25, 2020, PST
signature.updatedJan 25, 2020, PST