T Torgeir Bakken \(MVP\) Dec 4, 2005 #3 sami said: How can I schedule disk defrag every month on my laptop Windows XP home Click to expand... Put defrag.exe in a scheduled task running under an administrator account that have a password set. 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
sami said: How can I schedule disk defrag every month on my laptop Windows XP home Click to expand... Put defrag.exe in a scheduled task running under an administrator account that have a password set. 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
W Wesley Vogel Dec 4, 2005 #4 How to Automate Disk Defragmenter Using Task Scheduler Tool in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;555098 There are two defrag tools in XP. dfrg.msc is the pretty one that opens from Start\All Programs\Accessories\System Tools. defrag.exe is the command line tool that runs from the command prompt. defrag.exe is the one that you can schedule. -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In
How to Automate Disk Defragmenter Using Task Scheduler Tool in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;555098 There are two defrag tools in XP. dfrg.msc is the pretty one that opens from Start\All Programs\Accessories\System Tools. defrag.exe is the command line tool that runs from the command prompt. defrag.exe is the one that you can schedule. -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In