I still like RocketDock. The longer I use any PC, the more things go into my RocketDock.
I prefer using it as portable enabling copying to another machine. The problem is the links point to the wrong place and the attached icons need to be reattached.
One solution is to create a bat file to access the location and then convert the bat file to exe and embed the icon.
The bat file might be this:
@ECHO OFF
start "" "%userprofile%\Pictures\Gimp Work"
or
@ECHO OFF
start "" https://www.dropbox.com/h
Then grab this (or get the install version on MajorGeeks)
(When it creates the exe it makes a temporary file & Defender freaks out is you have automatic submission turned on. Just ignore it.)