Options to migrate Start screen settings in USMT config.xml in Windows 8/8.1

Scenario

Start screen is the form of Start menu in Windows 8 and Windows 8.1. During migration of user profile, you may need Start Screen layout or Personalize settings migrated as well. This article describes the specific component settings related to these two features in customized config.xml file when using USMT to migrate user profile.

Enviroments

  • Windows 8/8.1
  • User State Migration Tool (USMT) 5.0 is included with the Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.
  • Shared folder for storing the results of scanstate.exe
  • Shared folder for storing USMT tool.

Commands to be used

  • scanstate /i:miguser.xml \\Shared_Store /ue:*\* /ui:domain\domain_account    Note: Just transfer one needed domain account profile.
  • scanstate /i:miguser.xml /genconfig:config.xml /v:13    Note: Generate the config.xml file for customization. Please refer to USMT .xml Files to learn more about config.xml.
  • Loadstate \\Shared_Store /config:config.xml /i:miguser.xml  /ue:*\* /ui:domain\domain_account    Note: Load the profile gathering from scanstate command refer to this config.xml after customizing the config.xml.

Note: Please refer to LoadState Syntax and ScanState Syntax to learn more about the following commands.

Options to migrate Start screen settings

Open the config.xml file and locate to the component and corresponding part:

  • To determine if to migrate Start Screen layout or not , change the migrate value for this:
<component displayname="Microsoft-Windows-shmig" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-shmig/microsoft-windows-shmig/settings"/>
  • To determine if to migrate Start Screen Personalize settings or not, change the migrate value for this:
<component displayname="Microsoft-Windows-uxtheme" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-uxtheme/microsoft-windows-uxtheme/settings"/>

October 22nd, 2014 1:14pm

Hi,

Thanks for this info. So if these two "yes" values are changed to "no", the Start Menu icons and organization and the personalization settings will not be migrated, and the default profile on the destination machine will create the start menu and personalization settings just as it would with any newly logged in user?

Thanks!

Free Windows Admin Tool Kit Click here and download it now
February 25th, 2015 2:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics