Difference between revisions of "Windows cleanup"

From TheBestLinux.com
Jump to navigation Jump to search
Line 4: Line 4:
 
[https://support.microsoft.com/en-us/kb/956324 Microsoft's webpage on how to free up drive space on Windows XP & 2003 Server]
 
[https://support.microsoft.com/en-us/kb/956324 Microsoft's webpage on how to free up drive space on Windows XP & 2003 Server]
 
<br /><br />
 
<br /><br />
How to force Windows to do a hard drive check, aka run a chkdsk, in order to fix any errors on the drive.  This should also be run before and after doing a hard drive defrag!
+
How to force Windows to do a hard drive check, aka run a chkdsk(short for CheckDisk), in order to fix any errors on the drive.  This should also be run before and after doing a hard drive defrag!
 
Open a DOS command prompt window, and run this command:
 
Open a DOS command prompt window, and run this command:
 
<pre style=color:blue>
 
<pre style=color:blue>

Revision as of 03:28, 17 November 2016

Here is some info on how to free up valuable drive space!

Microsoft's webpage on how to free up drive space on Windows XP & 2003 Server

How to force Windows to do a hard drive check, aka run a chkdsk(short for CheckDisk), in order to fix any errors on the drive. This should also be run before and after doing a hard drive defrag! Open a DOS command prompt window, and run this command:

C:\chkdsk /f


It should respond with a message stating that a drive check has been scheduled. When the computer is rebooted, it will give a warning message stating that the drive check has been scheduled, and to hit any key to cancel it. DO NOT hit any keys, in order to allow the drive check to proceed! Once the check is complete, the Windows operating system, aka the OS, will boot completely into Windows, and be ready to use.

I will add more information as time permits. Thanks for taking the time to read this information. I hope you find it useful!