B BigMan Nov 26, 2004 #1 How do you schedule a defragmentation using the WinXP Pro built-in defragmentation program?
W Wesley Vogel Nov 27, 2004 #2 How to Automate Disk Defragmenter Using Task Scheduler Tool in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;555098
How to Automate Disk Defragmenter Using Task Scheduler Tool in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;555098
T Torgeir Bakken \(MVP\) Nov 27, 2004 #3 BigMan said: How do you schedule a defragmentation using the WinXP Pro built-in defragmentation program? Click to expand... Hi In the link below you will find the following vbscripts (that runs defrag.exe): defrag_all.vbs - Defrag All Hard Drives - Can be run as a scheduled task Does not create an error log defrag_all2.vbs - Defrag All Hard Drives - Can be run as a scheduled task Creates an error log and displays the error log when complete. http://www.dougknox.com/utility/scripts_desc/defrag_all.htm
BigMan said: How do you schedule a defragmentation using the WinXP Pro built-in defragmentation program? Click to expand... Hi In the link below you will find the following vbscripts (that runs defrag.exe): defrag_all.vbs - Defrag All Hard Drives - Can be run as a scheduled task Does not create an error log defrag_all2.vbs - Defrag All Hard Drives - Can be run as a scheduled task Creates an error log and displays the error log when complete. http://www.dougknox.com/utility/scripts_desc/defrag_all.htm
D David Candy Nov 27, 2004 #4 You need to browse to defrag.exe. There are two defrag programs. One is pretty and is on the Start Menu. One is for scheduling and you must browse to it. Type defrag /? in a command prompt to see help.
You need to browse to defrag.exe. There are two defrag programs. One is pretty and is on the Start Menu. One is for scheduling and you must browse to it. Type defrag /? in a command prompt to see help.