-
Notifications
You must be signed in to change notification settings - Fork 12
Windows Explorer Integration #29
Comments
This comment has been minimized.
This comment has been minimized.
Speaking of, what do you mean with explorer integration? Context menu entry? QuickAccess item? Or maybe something else? |
Alright, I've made separate issues. |
I thought so, but just to be sure. (: We can use powershell to quickly add and remove an item from the quickaccess: $o = new-object -com shell.application
$o.Namespace('c:\My Folder').Self.InvokeVerb("pintohome") |
I've rechecked and it's not the same as QuickAccess. As you can see in the picture, Boxcrypor, Dropbox,... are not under "Schnellzugriff" (German for QuickAccess). They have separate integration. |
I think this feature-request should be setup during the installation. We can do it similarly to other cloud providers, Microsoft has documented the steps to follow here: https://docs.microsoft.com/en-us/windows/win32/shell/integrate-cloud-storage |
I would really love to see this feature with one of the next releases. Maybe as a checkbox in the mount point menu. After I open a vault I run a unique power shell script for each vault. After I close a vault I run another script. Unfortunately I don't have any clue about java, so it is not possible for me to integrate this into the codebase. The steps itself mainly follow the documentation linked by @infeo.
This script ads a system folder for the vault (in this example named Tresor) which refers to After closing the vault I run
It works fine for me but it would be really nice if Cryptomator does this automatically. |
Please add support for windows explorer integration in order to easily access unlocked cryptomator vaults. Dropbox, Boxcryptor, Nextcloud,... have this feature already and I often use it to navigate quickly between folders.
The text was updated successfully, but these errors were encountered: