Category Archives: Windows 7

Disabling the domain logon wait time when no domain controller is available

By default, when Windows 7 en Windows Server 2008 do not detect the Windows domain the computer belong to, it will wait 30 seconds before logging in with the roaming user profile. This has been done to give slow networks (read: wireless networks) the time to connect before the computer attempts a domain logon.

While this can be a nice feature to have when actually waiting for a network, personally I like to disable it to avoid long waiting times when I’m no in the office. Adjust the following policy to disable the waiting time:

Continue reading

Microsoft Optimized Desktop (Folder Redirection) and Office 2003 – Mind the gap!

Last week I blogged about the Microsoft Optimized Desktop concept and how you can use the Proof of Concept (POC) kit to create a demo environment with tools like SCCM, Windows 7 and Office 2010.

If you follow the concept and use the user state virtualization part of it, you will use two components to redirect (all) user folders like the Desktop, Documents, Favorites and so on to a share. These components are:

  • Windows 7
  • Desktop Folder Redirection

The concept furthermore introduces office 2010.

But when you leave out the Office 2010 part the concept talks about, and use Office 2003 instead, you’re going to run into troubles. Performance troubles to be precise. Recently I found out that there’s a bug identified that get’s triggered when you use the following 3 products / solutions:

  • Windows 7
  • Desktop Folder Redirection
  • Office 2003

What actually happens is that when you open the ‘save as’ or ‘open’ dialog box and click the locations drop down list, the Office 2003 program becomes unresponsive. When you use a network monitor like wireshark, you’ll notice that the machine in question starts sending out Netbios broadcasts. The trigger for this behavior is your redirected desktop folder. Because this folder resides on the network, when you open the locations drop down list, Office 2003 wants to show you a list of computers and servers in the neighbourhood. This is done by sending out a netbios broadcast when it’s not able to find a WINS server. And let’s be honest, who wants to use WINS or even Netbios these days?

I thought maybe a possible solution was Continue reading

The “Windows Optimized Desktop” Proof of Concept Jumpstart Kit

Recently I found out something that’s rather nice (and free ;) ). Say you are studying for a windows desktop exam or want to know more about deployment of Windows 7 and Office 2010 with SCCM and other components.

What you can do is build your own environment using freshly installed virtual machines from the ground up. The downside to this is that it will cost you a lot of time. What if you could have an environment that is ready to be used? Well, there’s something just like that. It’s called the Desktop proof of Concept Jumpstart kit. (OK I know, I start to sound like some sort of salesman now.)

Recently Microsoft has designed a new way of deploying and managing the Windows 7 environment. This concept is called the “Windows optimized Desktop”. This is better and easier explained in graphical form, and looks like this:

Continue reading