Permanently rename DisplayNameResource

Hi,

I work with five different Nextclouds - three for different business reasons and two private ones.

By default, all five sync folders in Windows Explorer are called “Nextcloud” - a bit hard to distinguish, to say the least :sweat_smile:.

Renaming by changing the registry expression DisplayNameResource (as already recommended elsewhere) works - unfortunately only until the next restart (at least of the Nextcloud desktop app).

Obviously there will be a way to fix such a fundamental problem and distinguish multiple Nextcloud synchronisations - but I’m too stupid to find it :angry:! Can anyone help me?

Thanks, Stephan

I also don’t understand why Nextcloud at startup renamed it back to just ‘Nextcloud’. I ended up with creating a scheduled task that at startup changes the DisplayNameResource values in the registry to a more recognizable name.

1 Like

I think this is a bigger problem than the developers are willing to admit, otherwise it would have been fixed long ago. In my Windows Explorer are linked 7 Nextcloud accounts with the name “Nextcloud” - that’s crap!

I’ve been waiting for the client update that finally solves this problem for over a year. The developers don’t seem to realize that the linking in Explorer is extremely important for the user - otherwise they would have solved the problem long ago. I can’t see it funny that this bug hasn’t been fixed for so long time. If I change the registry entry under “SyncRootManager”, everything is fine for the moment - until the next time I start the Nextcloud client
 because then the client resets the registry entry back to “Nextcloud”. I don’t like it to complain, but every day when I want to work with Nextcloud, this bug is just extremely annoying!

Unfortunately still no support on this from Nextcloud


Here the main part from my script to set the folder name at Windows startup, in this example for a user called ‘John’. I let it run 30 sec after Windows startup, as NextCloud client sets it to default ‘Nextcloud’ at startup.

reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SyncRootManager\Nextcloud!someID!john@cloud.server.com!1 /v DisplayNameResource /t REG_EXPAND_SZ /d Nextcloud-John /f