My Toshiba laptop (Vista) has gotten WAY slow, I try to keep the temp flies clean as well as defragment. Are there any programs (preferable free) that can help get it back up to speed?
My Toshiba laptop (Vista) has gotten WAY slow, I try to keep the temp flies clean as well as defragment. Are there any programs (preferable free) that can help get it back up to speed?
defraggler does nothing particularly useful that the built-in Windows defragmenter doesn't. I don't understand why you'd install yet-another-app.
I have scheduled tasks which run this twice a day, one for my C: drive, one for my D: drive - don't really need to do it that often, a monthly manual defrag would be just fine.
Code:
@echo off
rem
rem Defragments logical drive specified by single parameter. Peters, 2007-09-21.
rem
set LOG_PATH="Defragment %1.log"
set COMMAND_LINE=%windir%\SYSTEM32\defrag.exe %1:
set MESSAGE_SUFFIX= defragmentation of %1: with command %COMMAND_LINE%."
set MESSAGE_START="Starting%MESSAGE_SUFFIX%
eventcreate /T INFORMATION /SO "Defragmenter" /L APPLICATION /ID 314 /D %MESSAGE_START%
%COMMAND_LINE% >> %LOG_PATH%
set MESSAGE_FINISH="Finished%MESSAGE_SUFFIX%
eventcreate /T INFORMATION /SO "Defragmenter" /L APPLICATION /ID 315 /D %MESSAGE_FINISH%
Logging, as it appears in the Application event log:
Code:
Event Type: Information
Event Source: Defragmenter
Event Category: None
Event ID: 315
Date: 5/31/2010
Time: 8:24:07 PM
User: N/A
Computer: JBP20060202
Description:
Finished defragmentation of D: with command C:\WINDOWS\SYSTEM32\defrag.exe D:
Depends how far you want to go with that. If you suspect some malware I would really suggest trying Hijack this. The output scares at first but with the help of google you would be ok.
All the other recommendations were also very good so far. That includes win7, I just moved from vista myself (clean install).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.