Windows Modern Apps are not launching with Profile Management enabled
book
Article ID: CTX216594
calendar_today
Updated On:
Description
Certain Windows 8.x Modern Apps (such as PC Settings) are not launching with Profile management (UPM) enabled.
If UPM is disabled via Policy and a new user logs on to the PC, the Modern App for PC Settings launches as expected.
Environment
Caution! Using Registry Editor incorrectly can cause serious problems that might require you to reinstall your operating system. Citrix cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Be sure to back up the registry before you edit it.
Resolution
1. Set the ownership to SYSTEM for the following key (With a UPM Profile the Owner is Administrators compared with non UPM)
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages
2. Make sure the logged on users has read access to the below registry
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3. Run following command:
PowerShell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifest.xml
Problem Cause
Registry permissions for the following Registry key were not set correctly in the image.
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages
Issue/Introduction
When UPM is enabled, Windows 8 Modern Apps or Windows 10 Universal Apps are not launching
Was this article helpful?
thumb_up
Yes
thumb_down
No