Rename a sync pair and edit the Quick Access in Windows Explorer

Hi,

I have multiple nextcloud syncs set up on my Windows 10 maschine. Some are the whole cloud drive, some particular folders. I am now looking for a way to rename each syncpair (Standard: Nextcloud or the path to the synced folder).

The reason for this is that firstly it is quite important I think to know for what is this sync and secondly it would be nice to not have the shortcuts named “Nextcloud - username@cloud.example.com” while “Personal Documents” would be much easier to identify in production use.

Perfect would be an edit menu for each sync, where you can adjust name, Windows Explorer-Integration caption and Windows Explorer-Icon.
I tried to edit those names in registry but it seems as those are overwritten on each change within the Nexcloud client.

Any ideas or opinions on that topic and how to solve this problem?

Thanks a lot!
Gideon

1 Like

Hi Gideon,

dont know if you already found a solution but your question was the only one I found so I would you provide my answer. Perhaps somebody could use it.

Search in the registry (Windows + R -> regedit) under
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
for the Folder witch you want to rename.
You can check by looking at the (Standard)-value. It sould be the same as in the sync in Nextcloud.
To stay in your example: “Nextcloud - username@cloud.example.com”

Remember that CLASS ID

Whit this in mind goto
Computer\HKEY_USERS\S-1-5-21-9999999999-999999999-999999999-9999\Software\Classes\WOW6432Node\CLSID
AND
Computer\HKEY_USERS\S-1-5-21-9999999999-999999999-999999999-9999\Software\Classes\CLSID

You have to find out what your User had and replace that S-1-5-21-9999999999-999999999-999999999-9999.

and search for that ID found before.
In this subfolder look for the (Standard)-value and rename it by what you want.

Normaly this should take efekt whitin some seconds. But to be sure restart your computer.

This is a solution I found on my own, so I do not know how far this is supported in Nextcloud. But I had no problem so far.

1 Like

Hi thanks for this answer!

I also did this in Meantime but I’m not sure when but sometimes Nextcloud recreates those entries, so you have to do these changes a few times a month (in my case)


It would be perfect if the client itself would support it😅

1 Like

I am looking for a similar solution.

While having multiple accounts possible is a real strength of NextCloud, not being able to customize their screen name and appearance feels like the job wasn’t quite finished.

I really hope we can have that up and running soon !

Indeed nextcloud renames these folders to the original schema on each restart

so this is not a solution unfortunately. It would be great being able to rename the folders or give them nicknames or decide whether they should appear in the shortcuts at all!

Did someone find a solution for that problem? I also have 2 different client instances, and both have a crazy name although the folders they refer to are called “Nextcloud” and “Nextcloud - Privat”


I did not try this out but i would try making a powershell script that changes those registry values, and make a task in task scheduler to execute that script on every login or startup but maybe that still doesnt work depending on when nextcloud reads them.

Just to add:

I had to rename the DisplayNameResource key in Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SyncRootManager to rename the nextcloud locations at the bottom of the explorer window:

.

This also let me rename the “OneDrive work personal” link.

The Sharepoint link however had to be renamed using the method described by Chrstian_J above.