- Channel HP
- :
- Enterprise Business Blogs
- :
- Services
- :
- enterprise-software-development
- :
- Cleaning Up Hard Drives
Article Options
- Subscribe to RSS Feed
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
The Watering Can of Enterprise Software Development
Pouring out information on enterprise software development in the hopes some seeds will grow.
Cleaning Up Hard Drives
Hard drives are pretty large these days, but there are times when you just want to clean them up and get rid of some of the junk. Here are a few ways that you free up some space and possible even improve performance.
Removing Applications
Repeat for each application you want to remove
- Click Start\Control Panel\All Control Panel Items\Programs and Features
- Select an application that you do not want on your system
- Click [Uninstall]
Using the Disk Cleanup Utility
- Click Start\All Programs\Accessories\System Tools\Disk Cleanup
- Click the "More Options" tab
- Click [Clean up...] under
- System Restore and Shadow Copies
- Click [Delete]
- Click the "Disk Cleanup" tab
- Select the appropriate areas (I generally choose everything except "Thumbnails")
- Click the [OK] button
- Click the [Delete Files] button
Remove the hibernation file
- Open a command prompt as Administrator
- Type "powercfg -H off" (You will need to use "powercfg -H on" to restore it)
Defrag and consolidate free space
Recent versions of Windows actually do this in the background, but sometimes you just want to force it.
- Open a command prompt as Administrator
- Type "defrag C: /H /U /V"
- Type "defrag C: /X"
Tags:
hard drive|
Windows 7





