Month: October 2009

HOW TO: Troubleshoot slow logons

One fairly common problem with Windows client is slow logons and this kind of problem is one of the most difficult to troubleshoot. Microsoft recently posted a two part guide on how to troubleshoot slow logons. Some really good reading!

Read more: So you have a slow logon…? (Part 1) (Part2)

WSUS update adds support for Windows 7

In case you’ve missed it the second service pack for Windows Server Update Services was released a couple of weeks ago. Among many improvements you will notice official support for Windows 7 and Windows Server 2008 R2. Read more about SP2 for WSUS 3.0 at the official blog.

Manage the scheduled defrag job centrally

Starting with Windows Vista the defragmentation utility is scheduled to run on all drives once per week. The defrag is done in the middle of the night but if the machine is not on at that time, the defrag will start after next power on.

Anyway, you can disable, change the schedule or in other ways modify the task centrally by for instance deploying a script file by using GPO:s. The following command line disables the scheduled defrag task from running.

schtasks /change /tn "microsoft\windows\defrag\ScheduledDefrag" /disable