Following are The Few Methods to Free Disk Space in a Computer
1. Use Revo Uninstaller (the free version) to remove software programs, game demos and other stuff that you no longer use. Revo has a useful “hunter mode” to help you uninstall programs that are not listed in the “Add/Remove Programs” section of the Control Panel.
2. Use CCleaner to quickly clear your Windows recycle bin, temporary Internet files, log files, memory dumps and other stubborn files that don’t show up in Windows Explorer. CClean also
provides an option to clean your unused Windows Registry keys and your browser cookies but that
won’t save any disk space.
or Click the Windows Start button and type disk cleanup then a popbox will show like this
3. Use either WinDirStat or Space Sniffer to locate files that are taking the maximum amount of space on your hard disk and either erase the unnecessary ones or move them to another partition. You may also use Windows Desktop Search to easily find the largest files on your system from Windows Explorer.
4. Another Method is use Duplicate Cleaner to find duplicate files on your hard disk. These may include videos, documents, MP3s, zip archives, images and all other types of files. Duplicate Cleaner compares the MD5 hash of files - not just the file names or their byte size - and is thus pretty accurate at identifying duplicates. Another good alternative for removing duplicates is Duplicate File Finder – this is more suitable for novice users.
5. Get Rid of the Shadow Copies.
what is shadow copies ?
When you install new software program, update device drivers or apply patches and hot-fixes on your computer, Windows will automatically store a snapshot of your system before making the changes. This helps because if something stops working after the installation, you can easily restore your system to the last working state.
So Windows also stores backup copies of data files (like documents, pictures, etc.) on your computer which may come really handy if you accidentally modify or delete the original files. Technically, these are known as shadow copies and the feature is available in all editions of Windows Vista and Windows 7.
If you have been using your computer for some time, the disk space consumed by these restore points and shadow copies may easily run in gigabytes. You can either remove all the restore points from your system or, if you would like to play extra safe, you can keep the new restore points and just get rid of the old ones.
Click the Windows Start button and type cmd in the search box (not the Run dialog). Now press Ctrl + Shift + Enter to open the command prompt with Administrator privileges. Click Yes if you are shown the User Access Control Window.
Now type the following command to remove only the old shadow copies:
c:\>vssadmin delete shadows /for=c: /oldest
Or, if your system is working normally, use this command to remove all the shadow copies.
c:\>vssadmin delete shadows /for=c: /all