Re: Screwed up my NEW install Splat :-( FOUND them now to get rid of them
2018/09/28 02:51:11
(permalink)
If all you have installed is Platinum use the Command Center to relocate the Cakewalk Content. By default, Cakewalk Content does not contain plug-in layouts, take a look in the folder.
If you prefer to use a directory junction instead of the Command Center, move the Cakewalk Content folder to a new drive (for example d:) open a command prompt as administrator and type
mklink /j "C:\Cakewalk Content" "D:\Cakewalk Content"
or open powershell as administrator and type
New-Item -ItemType Junction -Path "C:\Cakewalk Content" -Value "D:\Cakewalk Content"