Normal RDP Connections to Azure Hosted Virtual Desktop (Windows 10 machines) are going via FS Logix resulting in failure

Apurva Pathak 845 Reputation points
2025-09-10T12:31:46.1233333+00:00

Hi all,

We are using Azure VDs with FSLogix (configured on Storage Account File Shares) for profile management. However, we recently came across a very bizarre issue, where Admins are unable to RDP to the machine and are prompted with a FSLogix error.

As far as I understand, FS Logix should only be handling those connections which are coming from AVD Client and not the direct RDP requests. But for some reason even direct RDP requests are being routed through the FS Logix services resulting in the blockage.

I reviewed the profile logs as well as the Event viewer logs in the AVD and the logs clearly suggests that the RDP connections are hitting on the FS Logix services and are getting denied because of the permission issue which is expected because the profiles which are connecting via RDP are not supposed to have access over profile paths.

PS: Normal AVD Client connection to the AVD is working completely fine.

Could someone please help us understand why the RDP connection requests are handled by FS Logix and how can we possible fix this.

PFB detailed logs which may help in suggestion:

RDP connection error message:

{76288CFD-562D-46D7-94D2-EF9EF61821CC}

Error logged in Event Viewer > Apps & Services Logs > Microsoft > FSLogix > Operational (Event Id- 26)

(Below UNC is Azure Storage Account File Share){E1ED12EE-A92F-4A5F-83DF-84788B38330A}

Snippet of the profile logs (found in C:\ProgramData\FSLogix\Logs\Profile), which suggests that the RDP requests was handled and processed by FS Logix services.

{3D6E8E8D-F188-4E5C-ABA5-6A7B12D10352}

Below are the settings configured in Registry at 'Computer\HKEY_LOCAL_MACHINE\SOFTWARE\FSLogix\Profiles'
{4839DB4B-F880-4C09-BEF8-3E8775A3A6B6}

Thanks in advance!

Windows for business | Windows Client for IT Pros | User experience | FSLogix
{count} votes

1 answer

Sort by: Most helpful
  1. Himanshu Shekhar 1,095 Reputation points Microsoft External Staff Moderator
    2025-09-11T18:29:12+00:00

    Ack Apurva Pathak

    The absence of the HKCU\SOFTWARE\FSLogix\Profiles key does not impact FSLogix functionality. This key typically appears only when user-specific overrides have been intentionally set up -https://free.blessedness.top/en-us/fslogix/reference-configuration-settings?tabs=profiles

    FSLogix configuration and exclusions must be managed at HKLM\SOFTWARE\FSLogix\Profiles and through local groups such as FSLogix Profile Exclude List for effective profile behavior -https://free.blessedness.top/en-us/fslogix/concepts-include-exclude-groups

    Consider configuring HKLM settings and managing Exclude List group memberships to ensure administrators are properly excluded from FSLogix.

    Only hold for HKCU overrides if they are necessary for specific user settings or troubleshooting purposes and ensure that non-functioning VDs are updated to match the HKLM configuration of known working systems, as discrepancies in the registry often lead to issues.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.