Tools/Tips to reduce the files/directories in C: which is SSD on Windows 7.

Posted by prosseek on Super User See other posts from Super User or by prosseek
Published on 2011-06-23T16:11:04Z Indexed on 2011/06/23 16:24 UTC
Read the original article Hit count: 192

Filed under:
|
|

I bought a SSD to install it as C: drive on Windows 7. As the SSD size is relatively small, I need to come up with an idea to reduce the files/directories in C:.

What I found is as follows.

  1. Run WinDirStat to check how the C: is used.
  2. Remove the hibernate file (if you don't use it)
  3. Symbolic link files and directories to different drive.
    • I'm not sure if this is safe way to go, I asked another post to ask about it.
    • mklink /d e:\windows\installer c:\windows\installer
  4. Install software to E: directory, not C: directory.
    • Create E:\Program Files

What other tools or tips do you have?

© Super User or respective owner

Related posts about windows-7

Related posts about ssd