Folder De-Localization with Citrix User Profile Manager (UPM)

Windows user profiles prior to Vista / Server 2008 contain localized folder names. End users expect that, of course, but admins tend to hate it because automated management becomes much more difficult. How can this dilemma be resolved? End users only see the local copy of the profile, while admins mostly have to deal with the central copy on a file server. Wouldn’t it be cool to have a “translator” component that makes sure local folders are localized while central folders are in one language only?

Citrix User Profile Manager (UPM) does exactly that. It de-localizes well-known profile folders when storing them in the central user store and translates the names back to the current system’s locale when copying the profile to the user’s machine during logon. This translation process is fully automatic and opaque to both user and admin.

Administrators who want to use scripts or tools like ProfileNurse for server-side profile management need to know the names used for de-localized folders by UPM. Here is a list of each localized profile folder along with its UPM variable name:

Folder name [english locale]Folder name [UPM variable]
AccessibilityAccessibility_upm_var
AccessoriesAccessories_upm_var
Administrative ToolsAdminTools_upm_var
Application DataAppData_upm_var
CookiesCookies_upm_var
DesktopDesktop_upm_var
EntertainmentEntertainment_upm_var
FavoritesFavorites_upm_var
HistoryHistory_upm_var
LinksLinks_upm_var
Local SettingsLocalSettings_upm_var
My DocumentsMyDocuments_upm_var
My MusicMyMusic_upm_var
My PicturesMyPictures_upm_var
My VideosMyVideos_upm_var
NetHoodNetHood_upm_var
PrintHoodPrintHood_upm_var
ProgramsPrograms_upm_var
RecentRecent_upm_var
SendToSendTo_upm_var
Start MenuStartMenu_upm_var
TemplatesTemplates_upm_var
Temporary Internet FilesTemporaryInternetFiles_upm_var
StartupStartup_upm_var
System ToolsSystem Tools_upm_var

Above list does not tell you where each folder is located in the hierarchy. Well, UPM does not change the folder hierarchy, but here is a representation of the structure of all de-localized folders anyway:

AppData_upm_var
Cookies_upm_var
Desktop_upm_var
Favorites_upm_var\Links_upm_var
LocalSettings_upm_var\AppData_upm_var
LocalSettings_upm_var\History_upm_var
LocalSettings_upm_var\TemporaryInternetFiles_upm_var
MyDocuments_upm_var\MyMusic_upm_var
MyDocuments_upm_var\MyPictures_upm_var
MyDocuments_upm_var\MyVideos_upm_var
NetHood_upm_var
PrintHood_upm_var
Recent_upm_var
SendTo_upm_var
StartMenu_upm_var\Programs_upm_var\Accessories_upm_var\Accessibility_upm_var
StartMenu_upm_var\Programs_upm_var\Accessories_upm_var\Entertainment_upm_var
StartMenu_upm_var\Programs_upm_var\Accessories_upm_var\SystemTools_upm_var
StartMenu_upm_var\Programs_upm_var\AdminTools_upm_var
StartMenu_upm_var\Programs_upm_var\Startup_upm_var
Templates_upm_var

Comments

Related Posts

Citrix User Profile Manager (UPM) and the Broken Rootdrive

Citrix User Profile Manager (UPM) and the Broken Rootdrive
Terminal server application compatibility scripts have been around for a long time - so long in fact, that I considered them a legacy and stowed away any knowledge of them in a very remote area of my brain. When a Citrix customer brought up a problem with the mapping of ROOTDRIVE in the User Profile Manager forum, at first I had no clue what he was talking about. Luckily, the customer was able to pin the problem down to a specific command that failed when, and only when, User Profile Manager was processing the logon. This is the story of UsrLogon.cmd, ACRegL.exe and UPM.
User Profiles

Latest Posts