kdyer
Member
- Reaction score
- 0
- Location
- Tigard, OR
Couple of things..
microsoft.com/athome/setup/maintenance.aspx (< than 15 posts.. sorry)
This page says to:
Ideally, you should run these tools on the following schedule.
Clean up the hard disk of temporary files
Weekly
Rearrange (defragment) the hard disk
Monthly
Check the hard disk for errors
Weekly
Clean up the hard disk of temporary files
Disk Cleanup > %SystemRoot%\System32\cleanmgr.exe
Rearrange (defragment) the hard disk
The guide says to use: %SystemRoot%\System32\Defrag.exe
Personally, I would use JkDefrag..
Check the hard disk for errors
The guide says to use: %SystemRoot%\System32\ChkDsk.exe
> The only "gotcha" I can see with this, if there is an error, then you could put this into a batch script that would send you a POSTIE or BLAT Message.
As this article suggests, it says to use Windows Task Scheduler..
For each of the tasks, you can use the following account:
"NT AUTHORITY\SYSTEM" (minus the quotes)..
You don't need to put in the password and it uses the system acct to execute the scheduled tasks. The other benefit of this is that the account does not expire passwords.
Then you can copy the respective .job files to other systems.
Another thing that is cool that some people may not know about if they are dealing with a file that already exists in a file copy..
Be careful here and test thoroughly..
ECHO Y|Copy C:\Orig_Folder\*.* C:\Dest_Folder
Thanks,
Kent
microsoft.com/athome/setup/maintenance.aspx (< than 15 posts.. sorry)
This page says to:
Ideally, you should run these tools on the following schedule.
Clean up the hard disk of temporary files
Weekly
Rearrange (defragment) the hard disk
Monthly
Check the hard disk for errors
Weekly
Clean up the hard disk of temporary files
Disk Cleanup > %SystemRoot%\System32\cleanmgr.exe
Rearrange (defragment) the hard disk
The guide says to use: %SystemRoot%\System32\Defrag.exe
Personally, I would use JkDefrag..
Check the hard disk for errors
The guide says to use: %SystemRoot%\System32\ChkDsk.exe
> The only "gotcha" I can see with this, if there is an error, then you could put this into a batch script that would send you a POSTIE or BLAT Message.
As this article suggests, it says to use Windows Task Scheduler..
For each of the tasks, you can use the following account:
"NT AUTHORITY\SYSTEM" (minus the quotes)..
You don't need to put in the password and it uses the system acct to execute the scheduled tasks. The other benefit of this is that the account does not expire passwords.
Then you can copy the respective .job files to other systems.
Another thing that is cool that some people may not know about if they are dealing with a file that already exists in a file copy..
Be careful here and test thoroughly..
ECHO Y|Copy C:\Orig_Folder\*.* C:\Dest_Folder
Thanks,
Kent
Last edited: