mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-22 22:03:46 +00:00
CI Update
This commit is contained in:
@ -77,7 +77,7 @@ Next, you should go through the user interface and make a list of all of the ava
|
||||
**Note**
|
||||
Most applications store their settings under the user profile. That is, the settings stored in the file system are under the %**UserProfile**% directory, and the settings stored in the registry are under the **HKEY\_CURRENT\_USER** hive. For these applications you can filter the output of the file and registry monitoring tools to show activity only under these locations. This will considerably reduce the amount of output that you will need to examine.
|
||||
|
||||
|
||||
|
||||
|
||||
4. Start the monitoring tool(s), change a setting, and look for registry and file system writes that occurred when you changed the setting. Make sure the changes you make actually take effect. For example, if you are changing a setting in Microsoft Word by selecting a check box in the **Options** dialog box, the change typically will not take effect until you close the dialog box by clicking **OK**.
|
||||
|
||||
@ -86,7 +86,7 @@ Next, you should go through the user interface and make a list of all of the ava
|
||||
**Note**
|
||||
Changing an application setting invariably leads to writing to registry keys. If possible, filter the output of the file and registry monitor tool to display only writes to files and registry keys/values.
|
||||
|
||||
|
||||
|
||||
|
||||
## <a href="" id="bkmk-step3"></a>Step 3: Identify how to apply the gathered settings.
|
||||
|
||||
@ -119,12 +119,12 @@ After you have completed steps 1 through 3, you will need to create a custom mig
|
||||
**Note**
|
||||
We recommend that you create a separate .xml file instead of adding your script to the **MigApp.xml** file. This is because the **MigApp.xml** file is a very large file and it will be difficult to read and edit. In addition, if you reinstall USMT for some reason, the **MigApp.xml** file will be overwritten by the default version of the file and you will lose your customized version.
|
||||
|
||||
|
||||
|
||||
|
||||
**Important**
|
||||
Some applications store information in the user profile that should not be migrated (for example, application installation paths, the computer name, and so on). You should make sure to exclude these files and registry keys from the migration.
|
||||
|
||||
|
||||
|
||||
|
||||
Your script should do the following:
|
||||
|
||||
@ -162,9 +162,9 @@ To speed up the time it takes to collect and migrate the data, you can migrate o
|
||||
|
||||
[Log Files](usmt-log-files.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user