<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Windows 10 1607 Anniversary Update on gal.vin</title>
    <link>https://gal.vin/tags/windows-10-1607-anniversary-update/</link>
    <description>Recent content in Windows 10 1607 Anniversary Update on gal.vin</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Thu, 30 Mar 2017 20:37:58 +0000</lastBuildDate>
    <sy:updatePeriod>daily</sy:updatePeriod>
    
        <atom:link href="https://gal.vin/tags/windows-10-1607-anniversary-update/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Windows 10 1607/1703 Start Menu Customisation - Update</title>
        <link>https://gal.vin/posts/old/w10-1607-start-menu-customisation-update/</link>
        <pubDate>Thu, 30 Mar 2017 20:37:58 +0000</pubDate>
        
        <atom:modified>Thu, 30 Mar 2017 20:37:58 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/w10-1607-start-menu-customisation-update/</guid>
        <description>Here&amp;rsquo;s a quick update on an option I missed in my previous post about how to customise the Start Menu and Taskbar for new Windows 10 1607/1703 installs.
Update 2017-05-02: This also works with Windows 10 1703 (Creators Update) The method that I used in my previous post would not be suitable for other environments where you would still want users to have some control over apps that were pinned to the Start Menu.</description>
        <content:encoded>&lt;p&gt;Here&amp;rsquo;s a quick update on an option I missed in my &lt;a href=&#34;https://gal.vin/posts/old/customising-the-start-menu-and-taskbar-with-windows-10-1607/&#34;&gt;previous post&lt;/a&gt; about how to customise the Start Menu and Taskbar for new Windows 10 1607/1703 installs.&lt;/p&gt;
&lt;p&gt;Update 2017-05-02: This also works with Windows 10 1703 (Creators Update) The method that I used in my previous post would not be suitable for other environments where you would still want users to have some control over apps that were pinned to the Start Menu. Although I don&amp;rsquo;t believe that the perfect solution, which would be to set a default Start Menu on login but then let users change it currently exists without some hacks, I have found an option that&amp;rsquo;s better than a full lockdown - partial lockdown.&lt;/p&gt;
&lt;p&gt;Microsoft have a post all about it on TechNet here: &lt;a href=&#34;https://docs.microsoft.com/en-gb/archive/blogs/deploymentguys/windows-10-start-layout-customization&#34;&gt;https://docs.microsoft.com/en-gb/archive/blogs/deploymentguys/windows-10-start-layout-customization&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;To deploy a Partial Lockdown Start Menu, you would configure and export the Start Menu.xml configuration file you would want as normal with the Export-StartMenu cmdlet.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nb&#34;&gt;Export-StartLayout&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;C:&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;\&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;StartMenu&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;xml&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;You will then need to open the XML file and find &lt;code&gt;&amp;lt;DefaultLayoutOverride&amp;gt;&lt;/code&gt; near the top of the file and change it to:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span class=&#34;nt&#34;&gt;&amp;lt;DefaultLayoutOverride&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;LayoutCustomizationRestrictionType=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;OnlySpecifiedGroups&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Here&amp;rsquo;s an example partial lockdown XML file with both StartMenu and Taskbar customisation:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;24
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;25
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;26
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;27
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;28
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;29
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;30
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;31
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;32
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;33
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;34
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;35
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;36
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-xml&#34; data-lang=&#34;xml&#34;&gt;&lt;span class=&#34;cp&#34;&gt;&amp;lt;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;gt;&lt;/span&gt;
&lt;span class=&#34;nt&#34;&gt;&amp;lt;LayoutModificationTemplate&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/LayoutModification&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns:defaultlayout=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/FullDefaultLayout&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns:start=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/StartLayout&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns:taskbar=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/TaskbarLayout&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Version=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;1&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
  &lt;span class=&#34;nt&#34;&gt;&amp;lt;LayoutOptions&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;StartTileGroupCellWidth=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;6&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;StartTileGroupsColumnCount=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;1&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class=&#34;nt&#34;&gt;&amp;lt;DefaultLayoutOverride&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;LayoutCustomizationRestrictionType=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;OnlySpecifiedGroups&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
    &lt;span class=&#34;nt&#34;&gt;&amp;lt;StartLayoutCollection&amp;gt;&lt;/span&gt;
      &lt;span class=&#34;nt&#34;&gt;&amp;lt;defaultlayout:StartLayout&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;GroupCellWidth=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;6&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns:defaultlayout=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/FullDefaultLayout&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:Group&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Name=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Browsers&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns:start=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/StartLayout&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:Tile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;AppUserModelID=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;4&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Internet Explorer.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;/start:Group&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:Group&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Name=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Somethings&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns:start=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/StartLayout&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Access 2016.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Excel 2016.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;4&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\PowerPoint 2016.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\VideoLAN\VLC media player.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Word 2016.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;4&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Acrobat Reader DC.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;/start:Group&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:Group&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Name=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Comms&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;xmlns:start=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;http://schemas.microsoft.com/Start/2014/StartLayout&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Outlook 2016.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;start:DesktopApplicationTile&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Size=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2x2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Column=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;2&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;Row=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;0&amp;#34;&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Skype for Business 2016.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;/start:Group&amp;gt;&lt;/span&gt;
      &lt;span class=&#34;nt&#34;&gt;&amp;lt;/defaultlayout:StartLayout&amp;gt;&lt;/span&gt;
    &lt;span class=&#34;nt&#34;&gt;&amp;lt;/StartLayoutCollection&amp;gt;&lt;/span&gt;
  &lt;span class=&#34;nt&#34;&gt;&amp;lt;/DefaultLayoutOverride&amp;gt;&lt;/span&gt;
    &lt;span class=&#34;nt&#34;&gt;&amp;lt;CustomTaskbarLayoutCollection&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;PinListPlacement=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;Replace&amp;#34;&lt;/span&gt;&lt;span class=&#34;nt&#34;&gt;&amp;gt;&lt;/span&gt;
      &lt;span class=&#34;nt&#34;&gt;&amp;lt;defaultlayout:TaskbarLayout&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;taskbar:TaskbarPinList&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;taskbar:DesktopApp&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;taskbar:DesktopApp&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
          &lt;span class=&#34;nt&#34;&gt;&amp;lt;taskbar:DesktopApp&lt;/span&gt; &lt;span class=&#34;na&#34;&gt;DesktopApplicationLinkPath=&lt;/span&gt;&lt;span class=&#34;s&#34;&gt;&amp;#34;%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Outlook 2016.lnk&amp;#34;&lt;/span&gt; &lt;span class=&#34;nt&#34;&gt;/&amp;gt;&lt;/span&gt;
        &lt;span class=&#34;nt&#34;&gt;&amp;lt;/taskbar:TaskbarPinList&amp;gt;&lt;/span&gt;
      &lt;span class=&#34;nt&#34;&gt;&amp;lt;/defaultlayout:TaskbarLayout&amp;gt;&lt;/span&gt;
    &lt;span class=&#34;nt&#34;&gt;&amp;lt;/CustomTaskbarLayoutCollection&amp;gt;&lt;/span&gt;
&lt;span class=&#34;nt&#34;&gt;&amp;lt;/LayoutModificationTemplate&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;A small caveat with this method is that the default apps and groups that are part of the default Windows 10 install will still be there, although the user can remove them and they will be below the apps and groups that you specify, which will also be locked and the user will not be able to change them.&lt;/p&gt;
&lt;p&gt;I take great care to test my ideas and make sure my articles are accurate before posting, however mistakes do slip through sometimes. If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;I hope this article helps you out. Thank you.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://gal.vin/media/partial-lockdown.gif&#34; alt=&#34;GIF Showing Start Menu Partial Lockdown&#34; /&gt;&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Windows 10 1703 Creators Update</category>
            
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>PowerShell</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows Deployment</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Deploying a Windows 10 1607 Reference Image with Microsoft Deployment Toolkit 8443</title>
        <link>https://gal.vin/posts/old/deploying-a-windows-10-reference-image-with-microsoft-deployment-toolkit/</link>
        <pubDate>Sat, 21 Jan 2017 13:20:19 +0000</pubDate>
        
        <atom:modified>Sat, 21 Jan 2017 13:20:19 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/deploying-a-windows-10-reference-image-with-microsoft-deployment-toolkit/</guid>
        <description>Continuing on from my previous post (Building a Windows 10 1607 Reference Image with Microsoft Deployment Toolkit 8443) I&amp;rsquo;ll be continuing my series of deploying Windows 10 1607 with Microsoft Deployment Toolkit build 8443. In this post we&amp;rsquo;ll be building a task sequence to deploy the reference image created previously and we&amp;rsquo;ll also be tackling domain joining, drivers, and post-imaging tasks.
Update 02/05/2017: Please note that this post is also relevant to Windows 10 1703 (Creators Update) with a few minor changes, which I&amp;rsquo;ve posted about here.</description>
        <content:encoded>&lt;p&gt;Continuing on from my previous post (&lt;a href=&#34;https://gal.vin/posts/old/building-a-windows-10-reference-image-with-microsoft-deployment-toolkit/&#34;&gt;Building a Windows 10 1607 Reference Image with Microsoft Deployment Toolkit 8443&lt;/a&gt;) I&amp;rsquo;ll be continuing my series of deploying Windows 10 1607 with Microsoft Deployment Toolkit build 8443. In this post we&amp;rsquo;ll be building a task sequence to deploy the reference image created previously and we&amp;rsquo;ll also be tackling domain joining, drivers, and post-imaging tasks.&lt;/p&gt;
&lt;p&gt;Update 02/05/2017: Please note that this post is also relevant to Windows 10 1703 (Creators Update) with a few minor changes, which &lt;a href=&#34;https://gal.vin/posts/old/building-a-windows-10-1703-reference-image/&#34;&gt;I&amp;rsquo;ve posted about here.&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;creating-the-deployment-task&#34;&gt;Creating the Deployment Task&lt;/h3&gt;
&lt;p&gt;These steps will create a Task Sequence that will:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Format the hard disk.&lt;/li&gt;
&lt;li&gt;Install the Windows 10 1607 reference image.&lt;/li&gt;
&lt;li&gt;Join a domain via a PowerShell script.&lt;/li&gt;
&lt;li&gt;Install updates from a local WSUS server.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Deployment Share &amp;gt; Task Sequences.&lt;/li&gt;
&lt;li&gt;Right click on Task Sequences and select New task sequence.&lt;/li&gt;
&lt;li&gt;Enter a unique ID for the Task Sequence: DEP-REF-W101607.&lt;/li&gt;
&lt;li&gt;Enter a unique name for the Task Sequence: Deploy - Reference W101607.&lt;/li&gt;
&lt;li&gt;Select the Standard Client Task Sequence template.&lt;/li&gt;
&lt;li&gt;Select REF-W101607 as the Operating System.&lt;/li&gt;
&lt;li&gt;Select Do not specify a product key at this time to activate via a KMS server or use an evaluation license, otherwise use the other options to enter the applicable product keys.&lt;/li&gt;
&lt;li&gt;Enter an Organization name.&lt;/li&gt;
&lt;li&gt;Select Use the specified local Administrator password and enter the desired password.&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt; Next &amp;gt; Finish to complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Joining the Client to the Domain Using PowerShell.&lt;/p&gt;
&lt;p&gt;MDT can perform a Domain Join action itself, but to keep things more manageable, here we&amp;rsquo;ll be using PowerShell. The script below was sourced from &lt;a href=&#34;https://bjtechnews.org/2015/12/joining-a-computer-to-a-domain-using-powershell/&#34;&gt;BJTechNews.org&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span class=&#34;nv&#34;&gt;$strUser&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;contoso.com\domain_join_user&amp;#34;&lt;/span&gt;
&lt;span class=&#34;nv&#34;&gt;$strDomain&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;contoso.com&amp;#34;&lt;/span&gt;
&lt;span class=&#34;nv&#34;&gt;$strPassword&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;ConvertTo-SecureString&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;P@ssw0rd&amp;#34;&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-AsPlainText&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Force&lt;/span&gt;
&lt;span class=&#34;nv&#34;&gt;$Credentials&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;New-Object&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;System&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Management&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;Automation&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;.&lt;/span&gt;&lt;span class=&#34;n&#34;&gt;PsCredential&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$strUser&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;,&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$strPassword&lt;/span&gt;
&lt;span class=&#34;nv&#34;&gt;$strOU&lt;/span&gt; &lt;span class=&#34;p&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;CN=Computers,DC=contoso,DC=com&amp;#34;&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;Add-computer&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-DomainName&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$strDomain&lt;/span&gt; &lt;span class=&#34;n&#34;&gt;-Credential&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$Credentials&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Copy the script above into a new notepad file and edit it to match your environment configuration. Save it as domainjoin.ps1 in the location: \\WDS01\DeploymentShare$\Applications\_scripts.&lt;/p&gt;
&lt;h3 id=&#34;configure-the-task-sequence&#34;&gt;Configure the Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Deployment Share &amp;gt; Task Sequences.&lt;/li&gt;
&lt;li&gt;Right click on Deploy - Reference W101607 and select Properties.&lt;/li&gt;
&lt;li&gt;Navigate to State Restore &amp;gt; Windows Update (Pre-Application Installation).&lt;/li&gt;
&lt;li&gt;On the Options tab of the Windows Update (Pre-Application Installation) action, uncheck the Disable this step. Do the same for the Windows Update (Post-Application Installation) action below the Install Applications action.&lt;/li&gt;
&lt;li&gt;Select the Install Applications action, and click the Remove button at the top of the Task Sequence actions view.&lt;/li&gt;
&lt;li&gt;Navigate to State Restore &amp;gt; Recover From Domain.&lt;/li&gt;
&lt;li&gt;Click on the Add button at the top of the Task Sequence actions view and go to General &amp;gt; Run PowerShell Script, click to add the action.&lt;/li&gt;
&lt;li&gt;In the Properties tab of the action just created enter: Script - Domain Join in the Name field.&lt;/li&gt;
&lt;li&gt;In the Properties tab of the action now enter: %deployroot%\Applications\_scripts\domainjoin.ps1 in the PowerShell script field.&lt;/li&gt;
&lt;li&gt;Click Apply to save the changes.&lt;/li&gt;
&lt;li&gt;Go to the OS Info tab of the main Task Sequence window and click Edit Unattend.xml - this will create a catalogue file and may take some time.&lt;/li&gt;
&lt;li&gt;When the catalogue has been created, the Windows System Image Manager will open.&lt;/li&gt;
&lt;li&gt;Navigate to 4 specialize &amp;gt; amd64_Microsoft-Windows-Shell-Setup__neutral_31bf3856ad364e35_nonSxS.&lt;/li&gt;
&lt;li&gt;Select CopyProfile in the Properties window and change it to True.&lt;/li&gt;
&lt;li&gt;Save the Unattend.xml by clicking the save icon. you may get a prompt about validation errors, these are save to ignore - click Yes.&lt;/li&gt;
&lt;li&gt;Close the Windows System Image Manager and click OK to close the Task Sequence Properties window.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;testing-the-task-sequence&#34;&gt;Testing the Task Sequence&lt;/h3&gt;
&lt;p&gt;Now we&amp;rsquo;re going to test the Task Sequence using a Virtual Machine. Open Hyper-V or your virtual machine software and create a VM with the specifications below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2x vCPUs&lt;/li&gt;
&lt;li&gt;4GB RAM&lt;/li&gt;
&lt;li&gt;40GB minimum Hard Disk&lt;/li&gt;
&lt;li&gt;Network Adaptor with access to the MDT and WSUS server.&lt;/li&gt;
&lt;li&gt;The LiteTouch_x64.iso from the \\WDS01\DeploymentShare$\Boot folder added as a boot device.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;Start the Virtual Machine and boot into the deployment environment from the LiteTouch_x64.iso.&lt;/li&gt;
&lt;li&gt;Select the Deploy - Reference W101607 task sequence.&lt;/li&gt;
&lt;li&gt;Enter VM-DEP1 as a Computer name.&lt;/li&gt;
&lt;li&gt;In the Capture image section, select Do not capture an image of this computer.&lt;/li&gt;
&lt;li&gt;Click Next to start the Task Sequence.&lt;/li&gt;
&lt;li&gt;When the Task Sequence completes, the VM will shut down.&lt;/li&gt;
&lt;li&gt;Boot the VM again and it should boot into a fully updated installation of Windows 10 1607.&lt;/li&gt;
&lt;li&gt;Log in with a domain account. Microsoft Office 2016, Adobe Reader DC, VLC media player and Google Chrome should be installed, and the profile should be customised as you specified.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;optional-post-image-tasks&#34;&gt;Optional Post Image Tasks&lt;/h3&gt;
&lt;p&gt;Consider what additional tasks you want to be performed after the image has been deployed. Third party anti-virus software is most likely best installed and updated after the main imaging process. You may have configuration tasks that are performed via Group Policy which could be moved to the Deploy Task Sequence and removed from Group Policy, speeding up boot and log in times.&lt;/p&gt;
&lt;h3 id=&#34;setting-the-default-application-associations&#34;&gt;Setting the Default Application Associations&lt;/h3&gt;
&lt;p&gt;You may want to set the default application associations for your reference image. You can do this a variety of way but here is how you can configure them as part of the Deploy Task Sequence.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Using the deployed image on your VM, go to Settings &amp;gt; System &amp;gt; Default apps.&lt;/li&gt;
&lt;li&gt;Set the Default apps as required.&lt;/li&gt;
&lt;li&gt;Open PowerShell as Administrator by clicking on the Windows button, typing &amp;ldquo;PowerShell&amp;rdquo; then right click on the PowerShell icon and select Run as Administrator.&lt;/li&gt;
&lt;li&gt;In the PowerShell window type the following and press enter: &lt;code&gt;Dism /Online /Export-DefaultAppAssociations:C:\AppAssoc.xml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;After a few seconds you should see The operation completed successfully in the PowerShell window.&lt;/li&gt;
&lt;li&gt;Navigate to C:\AppAssoc.xml.&lt;/li&gt;
&lt;li&gt;Copy AppAssoc.xml to \\WDS01\DeploymentShare$\Applications\_scripts.&lt;/li&gt;
&lt;li&gt;Open the Deployment Workbench and go to Deployment Share &amp;gt; Task Sequences.&lt;/li&gt;
&lt;li&gt;Right click on the Task Sequence Deploy - Reference W101607 and select Properties.&lt;/li&gt;
&lt;li&gt;Click on the Task Sequence tab and navigate to Postinstall &amp;gt; Configure.&lt;/li&gt;
&lt;li&gt;Click the Add button at the top of the Task Sequence actions view and go to General &amp;gt; Run Command Line.&lt;/li&gt;
&lt;li&gt;Enter Set Default App Associations in the Name field, and in the Command line field enter: &lt;code&gt;Dism.exe /Image:%OSDisk%\ /Import-DefaultAppAssociations:%DEPLOYROOT%\Applications\_scripts\AppAssoc.xml&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Click Apply to save the changes.&lt;/li&gt;
&lt;li&gt;Run the Deploy Task Sequence and the default apps you specified should be configured.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;driver-management&#34;&gt;Driver Management&lt;/h3&gt;
&lt;p&gt;Now that we&amp;rsquo;ve created a reference image and deployed it on to a VM, it&amp;rsquo;s time to prepare to roll the image out on to physical hardware, which means setting up drivers. There are a few ways to do this, but here I&amp;rsquo;ll show the method I&amp;rsquo;ve been using which has worked very well for a variety of manufactures and models of devices, all running Windows 10 1607 without issue. The first thing you&amp;rsquo;ll need to have is the model numbers for all the devices you want to roll out the image to. You can find this out by booting the device in to the deployment environment using either the LiteTouch_x64.iso boot disc or the network using PXE, here&amp;rsquo;s a previous post I wrote on how to set up PXE booting: &lt;a href=&#34;https://gal.vin/posts/old/pxe-booting-for-mdt/&#34;&gt;PXE Booting for Microsoft Deployment Toolkit&lt;/a&gt;. When the device is booted into the deployment environment, press F8 to get a command prompt, and typing out the following command:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;wmic computersystem get model
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;The output of the command is the model number you&amp;rsquo;ll need.&lt;/p&gt;
&lt;h3 id=&#34;a-word-on-obtaining-drivers&#34;&gt;A Word on Obtaining Drivers&lt;/h3&gt;
&lt;p&gt;The next thing you&amp;rsquo;ll need is the actual driver files that are required by your devices. I would like to stress that you should only add drivers that Windows 10 does not install itself during deployment. I&amp;rsquo;ve found Windows 10 is &lt;em&gt;very&lt;/em&gt; good at installing missing drivers from Windows Update, but it can take some time and I wouldn&amp;rsquo;t recommend it as a solution for a full roll out. Building the drivers into MDT makes the process much quicker. The find out what drivers you&amp;rsquo;ll need, deploy the reference image to each type of device you have and using Device Manager, see what&amp;rsquo;s missing. You can Check online for updates from Microsoft Update from the Update section in Settings which should find and install the relevant drivers, then you can check the Update History and see what you need to import into MDT. I would &lt;em&gt;not&lt;/em&gt; advise adding the Drivers classification to WSUS as it will bloat the database and make it unmanageable.&lt;/p&gt;
&lt;p&gt;To successfully import the drivers you&amp;rsquo;ll need the .inf files. Most large manufacturers (HP, Lenovo, Dell) do a decent job of providing drivers that can be extracted from an .exe and used in MDT, although there are always a few drivers for laptops especially that are .exe&amp;rsquo;s and can have costed me some time and sanity. You can save yourself a lot of time by using the &lt;a href=&#34;https://www.catalog.update.microsoft.com&#34;&gt;Microsoft Update Catalog&lt;/a&gt; to search for and download the specific drivers that Microsoft Update installs, and import the downloaded .cab files into MDT. Now we have our drivers downloaded, we need to edit the Deployment Share&amp;rsquo;s customsettings.ini to tell it what driver folder to use for what model.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to the Deployment Workbench and right click on the Deployment Share, select Properties.&lt;/li&gt;
&lt;li&gt;Go to the Rules tab in the Properties window.&lt;/li&gt;
&lt;li&gt;Enter the following under the [Settings] section, and click Apply to save the changes:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;[MODEL-NUMBER]
DriverGroup001=Windows 10 x64\Human-Readable-Model-Number
DriverSelectionProfile=nothing
OSDPrefix=PC
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;You&amp;rsquo;ll need to enter the above text for each model. Below is an example of my customsettings.ini for reference.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;24
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;25
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;26
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;[Settings]
Priority=Model, Default, SetOSD
Properties=OSDPrefix

[HP 250 G5 Notebook PC]
DriverGroup001=Windows 10 x64\HP 250 G3
DriverSelectionProfile=nothing
OSDPrefix=HP

[80J2]
DriverGroup001=Windows 10 x64\Lenovo E50
DriverSelectionProfile=nothing
OSDPrefix=LEN

[Virtual Machine]
DriverGroup001=Virtual Machine
DriverSelectionProfile=nothing
OSDPrefix=VM

[Default]
_SMSTSORGNAME=Deploy
_SMSTSPackageName=%TaskSequenceName%
UserDataLocation=NONE
ComputerBackupLocation=\\SERVER-NAME\Deploy$\Captures
OSDComputerName=%OSDPrefix%-%SerialNumber%
...
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;In the Deployment Workbench, go to Deployment Share &amp;gt; Out-of-Box Drivers.&lt;/li&gt;
&lt;li&gt;Right click and select New Folder, call the folder Windows 10 x64.&lt;/li&gt;
&lt;li&gt;Right click on the Windows 10 x64 folder and select New Folder, call the folder a suitable name for the model of device you&amp;rsquo;ll be adding drivers for. For me I&amp;rsquo;ll use HP 250 G3.&lt;/li&gt;
&lt;li&gt;Right click on the folder you just created and create folders for each driver type you&amp;rsquo;ll be adding, e.g. Graphics, Chipset, Bluetooth.&lt;/li&gt;
&lt;li&gt;To import the drivers, right click on a driver type folder and select Import Drivers.&lt;/li&gt;
&lt;li&gt;Enter the source directory of the drivers and check the Import drivers even if they are duplicates of an existing driver check box.&lt;/li&gt;
&lt;li&gt;Click Next and complete the wizard. The wizard will copy all the files needed to the driver type folder.&lt;/li&gt;
&lt;li&gt;Repeat steps 8-10 for each driver type required.&lt;/li&gt;
&lt;li&gt;Now we must configure the Deploy Task Sequence to use the rules in the customsettings.ini.&lt;/li&gt;
&lt;li&gt;Go to Task Sequences and right click on the Deploy - Reference W101607 Task Sequence, select Properties.&lt;/li&gt;
&lt;li&gt;On the Task Sequence tab, go to Initialization &amp;gt; Gather local only.&lt;/li&gt;
&lt;li&gt;On the Properties tab, select Gather local data and process rules and enter customsettings.ini in the Rules file field.&lt;/li&gt;
&lt;li&gt;Click Apply to save the changes.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Boot the physical device into the deployment environment and run the Deploy - Reference W101607 Task Sequence. After it completes, check Device Manager and all devices should be successfully installed.&lt;/p&gt;
&lt;h3 id=&#34;adding-drivers-to-the-mdt-boot-image&#34;&gt;Adding Drivers to the MDT Boot Image&lt;/h3&gt;
&lt;p&gt;It may be necessary to add drivers to the MDT Boot Image for devices such as storage or network adaptors, although with the current version of MDT (8443) and all the devices I&amp;rsquo;ve deployed thus far I&amp;rsquo;ve not had to do this, but for completeness here&amp;rsquo;s how to do it. First we need to determine if we need drivers installing:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Boot the device in question into the deployment environment and press F8 to bring up a command prompt.&lt;/li&gt;
&lt;li&gt;Type ipconfig and if you have an ip address, you do not need to add network adaptor drivers&lt;/li&gt;
&lt;li&gt;Now, type diskpart, and when diskpart has loaded, type list disk. If the local hard drive is listed, you do not need to add storage drivers.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Should you need to add drivers:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In the Deployment Workbench, go to Deployment Share &amp;gt; Out-of-Box Drivers.&lt;/li&gt;
&lt;li&gt;Right click and select New Folder, call the folder WinPE x64.&lt;/li&gt;
&lt;li&gt;Right click on the WinPE x64 folder and select New Folder, call the folder a suitable name for the model of device you&amp;rsquo;ll be adding drivers for. For this I&amp;rsquo;ll use HP 250 G3.&lt;/li&gt;
&lt;li&gt;Right click on the folder you just created and create folders for each driver type you&amp;rsquo;ll be adding, e.g. Storage, Network.&lt;/li&gt;
&lt;li&gt;To import the drivers, right click on a driver type folder and select Import Drivers.&lt;/li&gt;
&lt;li&gt;Enter the source directory of the drivers and be sure to tick the Import drivers even if they are duplicates of an existing driver check box.&lt;/li&gt;
&lt;li&gt;Click Next and complete the wizard. The wizard will copy all the files needed to the driver type folder.&lt;/li&gt;
&lt;li&gt;Repeat steps 8-10 for each driver type required.&lt;/li&gt;
&lt;li&gt;Now we must create a Selection Profile for WinPE x64.&lt;/li&gt;
&lt;li&gt;Go to Advanced Configuration &amp;gt; Selection Profiles.&lt;/li&gt;
&lt;li&gt;Right click on Selection Profiles and select New Selection Profile.&lt;/li&gt;
&lt;li&gt;Enter WinPE x64 as the Selection profile name.&lt;/li&gt;
&lt;li&gt;In the folders list navigate to DS001:\ &amp;gt; Out-of-Box Drivers &amp;gt; WinPE x64 and check the box next to the folder.&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt; Next &amp;gt; Finish to complete the wizard.&lt;/li&gt;
&lt;li&gt;Right click on the Deployment Share and select Properties.&lt;/li&gt;
&lt;li&gt;Go to the Windows PE tab and change the Platform drop down menu to x64.&lt;/li&gt;
&lt;li&gt;Go to the Drivers and Patches tab, and change the Selection profile drop down menu to WinPE x64.&lt;/li&gt;
&lt;li&gt;Check that Include only drivers of the following types is selected and both Include all network drivers in the selection profile and Include all mass storage drivers in the selection profile are checked.&lt;/li&gt;
&lt;li&gt;Click Apply to save the changes, click OK to close the Properties window.&lt;/li&gt;
&lt;li&gt;Right click the Deployment Share and select Update Deployment Share.&lt;/li&gt;
&lt;li&gt;Select Completely regenerate the boot images, and then Next. The boot images will be regenerated with the drivers included.&lt;/li&gt;
&lt;li&gt;Click Finish to complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You&amp;rsquo;ll need to add the newly generated boot images to Windows Deployment Services for PXE booting:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Open Windows Deployment Services MMC.&lt;/li&gt;
&lt;li&gt;Expand Servers &amp;gt; wds01.yourdomain &amp;gt; Boot Images.&lt;/li&gt;
&lt;li&gt;Right click on the old boot image and remove it.&lt;/li&gt;
&lt;li&gt;Right click in the empty boot image window, and select Add Boot Image.&lt;/li&gt;
&lt;li&gt;Browse to E:\DeploymentShare\Boot\LiteTouchPE_x64.wim and click through to complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Boot your device via PXE and it should now have the network/storage drivers needed to carry out the Deploy Task Sequence.&lt;/p&gt;
&lt;h3 id=&#34;securing-the-deployment-environment&#34;&gt;Securing the Deployment Environment&lt;/h3&gt;
&lt;p&gt;If all has worked then you now have a fully functioning deployment solution. At this point I would suggest securing your Deployment Environment by removing the login details from bootstrap.ini that we added in the &lt;a href=&#34;https://gal.vin/posts/old/getting-started-with-mdt-and-windows-10/&#34;&gt;very first post&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, right click the deployment share and select Properties.&lt;/li&gt;
&lt;li&gt;Select the Rules tab and click the Edit Bootstrap.ini button.&lt;/li&gt;
&lt;li&gt;Remove the following from the Bootstrap.ini&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;UserDomain=contoso.com
UserID=mdt_admin
UserPassword=p@ssw0rd
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;4&#34;&gt;
&lt;li&gt;Close and Save the Bootstrap.ini&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This concludes the &amp;lsquo;real world&amp;rsquo; deployment phase of the walk through. In this post I&amp;rsquo;ve talked about deploying the reference image, joining the client to a domain, performing additional post-imaging tasks, and installing drivers required for multiple device models.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows Deployment</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Building a Windows 10 1607 Reference Image with Microsoft Deployment Toolkit 8443</title>
        <link>https://gal.vin/posts/old/building-a-windows-10-reference-image-with-microsoft-deployment-toolkit/</link>
        <pubDate>Fri, 20 Jan 2017 22:38:01 +0000</pubDate>
        
        <atom:modified>Fri, 20 Jan 2017 22:38:01 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/building-a-windows-10-reference-image-with-microsoft-deployment-toolkit/</guid>
        <description>Following on from my previous post (Getting Started With Microsoft Deployment Toolkit 8443 and Windows 10 1607), I&amp;rsquo;ll be continuing my series of deploying Windows 10 with Microsoft Deployment Toolkit.
Update 2017-05-02: Please note that this post is also relevant to Windows 10 1703 (Creators Update) with a few minor changes, which I&amp;rsquo;ve posted about here.
In this post I&amp;rsquo;ll be building a task sequence to create a reference image that would be suitable for a real world deployment on new devices or performing a &amp;lsquo;wipe and load&amp;rsquo; on existing devices.</description>
        <content:encoded>&lt;p&gt;Following on from my previous post &lt;a href=&#34;https://gal.vin/posts/old/getting-started-with-mdt-and-windows-10/&#34;&gt;(Getting Started With Microsoft Deployment Toolkit 8443 and Windows 10 1607)&lt;/a&gt;, I&amp;rsquo;ll be continuing my series of deploying Windows 10 with Microsoft Deployment Toolkit.&lt;/p&gt;
&lt;p&gt;Update 2017-05-02: Please note that this post is also relevant to Windows 10 1703 (Creators Update) with a few minor changes, which &lt;a href=&#34;https://gal.vin/posts/old/building-a-windows-10-1703-reference-image/&#34;&gt;I&amp;rsquo;ve posted about here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this post I&amp;rsquo;ll be building a task sequence to create a reference image that would be suitable for a real world deployment on new devices or performing a &amp;lsquo;wipe and load&amp;rsquo; on existing devices. I&amp;rsquo;ll also touch on how to silently install common Microsoft and non-Microsoft products and customising installs.&lt;/p&gt;
&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;In this series of posts, here&amp;rsquo;s what I&amp;rsquo;ll be using on my demo network:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Active Directory Domain Controller running on Windows Server 2016 Standard - DC01.&lt;/li&gt;
&lt;li&gt;An installation of Microsoft Deployment Toolkit 8443 configured as per my &lt;a href=&#34;https://gal.vin/posts/old/getting-started-with-mdt-and-windows-10/&#34;&gt;previous post&lt;/a&gt;, running on Windows Server 2016 Standard - WDS01.&lt;/li&gt;
&lt;li&gt;A WSUS server (my previous post: &lt;a href=&#34;https://gal.vin/posts/old/wsus-from-scratch/&#34;&gt;Installing WSUS from scratch!&lt;/a&gt;) running on Windows Server 2016 Standard - WSUS01.&lt;/li&gt;
&lt;li&gt;A Hyper-V virtual machine or equivalent - VM01.&lt;/li&gt;
&lt;li&gt;Office 2010, 2013 or 2016 installation files. For this demo I&amp;rsquo;ll be using Office 2016, but the method is the same for both 2010 and 2013.&lt;/li&gt;
&lt;li&gt;Adobe Reader DC &lt;a href=&#34;https://get.adobe.com/uk/reader/enterprise/&#34;&gt;offline/full installation files&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;VLC media player &lt;a href=&#34;http://www.videolan.org/vlc/download-windows.en-GB.html&#34;&gt;installer&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Google Chrome &lt;a href=&#34;https://enterprise.google.com/chrome/chrome-browser/&#34;&gt;offline installer&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you&amp;rsquo;ve followed my &lt;a href=&#34;https://gal.vin/posts/old/getting-started-with-mdt-and-windows-10/&#34;&gt;previous post&lt;/a&gt;, your Microsoft Deployment Toolkit installation should have Windows 10 1607 imported as an Operating System, &lt;a href=&#34;https://gal.vin/posts/old/ws2016-w10-1607-stuck-updates-from-wsus/&#34;&gt;KB3193494&lt;/a&gt; imported as a Package, and a Selection Profile for Windows 10 1607 x64 packages created.&lt;/p&gt;
&lt;h3 id=&#34;importing-applications---microsoft-office-2016&#34;&gt;Importing Applications - Microsoft Office 2016&lt;/h3&gt;
&lt;p&gt;Microsoft Office integrates into MDT very well, let&amp;rsquo;s take a look:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Deployment Share &amp;gt; Applications.&lt;/li&gt;
&lt;li&gt;Right click on Applications and select New Application.&lt;/li&gt;
&lt;li&gt;In the New Application Wizard, choose Application with source files.&lt;/li&gt;
&lt;li&gt;Give the application the name: Microsoft Office 2016.&lt;/li&gt;
&lt;li&gt;Enter the Source directory of the installation files.&lt;/li&gt;
&lt;li&gt;Enter the Destination directory: Microsoft Office 2016.&lt;/li&gt;
&lt;li&gt;For the Command line enter anything - we&amp;rsquo;ll revisit this soon.&lt;/li&gt;
&lt;li&gt;On the summary page, click Next and after the files are copied click Finish to complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;configure-the-application---microsoft-office-2016&#34;&gt;Configure the Application - Microsoft Office 2016&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Right click on Microsoft Office 2016, go to the Office Products Tab.&lt;/li&gt;
&lt;li&gt;Choose the desired Office Product to Install from the drop down menu.&lt;/li&gt;
&lt;li&gt;Check the desired Office language.&lt;/li&gt;
&lt;li&gt;To activate Office via KMS leave the Product Key option unchecked.&lt;/li&gt;
&lt;li&gt;Check the Customer name option and enter the desired information.&lt;/li&gt;
&lt;li&gt;Check the Display level option and select None in the drop down menu.&lt;/li&gt;
&lt;li&gt;Check the Accept EULA option.&lt;/li&gt;
&lt;li&gt;Check the Always suppress reboot option.&lt;/li&gt;
&lt;li&gt;Click Apply.&lt;/li&gt;
&lt;li&gt;Go to the Details tab and the Quiet install command should now read: &lt;code&gt;setup.exe /config proplus.ww\config.xml&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Microsoft Office is now set up to be installed in an automated fashion by a Task Sequence. If you wish to customise the installation to a greater degree, the Office Customization Tool can be launched from the Office Products tab and you can also add extra Office applications and language packs via the Add button on the same tab.&lt;/p&gt;
&lt;h3 id=&#34;importing-applications---adobe-reader-dc&#34;&gt;Importing Applications - Adobe Reader DC&lt;/h3&gt;
&lt;p&gt;As this is a &amp;ldquo;real world&amp;rdquo; demo on creating a reference image, I want to walk through adding common non-Microsoft products. Here we&amp;rsquo;ll import Adobe Reader DC, VLC media player and Google Chrome.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Deployment Share &amp;gt; Applications.&lt;/li&gt;
&lt;li&gt;Right click on Applications and select New Application.&lt;/li&gt;
&lt;li&gt;In the New Application Wizard, choose Application with source files.&lt;/li&gt;
&lt;li&gt;Give the application the name: Adobe Reader DC.&lt;/li&gt;
&lt;li&gt;Enter the Source directory of the Adobe Reader installer file. MDT will copy all files and folders from the specified directory.&lt;/li&gt;
&lt;li&gt;Enter the Destination directory: Adobe Reader DC.&lt;/li&gt;
&lt;li&gt;For the Command line enter: [adobe reader installer name].exe /sAll.&lt;/li&gt;
&lt;li&gt;On the summary page, click Next and after the files are copied click Finish to complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Repeat these steps for other products that you require. The quiet install command that you&amp;rsquo;ll need can be found in the command line help for the installer or online. Following the same steps for Adobe Reader DC we&amp;rsquo;ll add VLC media player. The command line will be: &lt;code&gt;vlc-2.2.4-win32.exe /S&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Now we&amp;rsquo;ll add Google Chrome, the command line will be: &lt;code&gt;msiexec /I googlechromestandaloneenterprise64.msi /qn&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you need to customise the Adobe Reader DC installation to a greater degree then you may want to download the &lt;a href=&#34;http://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/index.html?wcmmode=disabled&#34;&gt;Adobe Customisation Wizard&lt;/a&gt;, which will enable you to create a transform file which you can call using the command line: &lt;code&gt;[adobe reader installer name\.exe /msi TRANSFORMS=&amp;quot;%DEPLOYROOT%\Applications\Adobe Reader DC\TRANSFORM-FILE.mst&amp;quot; /qn&lt;/code&gt;&lt;/p&gt;
&lt;h3 id=&#34;create-the-task-sequence&#34;&gt;Create the Task Sequence&lt;/h3&gt;
&lt;p&gt;These steps will create a Task Sequence that will:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Format the hard disk.&lt;/li&gt;
&lt;li&gt;Install Windows 10 1607 with &lt;a href=&#34;https://gal.vin/posts/old/ws2016-w10-1607-stuck-updates-from-wsus/&#34;&gt;KB3193494&lt;/a&gt; included.&lt;/li&gt;
&lt;li&gt;Check for and install updates from the WSUS server.&lt;/li&gt;
&lt;li&gt;Install Adobe Reader DC, Office 2016, VLC Media Player and Google Chrome.&lt;/li&gt;
&lt;li&gt;Check for and install updates from WSUS once again.&lt;/li&gt;
&lt;li&gt;Suspend the Task Sequence for user profile customisation.&lt;/li&gt;
&lt;li&gt;Capture the image and copy to the Deployment Share.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Deployment Share &amp;gt; Task Sequences.&lt;/li&gt;
&lt;li&gt;Right click on Task Sequences and select New task sequence.&lt;/li&gt;
&lt;li&gt;Enter the ID for the Task Sequence: REF-W101607.&lt;/li&gt;
&lt;li&gt;Enter the name for the Task Sequence: Build - Reference W101607.&lt;/li&gt;
&lt;li&gt;Select the Standard Client Task Sequence template.&lt;/li&gt;
&lt;li&gt;Select Windows 10 Enterprise 1607 x64 as the Operating System.&lt;/li&gt;
&lt;li&gt;Select Do not specify a product key at this time.&lt;/li&gt;
&lt;li&gt;Enter an Organization name.&lt;/li&gt;
&lt;li&gt;Select Do not specify an Administrator password at this time.&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt; Next &amp;gt; Finish to complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;configure-the-task-sequence&#34;&gt;Configure the Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Deployment Share &amp;gt; Task Sequences.&lt;/li&gt;
&lt;li&gt;Right click on Build - Reference W101607 and select Properties.&lt;/li&gt;
&lt;li&gt;On the Task Sequence tab navigate to Preinstall &amp;gt; Apply Patches.&lt;/li&gt;
&lt;li&gt;On the Properties tab of the Apply Patches action, change the Selection profile to Windows 10 1607 x64.&lt;/li&gt;
&lt;li&gt;Navigate to State Restore &amp;gt; Windows Update (Pre-Application Installation).&lt;/li&gt;
&lt;li&gt;On the Options tab of the Windows Update (Pre-Application Installation) action, uncheck Disable this step.&lt;/li&gt;
&lt;li&gt;Repeat step 6 for the Windows Update (Post-Application Installation) action below the Install Applications action.&lt;/li&gt;
&lt;li&gt;Select the Install Applications action.&lt;/li&gt;
&lt;li&gt;In the Properties tab select Install a single application, then click the Browse button and select Microsoft Office 2016 from the list.&lt;/li&gt;
&lt;li&gt;Rename the Install Applications action to Install - Microsoft Office 2016.&lt;/li&gt;
&lt;li&gt;Copy and Paste the Install - Microsoft Office 2016 action with either CTRL + C then CTRL + P or by right clicking and selecting copy and then paste.&lt;/li&gt;
&lt;li&gt;Select the top copy of the Install - Microsoft Office 2016 action.&lt;/li&gt;
&lt;li&gt;In the Properties tab of the copied action, click the Browse button and select Adobe Reader DC from the list.&lt;/li&gt;
&lt;li&gt;Rename the copied action to Install - Adobe Reader DC.&lt;/li&gt;
&lt;li&gt;Repeat steps 11 - 14 for VLC and Google Chrome.&lt;/li&gt;
&lt;li&gt;Select the Custom Tasks group under the Windows Update (Post-Application Installation) action.&lt;/li&gt;
&lt;li&gt;In the Properties tab, change the name to Suspend for profile.&lt;/li&gt;
&lt;li&gt;Click on the Add button at the top of the Task Sequence actions view and go to General &amp;gt; Restart computer, click to add the action.&lt;/li&gt;
&lt;li&gt;Click on Add once again and go to General &amp;gt; Run Command Line.&lt;/li&gt;
&lt;li&gt;On the Properties tab of the action just created, in the Command line field enter: &lt;code&gt;cscript.exe &amp;quot;%SCRIPTROOT%\LTISuspend.wsf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;In the Name field enter Suspend.&lt;/li&gt;
&lt;li&gt;Make a copy of the previous Restart computer action and using the Up and Down buttons at the top of the Task Sequence actions view, move it below the Suspend action.&lt;/li&gt;
&lt;li&gt;Click Apply.&lt;/li&gt;
&lt;li&gt;Go to the OS Info tab of the main Task Sequence window and click Edit Unattend.xml - this will create a catalogue file and may take some time.&lt;/li&gt;
&lt;li&gt;When the catalogue has been created, the Windows System Image Manager will open.&lt;/li&gt;
&lt;li&gt;Navigate to 7 oobeSystem &amp;gt; Shell Setup_neutral &amp;gt; OOBE.&lt;/li&gt;
&lt;li&gt;Select ProtectyourPC in the OOBE Properties window and change 1 to 3.&lt;/li&gt;
&lt;li&gt;Save the Unattend.xml by clicking the Save 💾 icon. You may get a prompt about validation errors, these are safe to ignore - click Yes.&lt;/li&gt;
&lt;li&gt;Close the Windows System Image Manager and click OK to close the Task Sequence Properties window.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;testing-the-task-sequence&#34;&gt;Testing the Task Sequence&lt;/h3&gt;
&lt;p&gt;Now we&amp;rsquo;re going to test the Task Sequence using a Virtual Machine. Open Hyper-V or your virtual machine software and create a VM with the following specifications:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2x vCPUs&lt;/li&gt;
&lt;li&gt;4GB RAM&lt;/li&gt;
&lt;li&gt;40GB minimum Hard Disk&lt;/li&gt;
&lt;li&gt;Network Adaptor with access to the MDT and WSUS server.&lt;/li&gt;
&lt;li&gt;The LiteTouch_x64.iso from the \\WDS01\DeploymentShare$\Boot folder added as a boot device.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;Start the Virtual Machine and boot into the deployment environment from the LiteTouch_x64.iso.&lt;/li&gt;
&lt;li&gt;Select the Build - Reference W101607 task sequence.&lt;/li&gt;
&lt;li&gt;Enter VM-REF1 as a Computer name.&lt;/li&gt;
&lt;li&gt;In the Capture image section, select Capture an image of this reference computer. The location and file name should be set automatically from the Rules.ini file in the deployment share, which should be configured as in &lt;a href=&#34;https://gal.vin/posts/old/getting-started-with-mdt-and-windows-10/&#34;&gt;my previous post.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Click Next to start the Task Sequence.&lt;/li&gt;
&lt;li&gt;The task sequence should stop when it reaches the Suspend action. This is when you should do profile customisation, such as Start Menu layout and initial application setup.&lt;/li&gt;
&lt;li&gt;When you&amp;rsquo;re ready to continue the task sequence, double click the Resume Task Sequence icon on the desktop.&lt;/li&gt;
&lt;li&gt;The VM will boot into the deployment environment and capture the image to \\WDS01\DeploymentShare$\Captures.&lt;/li&gt;
&lt;li&gt;When the VM shuts down, the Task Sequence is complete.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;importing-the-reference-image&#34;&gt;Importing the Reference Image&lt;/h3&gt;
&lt;p&gt;If the Task Sequence has run successfully you should now have a reference image. We will now import it into the Deployment Share as an Operating System in order to deploy it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Deployment Share &amp;gt; Operating Systems.&lt;/li&gt;
&lt;li&gt;Right click on Operating Systems and select Import Operating System.&lt;/li&gt;
&lt;li&gt;Select Custom image file.&lt;/li&gt;
&lt;li&gt;Browse to \\WDS01\DeploymentShare$\Captures and select the Reference Image to import.&lt;/li&gt;
&lt;li&gt;Select Setup files are not needed.&lt;/li&gt;
&lt;li&gt;Enter the Destination directory name: REF-W101607.&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt; Finish to import the image and complete the wizard.&lt;/li&gt;
&lt;li&gt;You&amp;rsquo;ll notice that the image you just imported has a long unwieldy name. Right click on the image, select Rename and enter: REF-W101607.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The reference image is now ready to be deployed on to physical devices, which I cover in the next post (&lt;a href=&#34;https://gal.vin/posts/old/deploying-a-windows-10-reference-image-with-microsoft-deployment-toolkit/&#34;&gt;Deploying a Windows 10 1607 Reference Image with Microsoft Deployment Toolkit 8443&lt;/a&gt;) along with driver management, domain joining and other post-imaging tasks. If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Windows 10 1703 Creators Update</category>
            
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows Deployment</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Windows 10 1607 (Anniversary Update) opens msn.com at login and how to stop it.</title>
        <link>https://gal.vin/posts/old/windows-10-opens-msn-com-at-login/</link>
        <pubDate>Thu, 12 Jan 2017 22:01:34 +0000</pubDate>
        
        <atom:modified>Thu, 12 Jan 2017 22:01:34 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/windows-10-opens-msn-com-at-login/</guid>
        <description>I thought about trying to find a better name for this post and this issue, but this is all I could come up with.
Update 2017-10-16: A few people have contacted me and made me aware that doing the reg hack below can prevent users from using Microsoft Office Clipart, so you should be aware of that before proceeding. Additionally, I&amp;rsquo;ve found that with Windows 10 1703 (Creators Update), allowing access to http://www.</description>
        <content:encoded>&lt;p&gt;I thought about trying to find a better name for this post and this issue, but this is all I could come up with.&lt;/p&gt;
&lt;p&gt;Update 2017-10-16: A few people have contacted me and made me aware that doing the reg hack below can prevent users from using Microsoft Office Clipart, so you should be aware of that before proceeding. Additionally, I&amp;rsquo;ve found that with Windows 10 1703 (Creators Update), allowing access to &lt;code&gt;http://www.msftconnecttest.com/redirect&lt;/code&gt; through your firewall/proxy will achieve the same thing without the reg hack and without preventing access to Microsoft Office Clipart. Please note though, it does not work with 1607.&lt;/p&gt;
&lt;p&gt;Original Post ANYWAY, I finally tracked down how to stop Windows 10 1607 (Anniversary Update) from opening the default browser with msn.com. There are no startup or login registry entries, Group Policy settings, Scheduled Tasks, or even programs in the Start Menu startup folder. This is *something* that Windows is doing itself. I&amp;rsquo;ve only encountered this issue on corporate networks, not on my home network, so I knew that some sort of authentication/proxy/filtering/firewall thing. I&amp;rsquo;ve also only had this issue with Windows 10 1607 (Anniversary Update), not 1511 (November Update) or 1507 (RTM).&lt;/p&gt;
&lt;p&gt;It seems that Windows 10 is probing the network to get out to the internet, hitting some sort of issue (I&amp;rsquo;m guessing that it&amp;rsquo;s authentication in my case) and then opening up the default browser and browsing to a Microsoft owned address that results in a redirect to &lt;code&gt;http://www.msn.com&lt;/code&gt;. In my case no authentication dialogue box pops up, it just browses to the site and appears to be happy with that. Weird. If it were only happening to &amp;ldquo;Admin&amp;rdquo; users I wouldn&amp;rsquo;t worry about it, but it happens to everyone! So, although not a cause for major concern or enough to halt my roll out of Windows 10 1607, I still wanted to fix it, if possible.&lt;/p&gt;
&lt;p&gt;After some research it appears a similar issue to this occurred with Windows 8. I never had this issue during my roll out of Windows 8 but the resolution appears to work for Windows 10 1607 as well. At this stage I don&amp;rsquo;t know if making this change causes any unforeseen problems, but I&amp;rsquo;ll add to this post if I see anything. Here&amp;rsquo;s how to prevent it. Using the registry editor, navigate to the location below, and change the &amp;ldquo;1&amp;rdquo; (enabled) to a &amp;ldquo;0&amp;rdquo; (disabled).&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\EnableActiveProbing
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;This should stop the browser from opening at login but Internet access should still be available. I hope this helps. If you&amp;rsquo;ve already done this and it&amp;rsquo;s caused another issue, please let me know in the comments or tweet me! You&amp;rsquo;ll probably want to roll this out to your Windows 10 clients, of course you can do it via Group Policy but as it&amp;rsquo;s a one time setting I would suggest adding it to the Task Sequence that builds your reference image.&lt;/p&gt;
&lt;h3 id=&#34;adding-the-registry-change-to-group-policy&#34;&gt;Adding the registry change to Group Policy&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open Group Policy Management&lt;/li&gt;
&lt;li&gt;Navigate to Group Policy Objects&lt;/li&gt;
&lt;li&gt;Right click and Create or edit your Group Policy for your Windows 10 Clients&lt;/li&gt;
&lt;li&gt;Navigate to Computer Configuration &amp;gt; Preferences &amp;gt; Windows Settings &amp;gt; Registry&lt;/li&gt;
&lt;li&gt;Right click and go to New &amp;gt; Registry Item&lt;/li&gt;
&lt;li&gt;Under Key Path enter SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet&lt;/li&gt;
&lt;li&gt;Under Value name enter EnableActiveProbing&lt;/li&gt;
&lt;li&gt;The Value type should be REG_DWORD&lt;/li&gt;
&lt;li&gt;The Value data should be set to 00000000 - that&amp;rsquo;s six zeros for a Hexadecimal Base or you can just enter one zero for Decimal Base.&lt;/li&gt;
&lt;li&gt;Click OK to save the changes.&lt;/li&gt;
&lt;li&gt;If you created a new Group Policy Object, you will need to link it to an OU that contains the clients you want the GPO to affect. To do this right click the OU and select Link an existing Group Policy&amp;hellip; and then select the Group Policy you created earlier.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;adding-the-registry-change-to-a-task-sequence&#34;&gt;Adding the registry change to a Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open Notepad and paste the following into it:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]
&amp;#34;EnableActiveProbing&amp;#34;=dword:00000000
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Save the file with any name you like, but it must have the extension .reg&lt;/li&gt;
&lt;li&gt;Copy the .reg file to your Deployment server. It needs to be accessible by the Task Sequence, so I put mine in E:\DeploymentShare\Applications\&lt;/li&gt;
&lt;li&gt;In the Task Sequence, you&amp;rsquo;ll want to add it before the Windows Update (Pre-Application Installation) item, so select that item first.&lt;/li&gt;
&lt;li&gt;Click the Add button at the top of the sequence, and go to General &amp;gt; Run Command Line.&lt;/li&gt;
&lt;li&gt;Select the new Run Command Line item and click the Up button at the top of the sequence to move it above the Windows Update (Pre-Application Installation) item.&lt;/li&gt;
&lt;li&gt;On the right hand side of the window, under Name, enter whatever you want, I called mine cmd - disable active probing&lt;/li&gt;
&lt;li&gt;Under Command Line enter REG IMPORT Z:\Applications\ActiveProbing.reg&lt;/li&gt;
&lt;li&gt;Click OK to save and close the Task Sequence and you&amp;rsquo;re done!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When you run the Task Sequence to create a reference image, the registry will be edited and during your build phase you won&amp;rsquo;t get any browser windows opening on login.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Group Policy</category>
            
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>Windows 10</category>
            
          
            
              <category>Windows Deployment</category>
            
          
            
              <category>Windows Tweaks</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Getting Started With Microsoft Deployment Toolkit 8443 and Windows 10 1607/1703</title>
        <link>https://gal.vin/posts/old/getting-started-with-mdt-and-windows-10/</link>
        <pubDate>Sat, 26 Nov 2016 19:05:25 +0000</pubDate>
        
        <atom:modified>Sat, 26 Nov 2016 19:05:25 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/getting-started-with-mdt-and-windows-10/</guid>
        <description>For this post the demo network consists of an Active Directory Domain Controller (DC01), a WSUS server (WSUS01) - here&amp;rsquo;s a previous post on installing WSUS, a server that will have Microsoft Deployment Toolkit installed (WDS01) and a blank Hyper-V Virtual Machine for creating the reference image.
Update 2017-05-02: Please note that this post is also relevant to building Windows 10 1703 (Creators Update) images. I&amp;rsquo;ve posted about the differences here.</description>
        <content:encoded>&lt;p&gt;For this post the demo network consists of an Active Directory Domain Controller (DC01), a WSUS server (WSUS01) - &lt;a href=&#34;https://gal.vin/posts/old/wsus-from-scratch/&#34;&gt;here&amp;rsquo;s a previous post on installing WSUS&lt;/a&gt;, a server that will have Microsoft Deployment Toolkit installed (WDS01) and a blank Hyper-V Virtual Machine for creating the reference image.&lt;/p&gt;
&lt;p&gt;Update 2017-05-02: Please note that this post is also relevant to building Windows 10 1703 (Creators Update) images. &lt;a href=&#34;https://gal.vin/posts/old/building-a-windows-10-1703-reference-image/&#34;&gt;I&amp;rsquo;ve posted about the differences here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The WDS01 server is a Hyper-V VM configured like so:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2 vCPUs&lt;/li&gt;
&lt;li&gt;4GB RAM&lt;/li&gt;
&lt;li&gt;C:\ for Windows&lt;/li&gt;
&lt;li&gt;E:\ for MDT&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We&amp;rsquo;ll be using Microsoft Deployment Toolkit (MDT) version 8443, which at the time of writing is a recent release, after a long time of being at version 2013 Update 2. Microsoft explain in &lt;a href=&#34;https://techcommunity.microsoft.com/t5/configuration-manager-archive/microsoft-deployment-toolkit-8443-now-available/ba-p/274148&#34;&gt;this blog post&lt;/a&gt; about removal of the year/update naming scheme and development going forward - essentially, it&amp;rsquo;s not going away, they will still keep developing it. Software we&amp;rsquo;ll be using:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://go.microsoft.com/fwlink/p/?LinkId=526740&#34;&gt;Windows 10 1607 Assessment and Deployment Kit (ADK)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.microsoft.com/en-us/download/details.aspx?id=54259&#34;&gt;Microsoft Deployment Toolkit (8443)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Windows 10 1607 x64 install files&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.catalog.update.microsoft.com/Search.aspx?q=KB3193494&#34;&gt;Cumulative update for Windows 10 Version 1607: September 20, 2016&lt;/a&gt; - If using a WSUS server&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;http://www.videolan.org/vlc&#34;&gt;VLC Media Player&lt;/a&gt; (for software install demo)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;install&#34;&gt;Install&lt;/h3&gt;
&lt;p&gt;First we&amp;rsquo;ll install the Windows 10 1607 ADK. The setup will need to download additional files so it may take some time depending on your internet connection. On the Select the features you want to install screen select:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Deployment Tools&lt;/li&gt;
&lt;li&gt;Windows Preinstallation Environment (Windows PE)&lt;/li&gt;
&lt;li&gt;Imaging And Configuration Designer (ICD)&lt;/li&gt;
&lt;li&gt;Configuration Designer&lt;/li&gt;
&lt;li&gt;User State Migration Tool (USMT)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Now install MDT by running the setup file downloaded earlier, there is no specific configuration during the install wizard.&lt;/p&gt;
&lt;h3 id=&#34;create-the-deployment-share-and-an-import-operating-system&#34;&gt;Create the Deployment Share and an Import Operating System&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Open the Deployment Workbench from the Start Menu.&lt;/li&gt;
&lt;li&gt;Right click on Deployment Shares.&lt;/li&gt;
&lt;li&gt;Select New Deployment Share.&lt;/li&gt;
&lt;li&gt;Enter the path for the Deployment Share: E:\DeploymentShare.&lt;/li&gt;
&lt;li&gt;Enter the Share name: DeploymentShare$.&lt;/li&gt;
&lt;li&gt;Give the share a descriptive name.&lt;/li&gt;
&lt;li&gt;On the Options screen, accept the defaults as you can change them later.&lt;/li&gt;
&lt;li&gt;Complete the wizard to create the share.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now we&amp;rsquo;re going to add Windows 10 1607 as an Operating System to deploy.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Mount the Windows 10 1607 .iso in File Explorer.&lt;/li&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Operating Systems.&lt;/li&gt;
&lt;li&gt;Right click and select Import Operating System.&lt;/li&gt;
&lt;li&gt;In the wizard, select Full set of source files and then enter the root of the mounted .iso as the Source directory.&lt;/li&gt;
&lt;li&gt;For the destination directory name enter Windows 10 Enterprise 1607 x64 and complete the wizard.&lt;/li&gt;
&lt;li&gt;Go to the Operating Systems node again and rename the OS you just added to Windows 10 Enterprise 1607 x64.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;importing-packages--creating-selection-profiles&#34;&gt;Importing Packages &amp;amp; Creating Selection Profiles&lt;/h3&gt;
&lt;p&gt;We will now import the Cumulative Update for Windows 10 Version 1607 (KB3193494) into MDT, so that it can be installed with the OS.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench &amp;gt; Packages.&lt;/li&gt;
&lt;li&gt;Create a folder named Windows 10 1607 x64.&lt;/li&gt;
&lt;li&gt;Right click on the folder and select Import OS Packages and go through the wizard to add the package. The package must be in a folder by itself.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now we will create a selection profile so that the package is only installed for Windows 10 1607 x64.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Expand the Advanced Configuration node.&lt;/li&gt;
&lt;li&gt;Right click on Selection Profiles and select New Selection Profile.&lt;/li&gt;
&lt;li&gt;Name it Windows 10 1607 x64.&lt;/li&gt;
&lt;li&gt;On the Folders page, tick the Windows 10 1607 x64 folder under Packages and complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;importing-applications&#34;&gt;Importing Applications&lt;/h3&gt;
&lt;p&gt;We&amp;rsquo;ll now import VLC Media Player, so it can be installed as part of the reference image.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench right click on Applications and select New Application.&lt;/li&gt;
&lt;li&gt;Select Application with source files, then on the Details page, enter VLC Player as the Application Name.&lt;/li&gt;
&lt;li&gt;On the Source page, enter the location of the VLC executable, it will need to be in a folder by itself as the wizard will copy all files in the location specified.&lt;/li&gt;
&lt;li&gt;Enter the name: VLC for the directory.&lt;/li&gt;
&lt;li&gt;On the Command Details page enter the name of the VLC executable with the /S option - this will install VLC silently without user interaction.&lt;/li&gt;
&lt;li&gt;Complete the wizard.&lt;/li&gt;
&lt;li&gt;In the Applications node, rename the VLC app to Install - VLC.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;create-a-task-sequence&#34;&gt;Create a Task Sequence&lt;/h3&gt;
&lt;p&gt;We&amp;rsquo;ll now create a Task Sequence to build a fully updated Windows 10 1607 x64 reference image, with VLC installed.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, go to Task Sequences.&lt;/li&gt;
&lt;li&gt;Right click and select New Task Sequence.&lt;/li&gt;
&lt;li&gt;For the ID enter: B-W10-1607.&lt;/li&gt;
&lt;li&gt;Name it Build Windows 10 1607.&lt;/li&gt;
&lt;li&gt;Select Standard Client Task Sequence.&lt;/li&gt;
&lt;li&gt;Select the Operating System Windows 10 1607 x64.&lt;/li&gt;
&lt;li&gt;Do not specify a product key at this time.&lt;/li&gt;
&lt;li&gt;Enter an Organization name.&lt;/li&gt;
&lt;li&gt;Do not specify an Administrator password at this time.&lt;/li&gt;
&lt;li&gt;Complete the wizard.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;configure-the-task-sequence&#34;&gt;Configure the Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Right click on the Task Sequence just created and select Properties.&lt;/li&gt;
&lt;li&gt;Go to the OS Info tab and click Edit Unattend.xml. It will take sometime to generate the catalog.&lt;/li&gt;
&lt;li&gt;When the Unattend.xml opens, go to 7 oobesystem &amp;gt; amd64_Microsoft-Windows-Shell-Setup__neutral &amp;gt; OOBE.&lt;/li&gt;
&lt;li&gt;Change the ProtectYourPC setting to 3. This will prevent the image from randomly checking for updates whilst it is being built.&lt;/li&gt;
&lt;li&gt;Save the Unattend.xml, you can safely ignore an warnings.&lt;/li&gt;
&lt;li&gt;Go to the Task Sequence tab on the Properties window of the Task Sequence.&lt;/li&gt;
&lt;li&gt;Expand the Preinstall folder, and select the Apply Patches item.&lt;/li&gt;
&lt;li&gt;Change the Selection Profile to Windows 10 1607 x64.&lt;/li&gt;
&lt;li&gt;Go to the State Restore folder and select Windows Update (Pre-Application Installation).&lt;/li&gt;
&lt;li&gt;On the right side of the Properties window, go to the Options tab.&lt;/li&gt;
&lt;li&gt;Uncheck the Disable this step tick box and do the same with Windows Update (Post-Application Installation).&lt;/li&gt;
&lt;li&gt;Go to the Install Applications item.&lt;/li&gt;
&lt;li&gt;In the right side of the Properties box, select the Install a single application option and click the Browse&amp;hellip; button.&lt;/li&gt;
&lt;li&gt;Select Install - VLC and change the name Install Applications to Install - VLC.&lt;/li&gt;
&lt;li&gt;Click Apply and close the Task Sequence.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;configure-deployment-rules&#34;&gt;Configure Deployment Rules&lt;/h3&gt;
&lt;p&gt;Before we create the boot media we must configure several settings that will effect how the boot media will connect to the deployment environment.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, right click the deployment share and select Properties.&lt;/li&gt;
&lt;li&gt;On the Windows PE tab, select the Drivers and Patches sub-tab.&lt;/li&gt;
&lt;li&gt;Under the Selection Profile drop down menu, change it to All Drivers.&lt;/li&gt;
&lt;li&gt;Select the Platform drop down menu and select x64 and again change the Selection Profile to All Drivers.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now we must create an Active Directory account for MDT to use and give it permissions to the Deployment Share.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Go to Active Directory Users and Computers.&lt;/li&gt;
&lt;li&gt;Create a user called mdt_admin.&lt;/li&gt;
&lt;li&gt;On WDS01 (where the deployment share is hosted), give mdt_admin Full Control share permissions and Full Control permissions to all the files and folders under the deployment share.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We will now configure the Rules and Bootstrap.ini. The settings below enable auto log in and skip the welcome screen.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, right click the deployment share and select Properties.&lt;/li&gt;
&lt;li&gt;Select the Rules tab and click the Edit Bootstrap.ini button.&lt;/li&gt;
&lt;li&gt;Add the settings below to the Bootstrap.ini.&lt;/li&gt;
&lt;li&gt;Close and Save the Bootstrap.ini&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;9
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;[Settings]
Priority=Default
 
[Default]
DeployRoot=\\WDS01\DeploymentShare$
UserDomain=contoso.com
UserID=mdt_admin
UserPassword=p@ssw0rd
SkipBDDWelcome=YES
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;On the Rules tab of the Deployment Share properties window, add the settings below. A lot of the settings are specific to my demo environment such as my location in the world. The [Virtual Machine] section near the top is one example of how to manage drivers and auto fill computer names for when deploying images based on the model reported by Windows. I&amp;rsquo;ll cover this in more detail a future post.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt; 1
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 2
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 3
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 4
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 5
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 6
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 7
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 8
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt; 9
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;10
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;11
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;12
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;13
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;14
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;15
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;16
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;17
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;18
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;19
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;20
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;21
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;22
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;23
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;24
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;25
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;26
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;27
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;28
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;29
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;30
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;31
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;32
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;33
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;34
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;35
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;36
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;37
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;38
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;39
&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;40
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;[Settings]
Priority=Model, Default, SetOSD
Properties=OSDPrefix
 
[Virtual Machine]
DriverGroup001=Virtual Machine
DriverSelectionProfile=nothing
OSDPrefix=VM
 
[Default]
_SMSTSORGNAME=Mike Galvin | OSD Solutions
_SMSTSPackageName=%TaskSequenceName%
UserDataLocation=NONE
ComputerBackupLocation=\\WDS01\DeploymentShare$\Captures
BackupFile=%TaskSequenceID%_#year(date) &amp;amp; &amp;#34;-&amp;#34; &amp;amp; month(date) &amp;amp; &amp;#34;-&amp;#34; &amp;amp; day(date)#.wim
OSInstall=Y
TimeZoneName=GMT Standard Time
KeyboardLocale=0809:00000809
UILanguage=en-GB
UserLocale=en-GB
KeyboardLocale=en-GB
BitsPerPel=32
VRefresh=60
XResolution=1
YResolution=1
WSUSServer=http://wsus01:8530
SkipAdminPassword=YES
SkipCapture=NO
SkipRoles=YES
SkipProductKey=YES
SkipUserData=YES
SkipComputerBackup=YES
SkipBitLocker=YES
SkipLocaleSelection=YES
SkipTimeZone=YES
SkipDomainMembership=YES
SkipSummary=YES
SkipFinalSummary=YES
FinishAction=SHUTDOWN
OSDComputerName=%OSDPrefix%-%SerialNumber%
&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h3 id=&#34;creating-boot-media&#34;&gt;Creating Boot Media&lt;/h3&gt;
&lt;p&gt;Now we&amp;rsquo;ll create the boot media.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, right click on the Deployment Share.&lt;/li&gt;
&lt;li&gt;Select Update Deployment Share.&lt;/li&gt;
&lt;li&gt;Select Completely regenerate the boot images.&lt;/li&gt;
&lt;li&gt;Complete the wizard. It will take some time to create the boot images.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;testing-boot-media&#34;&gt;Testing Boot Media&lt;/h3&gt;
&lt;p&gt;To test the boot media, copy the LiteTouchPE_x64.iso from \\WDS01\DeploymentShare$\Boot to a location where the new Hyper-V VM will be able to access it. Set the configuration of the VM as such:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;2 vCPUs&lt;/li&gt;
&lt;li&gt;4GB RAM&lt;/li&gt;
&lt;li&gt;NIC&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Add the LiteTouchPE_x64.iso as a boot device. Start the VM and it should boot from the iso into the MDT environment, which is using Windows PE. You should be presented with a wizard and the Task Sequence you created earlier. Select it and click Next. The Computer Name should be already filled in with something like VM-1234-1234&amp;hellip;etc. Replace it with vm-ref-w10. Select Capture an image of this reference computer. The Task Sequence should now run, install Windows 10, update from the WSUS server, install VLC and then capture the image. When this process completes the VM will be shutdown and a file named B-W10-1607_YEAR_MONTH_DAY.wim will be in \\WDS01\DeploymentShare$\Captures. You now have a functioning MDT server and a Task Sequence to build and capture a reference image with Windows 10 1607. I will post in future on how to deploy the captured image, manage drivers, and deploy common application like Microsoft Office 2016. Hopefully for now, this post has given you what you need to get started with MDT and deploying Windows 10.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Windows 10 1703 Creators Update</category>
            
          
            
              <category>Microsoft Deployment Toolkit</category>
            
          
            
              <category>Guide</category>
            
          
            
              <category>Windows Deployment</category>
            
          
        
        
        
      </item>
      
      <item>
        <title>Stuck Windows Updates From Windows Server Update Services (WSUS) On Windows 10 1607/Windows Server 2016</title>
        <link>https://gal.vin/posts/old/ws2016-w10-1607-stuck-updates-from-wsus/</link>
        <pubDate>Tue, 08 Nov 2016 19:53:50 +0000</pubDate>
        
        <atom:modified>Tue, 08 Nov 2016 19:53:50 +0000</atom:modified>
        <guid>https://gal.vin/posts/old/ws2016-w10-1607-stuck-updates-from-wsus/</guid>
        <description>If you&amp;rsquo;ve installed a fresh install of Windows 10 1607/Windows Server 2016 recently, you may have experienced a problem when it tries to download and install updates from your local WSUS server - specifically, it doesn&amp;rsquo;t, it gets stuck. You&amp;rsquo;ve tired rebooting, stopping the BITS and WU services, deleting %systemroot%\SoftwareDistribution but nothing seems to work. Both Windows 10 1607 and Windows Server 2016 require a cumulative update that fixes this specific issue.</description>
        <content:encoded>&lt;p&gt;If you&amp;rsquo;ve installed a fresh install of Windows 10 1607/Windows Server 2016 recently, you may have experienced a problem when it tries to download and install updates from your local WSUS server - specifically, it doesn&amp;rsquo;t, it gets stuck. You&amp;rsquo;ve tired rebooting, stopping the BITS and WU services, deleting &lt;code&gt;%systemroot%\SoftwareDistribution&lt;/code&gt; but nothing seems to work. Both Windows 10 1607 and Windows Server 2016 require a cumulative update that fixes this specific issue. You can of course just download the update off Microsoft&amp;rsquo;s WU servers but if you&amp;rsquo;re using MDT then you can download the update separately, and add it to MDT to push out during the install phase of the Task Sequence. You can use any Windows 10/Windows Server 2016 Cumulative Update released for Windows 10 1607, the more recent the better.&lt;/p&gt;
&lt;p&gt;Update 16/10/2017: If you&amp;rsquo;re experiencing stuck updates (or incredibly slow during a Task Sequence) with Windows Server 2016 but not Windows 10 1607 and they are both serviced by the same WSUS server, the cause may be due to Express Updates being enabled.&lt;/p&gt;
&lt;p&gt;Update 25/04/2017: The previous CU I listed here is now gone from the Update Catalog. Here is the most recent one I&amp;rsquo;ve tested: &lt;a href=&#34;https://www.catalog.update.microsoft.com/Search.aspx?q=kb4015217&#34;&gt;https://www.catalog.update.microsoft.com/Search.aspx?q=kb4015217&lt;/a&gt;. As before the CU is for both Windows 10 1607 and Windows Server 2016 so you don&amp;rsquo;t need to download both versions.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;KB4015217 info from Microsoft - &lt;a href=&#34;https://support.microsoft.com/en-us/help/4015217/windows-10-update-kb4015217&#34;&gt;https://support.microsoft.com/en-us/help/4015217/windows-10-update-kb4015217&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Original Post To build it into your MDT install sequence, download the update from the Microsoft Update Catalog and follow the steps below. Please note that the update for Windows 10 x64 and Windows Server 2016 is the same - you only need to download one of them.&lt;/p&gt;
&lt;h3 id=&#34;import-the-update&#34;&gt;Import The Update&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Go to Deployment Workbench and create two new folders under the Packages node, one for Windows 10 1607 x64 and one for Windows Server 2016.&lt;/li&gt;
&lt;li&gt;Right click on the Windows 10 1607 x64 folder you just created and select Import OS Packages.&lt;/li&gt;
&lt;li&gt;Browse to the location of the update (you will need to put it in a folder by itself) and click Next through the wizard and wait for the Update to be imported.&lt;/li&gt;
&lt;li&gt;As this update is the same for both Windows 10 1607 x64 and for Windows Server 2016, you can right click on the imported package and paste it into the Windows Server 2016 folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;create-a--selection-profile&#34;&gt;Create A  Selection Profile&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;In Deployment Workbench, go to the Advanced Configuration node and expand it, then go to the Selection Profiles.&lt;/li&gt;
&lt;li&gt;Right click and create a new Selection Profile. Name it Windows 10 1607 x64, tick the Windows 10 1607 x64 folder under Packages and click Next through the rest of the wizard.&lt;/li&gt;
&lt;li&gt;Repeat the steps above for a Windows Server 2016 Selection Profile choosing the Windows Server 2016 folder.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;enable-the-selection-profile-in-a-task-sequence&#34;&gt;Enable The Selection Profile In A Task Sequence&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Create a Standard Task Sequence to install Windows 10 1607 x64.&lt;/li&gt;
&lt;li&gt;Right click on the Task Sequence, go to Properties, go to the Task Sequence tab.&lt;/li&gt;
&lt;li&gt;Expand the Preinstall node, and select the Apply Patches item. In the Properties tab on the right, under Selection profile, change it to Windows 10 1607 x64.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src=&#34;https://gal.vin/media/mdt-ts-selection-profile.webp&#34; alt=&#34;Task Sequence Selection Profile&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The Task Sequence will now deploy Windows 10 1607 x64 and install the Cumulative Update as part of the build.&lt;/p&gt;
&lt;p&gt;If you have any questions or comments, please leave them below.&lt;/p&gt;
&lt;p&gt;-Mike&lt;/p&gt;
</content:encoded>
        
        
        
        
        
          
            
              <category>Windows 10 1607 Anniversary Update</category>
            
          
            
              <category>Windows Server 2016</category>
            
          
            
              <category>WSUS</category>
            
          
        
        
        
      </item>
      

    
  </channel>
</rss>