how do you run disk clean up...

  • Thread starter Thread starter john
  • Start date Start date
J

john

How do you run disk clean up, error checking, and defrag
without having to have any user input
 
john said:
How do you run disk clean up, error checking, and defrag
without having to have any user input

See "How to Automate the Disk Cleanup Tool in Windows XP"
(http://support.microsoft.com/?kbid=315246).
For error checking: type
CHKDSK /?
at a DOS prompt, for defragging type
DEFRAG /?
and then write batch files or create shortcuts with the proper
command-lines.
 
Back
Top