Briefly here are the top reasons (IMHO) for a MSWindows slowdown to begin with -- note that NONE of these affect a GNU/Linux system.
- Fragmented hard drive -- even if Windows' built-in defragger says the drive is OK, it probably isn't.
- Malware -- viruses and the like all use up system resources, slowing you down, changing your browser pages, capturing your keystrokes at the bank websites, and a lot more.
- Autostart programs -- do you really need Office Quickstarter? Quicktime to start at login? There are dozens of these auto-starting apps, all using resources unneccessarily. See "Dominant Monkey Theory"
- Security Apps -- yep all those firewalls and antivirus programs, which a Windows machine truly should be running, use up resources as well and slow you down.
So other than removing the junk with ClamWin, Spybot, AdAware, and HiJackThis, and after stopping a lot of stuff from starting with the Microsoft built-in app 'msconfig', I love giving a good defrag to the system. Here is how.
- Download JkDefrag.zip from here. This GPL Free Software application uses the Windows defragment libraries but in a smarter way than the built-in Defrag program does. Unpack (aka 'unzip', if you must) the downloaded JkDefrag.zip on, say, your desktop.
- Open a Command Prompt ([Start menu] > Run ... > cmd [enter]).
- Use 'cd' to 'change directory' to the place where you unpacked JkDefrag. For example (depending on the folder name),
cd Desktop\JkDefrag-3.36
- At the command prompt, (looks like > symbol on MSWindows), first run
jkdefrag.exe -a7 c:
and let JkDefrag run fully until it finished -- note this may take an hour or more. Or less. The '-a7' flag tells JkDefrag to optimize for apps to start faster, by putting all of a programs' files together on the hard drive for faster access. Once that is done, runjkdefrag.exe c:
to just run a regular defragment on your C:\ drive.
See the screenshot for some more information on this, including the steps 1-4, visually. Click it to make it much larger and more readable.
5 comments:
We administrate 500+ Windows machines and run defrag.exe using scheduled tasks. The results are unsatisfactory, so I will definitely try this!
Excellent, george.w, the results are indeed fantastic. Please let me know what you think of it, and let Jeroen Kessels, the creator of JkDefrag, know as well!
I had not a clue what i was doing but i followed the instructions and it worked.
Some results: we have been testing it on a selection of computers in our main lab, and in some selected offices. The reviews are very positive. One office person said; "I'm keeping this, you can't have it back!" This is on machines that had been running scheduled defrag.exe.
Very high probability that we'll end up including it in our summer build.
Post a Comment