A blog with focus on experiences with the Windows Client operating systems…
RSS icon Email icon Home icon
  • Annoying Windows 7 deployment bug fixed at last

    Posted on May 17th, 2010 Andreas Stenhall No comments

    Deployment Guru Johan Arwidmark wrote a blog post today stating that there is now a hotfix that resolves a rather common problem during deployment, where one after the deployment get to choose the network location although the profile used is the domain profile and the location therefore should be “Work”. The fix has KB article number 2028749.

  • Patch machines during deployment with MDT 2010

    Posted on April 21st, 2010 Andreas Stenhall No comments

    In MDT 2010 you can enable two settings that during deployment of your machines will patch them automatically using a WSUS server of your choice.

    Take a look at your existing task sequence(s) and look for “Windows Update (Pre-Application Installation)” and “Windows Update (Post-Application Installation)” and choose to enable them both or just the latter.

    In your customsettings.ini somewhere beneath the [Default] section add the row:

    WSUSServer=http://WSUSServerName

  • Custom commands when deploying Windows 7

    Posted on April 5th, 2010 Andreas Stenhall No comments

    I got a question the other day on a problem where a person is installing a set of applications during deployment of Windows 7, using MDT 2010. The problem is that one application requires to be run in Vista compatibility mode before it can even be installed, most likely due to a check in the installer for which Windows version is being used, a rather common compatibility issue.

    One solution to this is to use Compatibility Administrator which is a part of ACT to create a so called “shim” which makes the installation go through, fooling the application that the OS is Windows Vista even though it is Windows 7. But, how do we get the shim applied during our deployment, which we want to automatic?

    It is rather simple, just add a “run custom command” in the task sequence before the application is installed, which applies the compatibility shim to the machine, making the installation run through. Also note that you can run custom commands in the “applications” section in MDT2010, just add the command line to the path field and off you go!

  • Let your users upgrade to Windows 7 automatically

    Posted on January 24th, 2010 Andreas Stenhall No comments

    Mikael Nyström, MVP on Windows Setup and Deployment, has written a rather short but very useful guide on how to easily deploy Windows 7 to end users. Read his blog post!