Okay, what you can try is this:
Shutdown Versaworks and move "C:\ProgramData\Roland DG VersaWorks" (let's take the entire parent folder over) and "C:\Roland" to the root of the SSD drive. I will assume this is D:\ but feel free to modify the below commands to suit:
mklink /j "C:\ProgramData\Roland DG VersaWorks" "D:\Roland DG VersaWorks"
mklink /j C:\Roland D:\Roland
What this should so is implement a symbolic link which will redirect the directory on the left to the actual location on the right.
In
Windows Explorer those new redirections will look like folder shortcuts, but Versaworks should behave the same as it previously did.
We used to be in the same boat a few years back when SSDs were super expensive so only had a 120GB C:\ drive so we were doing this all the time with non-speed-critical software and offloading it to a regular drive. Now that we have a 2TB SSD, it's no longer needed.