Tag: disk space
USB flash drives have become really handy in storing different files of various sizes including, backups, personal documents, music, pictures, portable applications and more. Flash drives turned out to be so convenient that people start pouring in files of any kind without sorting them.
Because of these habits, flash drives end up getting real messy quickly and it becomes difficult to figure out how to clear up disk space to accommodate more files.
Deleting unnecessary files is a good solution, but can be tough to do when files aren’t properly organized. If you want to clear up disk space the fastest way possible, the best problem solver to this is by formatting your USB flash drive directly.
The advantages of doing this is that your flash drive is wiped completely clean, removing all files regardless of their attributes (including hidden files). Here are the basic steps in reformatting your USB flash drive: Read More»
Posted in Computer | No Comments »
February 05, 2009 by
Jason
Although a PC used for writing doesn’t need to be a high-performance computer, its performance can be improved by a good partitioning scheme. The biggest boost comes from my Paging partition on drive H, which is found on my second physical disk. I use this partition to boost performance in the following ways:
Move the paging file there. A well-known method for improving performance on a Windows-based computer is to move the paging file (pagefile.sys) from its usual location on drive C to its own separate partition on a separate physical drive.
Keep the Paging partition small (4 GB). By default the initial size of your paging file is 1.5 Ă— RAM and its maximum size is 3 Ă— RAM. So if your computer has 1 GB of RAM, which is pretty good for a desktop productivity computer, then setting your Paging partition to 4 GB gives you more than enough room for your paging file without wasting disk space that could be used for other purposes like storing data. Read More»
Posted in Computer | No Comments »
January 09, 2009 by
Jason
Index.dat files are windows system files on windows which records every web site you visit with internet explorer. These files are hidden on your computer that contain all of the Web sites that you have ever visited.
Every URL, and every Web page is listed there. Not only that but all of the email that has been sent or received through Outlook or Outlook Express is also being logged. Microsoft has not supplied an adequate explanation as to what these files are for or why they have been hidden so well.
According to Microsoft, these index.dat files are used to store cache of visited sites to speed up the loading of sites in Internet Explorer. But this cannot be the case because when we delete the Temporary Internet Files the “index.dat” files remain behind.
Irrespective of what ever program you have been using to clean windows history they may clean but does not delete index.dat files on your computer as they protected in real time by windows operating system. Read More»
Posted in Computer | 2 Comments »
November 21, 2008 by
Jason
Microsoft promises to optimize the amount of disk space that Windows 7 will consume in comparison to Windows Vista. Essentially, the Redmond company is laboring to decrease the installation footprint of the operating system with the next iteration of the Windows client. While the software giant failed to indicate just how much occupied disk space it was going to shave off in Windows 7, it did inform that it was looking to have Windows Vista beat in this aspect.
“As we develop Windows 7 it’s likely that the system footprint will be smaller than Windows Vista with the engineering efforts across the team which should allow for greater flexibility in system designs by PC manufacturers. We will do so with more attention to defaults, more control available to OEMs, end-users and IT pros, and will do so without compromising the reliability and robustness of Windows overall,” revealed Michael Beck, a program manager in the core OS deployment feature team. Read More»
Posted in Windows 7 | No Comments »
If you want to reduce the number of unnecessary files on your hard disk to free up disk space and help your computer run faster, use Disk Cleanup. It removes temporary files, empties the Recycle Bin, and removes a variety of system files and other items that you no longer need.
1. Open Disk Cleanup by clicking the Start button Picture of the Start button, clicking All Programs, clicking Accessories, clicking System Tools, and then clicking Disk Cleanup.
2. In the Disk Cleanup Options dialog box, choose whether you want to clean up your own files only or all of the files on the computer. Administrator permission required If you are prompted for an administrator password or confirmation, type the password or provide confirmation. Read More»
Posted in Computer | No Comments »
Windows Vista computers that come equipped with more than 4 GB of system memory have limited shut-down options. Essentially, the Hibernate option is no longer available on Vista machines that feature in excess of 4 GB of RAM. This scenario affects both the 32-bit and the 64-bit editions of Vista, but at the same time also Windows XP and Windows Server 2003. Microsoft has confirmed that the issue is related to the large quantity of random access memory.
“This issue occurs because hibernation is disabled on computers that have more than 4 GB of RAM. Hibernation requires sufficient disk space to contain the contents of the computer’s memory. Performance is poor on a computer that has more than 4 GB of memory and that has support for hibernation. Read More»
Posted in Windows Vista | 6 Comments »
November 15, 2007 by
Jason
This tip will show you how to create an unattended disk cleanup which will also empty your prefetch folder. This tip assumes you have Windows XP installed in c:\windows.
Step 1.
Create a new text file and place the following contents inside:
c:\windows\system32\cleanmgr.exe /dc /sageset: 1
c:
cd \
cd c:\windows\prefetch
del *.* /q
Read More»
Posted in Computer | 1 Comment »