Update folder names

Update folder names
This commit is contained in:
Frank Rojas 2024-08-30 20:11:25 -04:00 committed by GitHub
parent 7ff9d1b4fc
commit 58b0394687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,12 +76,47 @@ USMT supports capturing and restoring both data and settings from currently supp
By default USMT migrates many settings, most of which are related to the user profile but also to Control Panel configurations, file types, and more. The default templates that are used in Windows deployments are **MigUser.xml** and **MigApp.xml**. These two default templates migrate the following data and settings: By default USMT migrates many settings, most of which are related to the user profile but also to Control Panel configurations, file types, and more. The default templates that are used in Windows deployments are **MigUser.xml** and **MigApp.xml**. These two default templates migrate the following data and settings:
- Folders from each profile, including those folders from user profiles, and shared and public profiles. For example, the My Documents, My Video, My Music, My Pictures, desktop files, Start menu, Quick Launch settings, and Favorites folders are migrated. - Folders from each profile, including those folders from user profiles, and shared and public profiles. For example, the following folders:
- Documents.
- Video.
- Music.
- Pictures.
- Desktop.
- The following specific file types: - The following specific file types:
`.accdb`, `.ch3`, `.csv`, `.dif`, `.doc*`, `.dot*`, `.dqy`, `.iqy`, `.mcw`, `.mdb*`, `.mpp`, `.one*`, `.oqy`, `.or6`, `.pot*`, `.ppa`, `.pps*`, `.ppt*`, `.pre`, `.pst`, `.pub`, `.qdf`, `.qel`, `.qph`, `.qsd`, `.rqy`, `.rtf`, `.scd`, `.sh3`, `.slk`, `.txt`, `.vl*`, `.vsd`, `.wk*`, `.wpd`, `.wps`, `.wq1`, `.wri`, `.xl*`, `.xla`, `.xlb`, `.xls*` `.accdb`, `.ch3`, `.csv`, `.dif`, `.doc*`, `.dot*`, `.dqy`, `.iqy`, `.mcw`, `.mdb*`, `.mpp`, `.one*`, `.oqy`, `.or6`, `.pot*`, `.ppa`, `.pps*`, `.ppt*`, `.pre`, `.pst`, `.pub`, `.qdf`, `.qel`, `.qph`, `.qsd`, `.rqy`, `.rtf`, `.scd`, `.sh3`, `.slk`, `.txt`, `.vl*`, `.vsd`, `.wk*`, `.wpd`, `.wps`, `.wq1`, `.wri`, `.xl*`, `.xla`, `.xlb`, `.xls*`
:::row:::
:::column span="":::
`.accdb`
:::column-end:::
:::column span="":::
`.ch3`
:::column-end:::
:::column span="":::
`.csv`
:::column-end:::
:::column span="":::
`.dif`
:::column-end:::
:::row-end:::
:::row:::
:::column span="":::
`.doc*`
:::column-end:::
:::column span="":::
`.dot*`
:::column-end:::
:::column span="":::
`.dqy`
:::column-end:::
:::column span="":::
`.iqy`
:::column-end:::
:::row-end:::
> [!NOTE] > [!NOTE]
> The asterisk (`*`) stands for zero or more characters. > The asterisk (`*`) stands for zero or more characters.