dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.23k stars 666 forks source link

[Question] Too many Guid keys in MountPoint2 #1192

Closed lanopk closed 9 months ago

lanopk commented 9 months ago

Feature request can skip this form. Bug report must complete it. Check List must be 100% match or it will be automatically closed without further discussion. Please remove this line.

Environment

Check List

Description

When setting CurrentSession when mounting and mounting to Z: using UncPath, Too many GUID keys are created in \HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2.

These GUID keys are not deleted when unmounting.

Even if I try to delete it, I can't force it because I don't know the related GUID.

What are these GUID keys and why are they created? How should I manage these GUID keys?

Thank you.