I run a batch file to "Kill Hibernate" as one of my setup programs. Once Hibernate is turned off and the PC is rebooted, the huge Hiberfil.sys file in the root directory will usually just disappear. If not, it's easily deleted.
There are many programs like some anti virus programs that save a huge amount of temp files and log files. Those just never seem to go away. In time, those files will take up an awful lot of space. Once I identify such a folder full of those junk files, I put it in my cleanup batch file for daily cleaning.
To find those locations on your own PC, do a search for *.tmp, or *.bak, or *.log
Window's own Disk Cleanup program can also get rid of a lot of junk files, even more if you run it in Extended Mode.
Here's the shortcut to run Disk Cleanup in Extended Mode:
%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535
Just copy and paste that blue line into a desktop shortcut, for a really great cleanup, without installing any new software.
First time you run it, there will be some boxes to check, for what you want it to delete.
I just check everything, BUT, Office Setup Files, Setup.log and Compress old files. (leave those things UN-Checked)
Keeping a CLEAN computer isn't Rocket Science, but it does require some dedication and effort.
My own W7Cleanup.bat program runs every day, during boot up, from my Startup folder. Then once a week I do a massive
cleanup of my HD before I do my weekly Ghost Backup of the C: drive.
My little PC rewards me for my diligence by running at break neck speed. It boots up in about 20 sec's and shuts down in about 5 sec's.
Cheers Mates!
