Skip to content

Commit 8cf9039

Browse files
committed
Merge remote-tracking branch 'upstream/main' into AB#7247-roubleshooting-Windows-Upgrade-Error-0xC1900101–0x20017
2 parents 70b5edf + e0403cf commit 8cf9039

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

support/azure/azure-storage/blobs/alerts/storage-explorer-troubleshooting.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ Once added to the `docker` group, restart your machine. For more information, se
744744

745745
### Verify the Docker context
746746

747-
Make sure you're using the correct Docker context that is managing your containers. You can check your current context by running:
747+
Make sure you're using the correct Docker context that's managing your containers. You can check your current context by running:
748748

749749
```bash
750750
docker context ls
@@ -838,6 +838,34 @@ docker run \
838838
mcr.microsoft.com/azure-storage/azurite
839839
```
840840

841+
## Storage Explorer doesn't run within FSLogix session
842+
843+
If FSLogix manages your user profile, Storage Explorer might be unable to run due to an `EEXIST` error. The error occurs due to a known issue with recent versions of FSLogix. If you encounter the error, you can work around it by following these steps:
844+
845+
1. Open the Group Policy Management Console (gpmc.msc).
846+
847+
2. Create or edit a Group Policy Object (GPO) that targets your AVD session hosts.
848+
849+
3. Navigate to: Computer Configuration > Preferences > Windows Settings > Registry.
850+
851+
4. Add a new Registry Item with the following settings:
852+
853+
| Action | Update |
854+
|------------|--------------------------------------------|
855+
| Hive | HKEY_LOCAL_MACHINE |
856+
| Key Path | SYSTEM\CurrentControlSet\Services\frxdrvvt |
857+
| Value Name | SupportedFeatures |
858+
| Value Type | REG_DWORD |
859+
| Value Data | 11 (0xB) |
860+
861+
5. Apply the GPO and reboot the session hosts.
862+
863+
> [!TIP]
864+
> You can also add registry items to the following key paths:
865+
>
866+
> - SYSTEM\CurrentControlSet\Services\frxdrv
867+
> - SYSTEM\CurrentControlSet\Services\frxccd
868+
841869
## Next steps
842870

843871
If none of these solutions work for you, use one of the following methods:

0 commit comments

Comments
 (0)