Tag: cleanup
Although most Windows software comes with an installation program, there can still be problems if you install or uninstall software. A failed installation can cause the installation not to be redone without clearing the failed installation. Unfortunately a failed installation can often not be undone, which means you are stuck with a chicken and egg situation.
Another common situation is when you installed a trial of a software product and after expiration you need to uninstall it before you can install a registered version. In case the uninstall process is not complete, chances are the software will keep on indicating the expired status.
If the standard uninstaller for the program does not work, you can try to manually remove the software. This means that the related files need to be removed from disk and all related configuration data needs to be removed. Some (older) software uses local configuration files that reside with the program in the installation directory, but most software will use the Windows registry to store configuration information. Read More»
Posted in Software, Windows Vista, Windows XP | No Comments »
Stop for a minute and take a look at your desktop. How many icons, folders and files do you see? Probably a lot. So what’s the big deal?
It could be causing your Windows Computer to slow down.
Not when your Computer boots, but when you log on or off, right click on folders or icons, even trying to open a folder or file from the desktop. For users with roaming profiles, having a large user profile can degrade system performance. But it can also cause issues even if you do not have a roaming profile.
Storing large folders or file on your desktop is convenient, as long as you keep the size under control. Even if you use tools such as Disk Cleanup or CCleaner, desktop files and folders are not included during cleanup and can get out of control. Read More»
Posted in Computer | 1 Comment »
No matter how fast or shiny computers might be when they are new, they all seem to get slower over time. That state-of-the-art PC you bought last year might not feel like such a screamer after you install a dozen programs, load it with antispyware and antivirus tools, and download untold amounts of junk from the Internet. The slowdown might happen so gradually you hardly notice it, until one day you’re trying to open a program or file and wonder, “What happened to my poor PC?”
Whatever the cause, there are a lot of ways to help speed up Windows and make your PC work better even without upgrading your hardware. Here are some tips to help you optimize Windows Vista for faster performance. Read More»
Posted in Windows Vista | 1 Comment »
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 »
AutoPlay or AutoRun dialog window will pop up when an removable drive, portable device such as digital camera and media player or CD/DVD disc been inserted into computer or placed into optical drive, with plenty of action choices in a list of options for users to choose to perform on the just connected drive and drive contents. Each item in the AutoPlay list is a handler installed by various applications to show as an option for a particular events or content types such as Pictures, Videos, and Mixed.
Windows by default has several AutoPlay handlers, and other third-party programs, especially media player such as MusicMatch Jukebox and RealPlayer, and image burning software such as Nero will add their own AutoPlay handlers and shortcuts into the list. Over the time, the AutoPlay list can get longer and longer, and some entries can become invalid or orphaned when the program has been uninstalled by the AutoPlay handlers are not removed. Read More»
Posted in Windows Vista, Windows XP | No Comments »
December 20, 2007 by
Jason
Microsoft has updated the Windows Installer CleanUp Utility. With the Windows Installer CleanUp Utility, you can remove a program’s Windows Installer configuration information. You may want to remove the Windows Installer configuration information for your program if you experience installation (Setup) problems. For example, you may have to remove a program’s Windows Installer configuration information if you have installation problems when you try to add (or remove) a component of your program that was not included when you first installed your program. Read More»
Posted in Windows Vista, Windows XP | No 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 »
September 19, 2007 by
Jason
Free Up Disk Space
By freeing disk space, you can improve the performance of your computer. The Disk Cleanup tool helps you free up space on your hard disk. The utility identifies files that you can safely delete, and then enables you to choose whether you want to delete some or all of the identified files.
Use Disk Cleanup to:
• Remove temporary Internet files.
• Remove downloaded program files (such as Microsoft ActiveX controls and Java applets).
• Empty the Recycle Bin.
• Remove Windows temporary files.
• Remove optional Windows components that you don’t use.
• Remove installed programs that you no longer use. Read More»
Posted in Computer | 5 Comments »
If you like to build batch files to automate cleanup on your computer, you’ll probably want to include at least one of these commands in your batch script. You can automate any one of the functions on the Internet Explorer 7 Delete Browsing History dialog.
Here’s the dialog that you are probably used to seeing: Read More»
Posted in Internet, Windows Vista, Windows XP | No Comments »
If you’ve ever run the Windows XP’s Disk Cleanup utility, you probably discovered that your temporary files occupy a significant amount of space. You might select the Temporary Files check box in order to allow the Disk Cleanup utility to delete the files in the Temp folder, but the Disk Cleanup utility will not remove all of the files. The reason for this oddity is that the configuration for the Disk Cleanup utility does not allow deletion of files accessed in the last seven days.
By altering the LastAccess value in the registry, you can configure the Disk Cleanup utility to delete all the files in the Temp folder regardless of the last accessed date. Here’s how: Read More»
Posted in Windows XP | 2 Comments »