http://forum.crucial.com/t5/Solid-State-Drives-SSD/Random-space-saving-tip-Windows-installer-cache/td-p/51150
http://www.hanselman.com/blog/GuideToFreeingUpDiskSpaceUnderWindows7.aspx
I moved my C:\Windows\Installer folder to E:\Windows\Installer by doing the following:
- Using Windows Explorer, cut and paste from C:\Windows to E:\Windows
- Using Command prompt (Run as Administrator), execute the following commands
- C:
- CD \
- CD Windows
- mklink /d Installer E:\Windows\Installer
That cleared up close to 10 GB of space.
Secondly, I turned off hibernate by executing the following command (in the same Command prompt):
powercfg -h off
That cleared up another 8 GB or so.
No comments:
Post a Comment