Microsoft Store gone with Roaming Profiles

Andreas Güntensperger 6 Reputation points
2023-09-14T13:32:42.79+00:00

Hello there,

The profiles of our users are roaming profiles with folder redirection which is controlled by a GPO.

Since we have new computers with Windows 10 all users have no Microsoft Store Apps. That means also no calculator, no photos app, etc.

What I have found so far on the Internet:

https://social.technet.microsoft.com/Forums/windows/en-US/79b30b98-a5de-43b2-a54e-c743e46490c4/windows-10-roaming-profiles-and-default-apps-calculator-weather-cortana-search-camera-etc

Unfortunately, this does not work for us when I create a GPO that enables "Allow deployment operations in special profiles".

The fact is: it only stops working for users with roaming profiles and folder redirection. For domain users with local profile the Microsoft Store and Apps appear.

Does anyone know how to fix this?

Kind regards.

Andreas

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,068 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Wesley Li 6,190 Reputation points
    2024-01-19T06:39:50.88+00:00

    Hello It seems that you are having trouble with Microsoft Store Apps not appearing on your new computers with Windows 10. According to a Microsoft Q&A, the issue you are facing is that the Microsoft Store and Apps only appear for domain users with local profiles, but not for users with roaming profiles and folder redirection.   One solution that has worked for some users is to run the following command in PowerShell as an administrator:   Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}   This command reinstalls the Microsoft Store app for all users on the computer and should resolve the issue you are facing.

    0 comments No comments

  2. Piotr Dąbrowski 0 Reputation points
    2024-06-22T11:18:30.97+00:00

    The solution is:

    Applications will not run on roaming profiles or mandatory profile until the following group policy has been applied first:

    Computer Configuration -->Administrative Templates --> Windows Components --> App Package Deployment --> Allow deployment operations in special profiles: Enabled

    IT's Work :)

    0 comments No comments