FSLogix: Microsoft Edge Apps get removed after login

Ludger Beckmann 0 Reputation points
2024-03-05T15:05:39.2666667+00:00

We have since several months the problem, that Microsoft Edge Apps get removed after Windows login. It seems as if the AppX registration is lost. Only an empty Browser Tab is starting and in the Task Bar there is an empty space for the pinned App Icon. When I disable FSLogix completely everything works fine.

We use Remote Desktop services with Windows Server 2022 and FSLogix 2210 hotfix 3, but the problem already existed with FSLogix 2210 hotfix 2. I have atteched log files for Profile and ODFC

Profile-20240305.log

ODFC-20240305.log

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,137 questions
FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
463 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yu Zhou-MSFT 12,071 Reputation points Microsoft Vendor
    2024-03-06T03:51:49.25+00:00

    Hi @Ludger Beckmann

    I found a similar issue and you can refer to the steps and the reference blog in it.

    You can get Edge full package name using PowerShell:

    Get-AppxPackage | Where-Object {$_.Name -like "*MicrosoftEdge*"}
    

    Add the full package name as a key to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications

    Then create a string name = Path, value= C:\Program Files\WindowsApps\packagename\AppxManifest.xml in that key. Please note to change the packagename to your owns.

    I also found this link about registering AppX applications, you can also refer to it.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Regards,

    Yu Zhou