Config.xml ファイル
Config.xml
ファイルは、オプションのユーザー状態移行ツール (USMT) ファイルで、ScanState ツールで /genconfig
オプションを使用して作成できます。 すべての既定のコンポーネントを含める必要があり、既定のストア作成またはプロファイル移行の動作に変更を加える必要がない場合は、 Config.xml
ファイルを作成する必要はありません。
ただし、MigApp.xml
で定義されている既定の移行動作、MigUser.xml
ファイル、および MigDocs.xml
ファイルは十分ですが、特定のコンポーネントを除外する必要がある場合は、他の.xmlファイルを変更せずに、Config.xml
ファイルを作成および変更できます。 たとえば、移行されるオペレーティング システム設定を除外するには、 Config.xml
ファイルを作成する必要があります。 既定のストア作成またはプロファイル移行動作のいずれかを変更するには、 Config.xml
ファイルを作成して変更する必要があります。
Config.xml
ファイルには、移行規則が含まれていないため、他の移行.xml ファイルとは異なる形式になっています。 オペレーティング システム コンポーネント、アプリケーション、移行可能なユーザー ドキュメント、およびユーザー プロファイル ポリシーとエラー制御ポリシーの一覧のみが含まれています。 このため、移行規則と構文に精通する必要がないため、 Config.xml
ファイルを使用してコンポーネントを除外する方が、移行 .xml ファイルを変更するよりも簡単です。 ただし、このファイルではワイルドカード文字を使用できません。
MigDocs.xml
ファイルやMigApps.xml
ファイルなど、他の移行ファイルでConfig.xml
ファイルを使用する方法の詳細については、「移行 XML ファイルについて」を参照してください。
注
Config.xml
ファイルからコンポーネントを除外するには、migrate の値を no に設定します。 コンポーネントの XML タグを Config.xml
ファイルから削除しても、そのコンポーネントは移行から除外されません。
移行ポリシー
USMT には、 Config.xml
ファイルで構成できる移行ポリシーがあります。 たとえば、 <ErrorControl>、 <ProfileControl>、 <HardLinkStoreControl> オプションを構成できます。 次の要素とパラメーターは、 Config.xml
ファイルでのみ使用されます。
<Policies>
<Policies> 要素には、移行ストアの作成時に USMT が従うポリシーを記述する要素が含まれています。 <Policies> 要素の有効な子は、<ErrorControl> および <HardLinkStoreControl> です。 <Policies> 要素は、<Configuration> の子です。
構文:
<Policies> </Policies>
<ErrorControl>
<ErrorControl> 要素は、Config.xml
ファイルで構成できる省略可能な要素です。 構成可能な <ErrorControl> ルールでは、実行中のオペレーティング システムと現在ログオンしているユーザーの環境変数のみがサポートされます。 回避策として、(*) ワイルドカード文字を使用してパスを指定できます。
出現回数: コンポーネントごとに 1 回
親要素: <Policies> 要素
子要素: <fileError> および <registryError> 要素
構文:
<ErrorControl> </ErrorControl>
次の例では、(C:\Users 内のファイルを含む) 場所に関係なく、ロックされているすべてのファイルを無視することを指定します。 ただし、C:\Users 内のファイルに他の理由でアクセスできない場合、移行は失敗します。 次の例では、 <ErrorControl> 要素は、指定されたパターンに一致するレジストリ キーの移行に関する問題を無視し、 Access 拒否 エラーに解決します。
さらに、 <ErrorControl> セクションの順序は優先順位を意味します。 この例では、最初の <nonFatal> タグが 2 番目の <fatal> タグよりも優先されます。 この優先順位は、一覧表示されているタグの数に関係なく適用されます。
<ErrorControl>
<fileError>
<nonFatal errorCode="33">* [*]</nonFatal>
<fatal errorCode="any">C:\Users\* [*]</fatal>
</fileError>
<registryError>
<nonFatal errorCode="5">HKCU\SOFTWARE\Microsoft\* [*]</nonFatal>
</registryError>
</ErrorControl>
重要
構成可能な <ErrorControl> ルールでは、実行中のオペレーティング システムと現在ログオンしているユーザーの環境変数のみがサポートされます。 回避策として、(*) ワイルドカード文字を使用するパスを指定できます。
<致死>
<fatal> 要素は必要ありません。
出現回数: コンポーネントごとに 1 回
親要素: <fileError> および <registryError>
子要素: なし。
構文:
<fatal errorCode="any"> <specify pattern here> </fatal>
パラメーター | 必須 | 値 |
---|---|---|
errorCode | なし | "any" または "ここでシステム エラー メッセージを指定する" |
<fatal> 要素を使用して、特定のパターンに一致するエラーによって USMT が移行を停止するように指定できます。
<fileError>
<fileError> 要素は必要ありません。
出現回数: コンポーネントごとに 1 回
親要素: <ErrorControl>
子要素: <nonFatal> と <fatal>
構文:
<fileError> </fileError>
<fileError> 要素を使用して、ファイル エラーに関連する動作を表すことができます。
<nonFatal>
<nonFatal> 要素は必要ありません。
出現回数: コンポーネントごとに 1 回
親要素: <fileError> および <registryError> 要素。
子要素: なし。
構文:
<nonfatal errorCode="any"> <specify pattern here> </nonFatal>
パラメーター | 必須 | 値 |
---|---|---|
<errorCode> | なし | "any" または "specify system error message"。 システム エラー メッセージが指定されていない場合、既定の動作では、すべてのシステム エラー メッセージにパラメーターが適用されます。 |
<nonFatal> 要素を使用して、特定のパターンに一致するエラーによって USMT が移行を停止しないように指定できます。
<registryError>
<registryError> 要素は必要ありません。
出現回数: コンポーネントごとに 1 回
親要素: <ErrorControl>
子要素: <nonfatal> と <fatal>
構文:
<registryError errorcode="any"> </registryError>
パラメーター | 必須 | 値 |
---|---|---|
<errorCode> | なし | "any" または "ここでシステム エラー メッセージを指定する" 。 システム エラー メッセージが指定されていない場合、既定の動作では、すべてのシステム エラー メッセージにパラメーターが適用されます。 |
<registryError> 要素を使用して、特定のパターンに一致するエラーによって USMT が移行を停止しないように指定できます。
<HardLinkStoreControl>
<HardLinkStoreControl> 要素には、ハード リンク移行ストアの作成時にファイルを処理する方法を説明する要素が含まれています。 その唯一の有効な子は、<fileLocked>です。
構文:
<HardLinkStoreControl> </HardLinkStoreControl>
出現回数: コンポーネントごとに 1 回
親要素: <Policies>
子要素: <fileLocked>
構文:
<HardLinkStoreControl> </HardLinkStoreControl>
次の<HardLinkStoreControl>サンプル コードでは、ロックされたファイルが C:\Users\のどこかに存在する場合にのみ、ロックされたファイルへのハード リンクを作成できることを指定します。 そうしないと、リンクを作成することが技術的に可能であっても、コピーできないロックされたファイルが検出されると、ファイル アクセス エラーが発生します。
重要
<ErrorControl> セクションは、ファイルの場所に基づいて、条件付きでファイル アクセス エラーを無視するように構成できます。
<Policy>
<HardLinkStoreControl>
<fileLocked>
<createHardLink>C:\Users\*</createHardLink>
<errorHardLink>C:\*</errorHardLink>
</fileLocked>
</HardLinkStoreControl>
<ErrorControl>
[…]
</ErrorControl>
</Policy>
<fileLocked>
<fileLocked> 要素には、編集のためにロックされているファイルを処理する方法を説明する要素が含まれています。 <fileLocked> 要素によって定義された規則は、XML ファイルに表示される順序で処理されます。
構文:
<fileLocked> </fileLocked>
<createHardLink>
<createHardLink> 要素は、ファイルが別のアプリケーションによって編集のためにロックされている場合でも、ハード リンクを作成する必要があるファイル パスを記述する標準の MigXML パターンを定義します。
構文:
<createHardLink> <specify pattern here> </createHardLink>
<errorHardLink>
<errorHardLink> 要素は、ファイルが別のアプリケーションによって編集のためにロックされている場合にハード リンクを作成しないファイル パスを記述する標準の MigXML パターンを定義します。 USMT は、これらのパスの下にあるファイルを移行ストアにコピーしようとします。 ただし、それが不可能な場合は、 Error_Locked がスローされます。 このエラーは、 <ErrorControl> セクションでキャプチャできる標準的な Windows アプリケーション プログラミング インターフェイス (API) エラーで、USMT がファイルをスキップするか、移行を中止します。
構文:
<errorHardLink> <specify pattern here> </errorHardLink>
<ProfileControl>
この要素は、移行中にローカル グループ メンバーシップに関するプロファイル、ユーザー、およびポリシーを移行するためのルールを確立する他の要素を含めるために使用されます。 <ProfileMigration> は <Configuration> の子です。
構文:
<ProfileControl> </ProfileControl>
<localGroups>
この要素は、ローカル グループを移行する方法の規則を確立する他の要素を含めるために使用されます。 <localGroups> は、<ProfileControl> の子です。
構文:
<localGroups> </localGroups>
<マッピング>
この要素は、グループ間のマッピングを確立する他の要素を格納するために使用されます。
構文:
<mappings> </mappings>
<changeGroup>
この要素は、移行中のローカル グループ メンバーシップの変更のソース グループと移行先グループについて説明します。 これは、<localGroups> の子です。 次のパラメーターが定義されています。
パラメーター | 必須 | 値 |
---|---|---|
アップグレード前 | はい | コマンド ラインで移行用に選択されたユーザーを含む、ソース コンピューター上の有効なローカル グループ。 |
アップグレード後 | はい | 移行中にユーザーを移動するローカル グループ。 |
appliesTo | ○ | nonmigratedUsers、migratedUsers、AllUsers。 この値は、変更グループ操作を適用するユーザーを定義します。 |
<changeGroup> の有効な子と必要な子は、<>および<exclude>です。 どちらも同時に子にできますが、必要なものは 1 つだけです。
構文:
<changeGroup From="Group1" To= "Group2"> </changeGroup>
<含める>
この要素は、必要な子である <pattern> を移行に含める必要があることを指定します。
構文:
<include> </include>
<exclude>
この要素は、必要な子である <pattern> を移行から除外することを指定します。
構文:
<exclude> </exclude>
サンプル Config.xml ファイル
次のサンプル Config.xml
ファイルには、移行から除外できる項目に関する詳細な例が含まれています。
サンプル Config.xml ファイルの展開:
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Applications/>
<Documents/>
<WindowsComponents>
<component displayname="Tablet PC Settings" migrate="yes" ID="tablet_pc_settings">
<component displayname="Accessories" migrate="yes" ID="tablet_pc_settings\tablet_pc_accessories">
<component displayname="Microsoft-Windows-TabletPC-StickyNotes" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabletpc-stickynotes/microsoft-windows-tabletpc-stickynotes/settings"/>
<component displayname="Microsoft-Windows-TabletPC-SnippingTool" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabletpc-snippingtool/microsoft-windows-tabletpc-snippingtool/settings"/>
<component displayname="Microsoft-Windows-TabletPC-Journal" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabletpc-journal/microsoft-windows-tabletpc-journal/settings"/>
</component>
<component displayname="Input Panel" migrate="yes" ID="tablet_pc_settings\tablet_pc_input_panel">
<component displayname="Microsoft-Windows-TabletPC-InputPanel" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabletpc-inputpanel/microsoft-windows-tabletpc-inputpanel/settings"/>
</component>
<component displayname="General Options" migrate="yes" ID="tablet_pc_settings\tablet_pc_general_options">
<component displayname="Microsoft-Windows-TabletPC-UIHub" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabletpc-uihub/microsoft-windows-tabletpc-uihub/settings"/>
<component displayname="Microsoft-Windows-TabletPC-Platform-Input-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabletpc-platform-input-core/microsoft-windows-tabletpc-platform-input-core/settings"/>
</component>
<component displayname="Handwriting Recognition" migrate="yes" ID="tablet_pc_settings\handwriting_recognition">
<component displayname="Microsoft-Windows-TabletPC-InputPersonalization" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabletpc-inputpersonalization/microsoft-windows-tabletpc-inputpersonalization/settings"/>
</component>
</component>
<component displayname="Sound and Speech Recognition" migrate="yes" ID="sound_and_speech_recognition">
<component displayname="Speech Recognition" migrate="yes" ID="sound_and_speech_recognition\speech_recognition">
<component displayname="Microsoft-Windows-SpeechCommon" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-speechcommon/microsoft-windows-speechcommon/settings"/>
</component>
</component>
<component displayname="Hardware" migrate="yes" ID="hardware">
<component displayname="Phone and Modem" migrate="yes" ID="hardware\phone_and_modem">
<component displayname="Microsoft-Windows-TapiSetup" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tapisetup/microsoft-windows-tapisetup/settings"/>
</component>
<component displayname="Printers and Faxes" migrate="yes" ID="hardware\printers_and_faxes">
<component displayname="Microsoft-Windows-Printing-Spooler-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-printing-spooler-core/microsoft-windows-printing-spooler-core/settings"/>
<component displayname="Microsoft-Windows-Printing-Spooler-Networkclient" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-printing-spooler-networkclient/microsoft-windows-printing-spooler-networkclient/settings"/>
<component displayname="Microsoft-Windows-Printing-Spooler-Core-Localspl" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-printing-spooler-core-localspl/microsoft-windows-printing-spooler-core-localspl/settings"/>
</component>
</component>
<component displayname="Programs" migrate="yes" ID="programs">
<component displayname="Media Player Settings" migrate="yes" ID="programs\media_player_settings">
<component displayname="Microsoft-Windows-MediaPlayer-Migration" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-mediaplayer-migration/microsoft-windows-mediaplayer-migration/settings"/>
</component>
</component>
<component displayname="Communications and Sync" migrate="yes" ID="communications_and_sync">
<component displayname="Windows Mail" migrate="yes" ID="communications_and_sync\windows_mail">
<component displayname="Microsoft-Windows-WAB" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-wab/microsoft-windows-wab/settings"/>
<component displayname="Microsoft-Windows-Mail" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-mail/microsoft-windows-mail/settings"/>
</component>
</component>
<component displayname="Microsoft-Windows-Migration-DisplayGroups" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-migration-displaygroups/microsoft-windows-migration-displaygroups/settings"/>
<component displayname="Performance and Maintenance" migrate="yes" ID="performance_and_maintenance">
<component displayname="Diagnostics" migrate="yes" ID="performance_and_maintenance\diagnostics">
<component displayname="Microsoft-Windows-RemoteAssistance-Exe" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-remoteassistance-exe/microsoft-windows-remoteassistance-exe/settings"/>
<component displayname="Microsoft-Windows-Feedback-Service" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-feedback-service/microsoft-windows-feedback-service/settings"/>
</component>
<component displayname="Error Reporting" migrate="yes" ID="performance_and_maintenance\error_reporting">
<component displayname="Microsoft-Windows-ErrorReportingCore" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-errorreportingcore/microsoft-windows-errorreportingcore/settings"/>
</component>
</component>
<component displayname="Network and Internet" migrate="yes" ID="network_and_internet">
<component displayname="Offline Files" migrate="yes" ID="network_and_internet\offline_files">
<component displayname="Microsoft-Windows-OfflineFiles-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-offlinefiles-core/microsoft-windows-offlinefiles-core/settings"/>
</component>
<component displayname="Internet Options" migrate="yes" ID="network_and_internet\internet_options">
<component displayname="Microsoft-Windows-ieframe" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-ieframe/microsoft-windows-ieframe/settings"/>
<component displayname="Microsoft-Windows-IE-InternetExplorer" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-ie-internetexplorer/microsoft-windows-ie-internetexplorer/settings"/>
<component displayname="Microsoft-Windows-IE-Feeds-Platform" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-ie-feeds-platform/microsoft-windows-ie-feeds-platform/settings"/>
<component displayname="Microsoft-Windows-IE-ClientNetworkProtocolImplementation" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-ie-clientnetworkprotocolimplementation/microsoft-windows-ie-clientnetworkprotocolimplementation/settings"/>
</component>
<component displayname="Networking Connections" migrate="yes" ID="network_and_internet\networking_connections">
<component displayname="Microsoft-Windows-Wlansvc" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-wlansvc/microsoft-windows-wlansvc/settings"/>
<component displayname="Microsoft-Windows-RasConnectionManager" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rasconnectionmanager/microsoft-windows-rasconnectionmanager/settings"/>
<component displayname="Microsoft-Windows-RasApi" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rasapi/microsoft-windows-rasapi/settings"/>
<component displayname="Microsoft-Windows-PeerToPeerCollab" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-peertopeercollab/microsoft-windows-peertopeercollab/settings"/>
<component displayname="Microsoft-Windows-MPR" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-mpr/microsoft-windows-mpr/settings"/>
<component displayname="Microsoft-Windows-Dot3svc" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-dot3svc/microsoft-windows-dot3svc/settings"/>
</component>
</component>
<component displayname="Date, Time, Language and Region" migrate="yes" ID="date_time_language_and_region">
<component displayname="Regional Language Options" migrate="yes" ID="date_time_language_and_region\regional_language_options">
<component displayname="Microsoft-Windows-TableDrivenTextService-Migration" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-tabledriventextservice-migration/microsoft-windows-tabledriventextservice-migration/settings"/>
<component displayname="Microsoft-Windows-TextServicesFramework-Migration" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-textservicesframework-migration/microsoft-windows-textservicesframework-migration/settings"/>
<component displayname="Microsoft-Windows-MUI-Settings" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-mui-settings/microsoft-windows-mui-settings/settings"/>
<component displayname="Microsoft-Windows-International-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-international-core/microsoft-windows-international-core/settings"/>
<component displayname="Microsoft-Windows-IME-Traditional-Chinese-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-ime-traditional-chinese-core/microsoft-windows-ime-traditional-chinese-core/settings"/>
<component displayname="Microsoft-Windows-IME-Simplified-Chinese-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-ime-simplified-chinese-core/microsoft-windows-ime-simplified-chinese-core/settings"/>
<component displayname="Microsoft-Windows-Desktop_Technologies-Text_Input_Services-IME-Japanese-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-desktop_technologies-text_input_services-ime-japanese-core/microsoft-windows-desktop_technologies-text_input_services-ime-japanese-core/settings"/>
</component>
</component>
<component displayname="Security" migrate="yes" ID="security">
<component displayname="Microsoft-Windows-Rights-Management-Client-v1-API" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rights-management-client-v1-api/microsoft-windows-rights-management-client-v1-api/settings"/>
<component displayname="Security Options" migrate="yes" ID="security\security_options">
<component displayname="Microsoft-Windows-Credential-Manager" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-credential-manager/microsoft-windows-credential-manager/settings"/>
</component>
</component>
<component displayname="Appearance and Display" migrate="yes" ID="appearance_and_display">
<component displayname="Windows Games Settings" migrate="yes" ID="appearance_and_display\windows_games_settings">
<component displayname="Microsoft-Windows-GameExplorer" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-gameexplorer/microsoft-windows-gameexplorer/settings"/>
</component>
<component displayname="Taskbar and Start Menu" migrate="yes" ID="appearance_and_display\taskbar_and_start_menu">
<component displayname="Microsoft-Windows-stobject" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-stobject/microsoft-windows-stobject/settings"/>
<component displayname="Microsoft-Windows-explorer" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-explorer/microsoft-windows-explorer/settings"/>
</component>
<component displayname="Personalized Settings" migrate="yes" ID="appearance_and_display\personalized_settings">
<component displayname="Microsoft-Windows-uxtheme" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-uxtheme/microsoft-windows-uxtheme/settings"/>
<component displayname="Microsoft-Windows-themeui" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-themeui/microsoft-windows-themeui/settings"/>
<component displayname="Microsoft-Windows-shmig" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-shmig/microsoft-windows-shmig/settings"/>
<component displayname="Microsoft-Windows-shell32" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-shell32/microsoft-windows-shell32/settings"/>
<component displayname="Microsoft-Windows-CommandPrompt" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-commandprompt/microsoft-windows-commandprompt/settings"/>
</component>
</component>
<component displayname="Additional Options" migrate="yes" ID="additional_options">
<component displayname="Help Settings" migrate="yes" ID="additional_options\help_settings">
<component displayname="Microsoft-Windows-Help-Client" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-help-client/microsoft-windows-help-client/settings"/>
</component>
<component displayname="Windows Core Settings" migrate="yes" ID="additional_options\windows_core_settings">
<component displayname="Microsoft-Windows-Win32k-Settings" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-win32k-settings/microsoft-windows-win32k-settings/settings"/>
<component displayname="Microsoft-Windows-Web-Services-for-Management-Core" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-web-services-for-management-core/microsoft-windows-web-services-for-management-core/settings"/>
<component displayname="Microsoft-Windows-UPnPSSDP" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-upnpssdp/microsoft-windows-upnpssdp/settings"/>
<component displayname="Microsoft-Windows-UPnPDeviceHost" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-upnpdevicehost/microsoft-windows-upnpdevicehost/settings"/>
<component displayname="Microsoft-Windows-UPnPControlPoint" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-upnpcontrolpoint/microsoft-windows-upnpcontrolpoint/settings"/>
<component displayname="Microsoft-Windows-TerminalServices-RemoteConnectionManager" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-terminalservices-remoteconnectionmanager/microsoft-windows-terminalservices-remoteconnectionmanager/settings"/>
<component displayname="Microsoft-Windows-TerminalServices-Drivers" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-terminalservices-drivers/microsoft-windows-terminalservices-drivers/settings"/>
<component displayname="Microsoft-Windows-SQMApi" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-sqmapi/microsoft-windows-sqmapi/settings"/>
<component displayname="Microsoft-Windows-RPC-Remote" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rpc-remote/microsoft-windows-rpc-remote/settings"/>
<component displayname="Microsoft-Windows-RPC-Local" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rpc-local/microsoft-windows-rpc-local/settings"/>
<component displayname="Microsoft-Windows-RPC-HTTP" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rpc-http/microsoft-windows-rpc-http/settings"/>
<component displayname="Microsoft-Windows-Rasppp" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rasppp/microsoft-windows-rasppp/settings"/>
<component displayname="Microsoft-Windows-RasMprDdm" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rasmprddm/microsoft-windows-rasmprddm/settings"/>
<component displayname="Microsoft-Windows-RasBase" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-rasbase/microsoft-windows-rasbase/settings"/>
<component displayname="Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ODBC-DriverManager-Dll" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-microsoft-data-access-components-(mdac)-odbc-drivermanager-dll/microsoft-windows-microsoft-data-access-components-(mdac)-odbc-drivermanager-dll/settings"/>
<component displayname="Microsoft-Windows-ICM-Profiles" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-icm-profiles/microsoft-windows-icm-profiles/settings"/>
<component displayname="Microsoft-Windows-feclient" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-feclient/microsoft-windows-feclient/settings"/>
<component displayname="Microsoft-Windows-dpapi-keys" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-dpapi-keys/microsoft-windows-dpapi-keys/settings"/>
<component displayname="Microsoft-Windows-Crypto-keys" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-crypto-keys/microsoft-windows-crypto-keys/settings"/>
<component displayname="Microsoft-Windows-COM-DTC-Setup" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-com-dtc-setup/microsoft-windows-com-dtc-setup/settings"/>
<component displayname="Microsoft-Windows-COM-ComPlus-Setup" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-com-complus-setup/microsoft-windows-com-complus-setup/settings"/>
<component displayname="Microsoft-Windows-COM-Base" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-com-base/microsoft-windows-com-base/settings"/>
<component displayname="Microsoft-Windows-CAPI2-certs" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-capi2-certs/microsoft-windows-capi2-certs/settings"/>
</component>
</component>
<component displayname="Accessibility" migrate="yes" ID="accessibility">
<component displayname="Accessibility Settings" migrate="yes" ID="accessibility\accessibility_settings">
<component displayname="Microsoft-Windows-accessibilitycpl" migrate="yes" ID="http://www.microsoft.com/migration/1.0/migxmlext/cmi/microsoft-windows-accessibilitycpl/microsoft-windows-accessibilitycpl/settings"/>
</component>
</component>
</WindowsComponents>
<Policies>
<ErrorControl>
<!-- Example:
<fileError>
<nonFatal errorCode="33">* [*]</nonFatal>
<fatal errorCode="any">C:\Users\* [*]</fatal>
</fileError>
<registryError>
<nonFatal errorCode="5">* [*]</nonFatal>
</registryError>
-->
</ErrorControl>
<HardLinkStoreControl>
<!-- Example:
<fileLocked>
<createHardLink>c:\Users\* [*]</createHardLink>
<errorHardLink>C:\* [*]</errorHardLink>
</fileLocked>
-->
</HardLinkStoreControl>
</Policies>
<ProfileControl>
<!-- Example:
<localGroups>
<mappings>
<changeGroup from="Administrators" to="Users" appliesTo="MigratedUsers">
<include>
<pattern>DomainName1\Username</pattern>
</include>
<exclude>
<pattern>DomainName2\Username</pattern>
</exclude>
</changeGroup>
</mappings>
</localGroups>
-->
</ProfileControl>
</Configuration>