all
I am trying to move AppData\Local, AppData\Roaming, and AppData\LocalLow to my D: drive.
I know this is ill-advised by Microsoft, but if developers would be inclined to NOT store all there data in these directories I'd be fine. Any-how, I have GIGs of data stored there and my C: drive is only supposed to house my OS.
I have created a new administrative user, copied all the contents of each folder into a respective folder on another drive. I then use the command mklink /j C:\Users\my-user\AppData\<folder> D:\Users\my-user\AppData\<folder> to make a junction for each folder respectively (as I cannot seem to do the whole AppData directory. LocalLow and Roaming seem to each do fine. But I cannot seem to move Local without completely messing up my taskbar/start menu (e.g. it will not open the start menu, search menu, cortona. I can't right click icons to see options, I can't open notifications bar, volume menu, or network menu. Curiously though, I can open the processes menu so there's that).
I have found a ps command to install the start menu host and cortana, but can't seem to find all the other necessary programs that run the task bar, and I fear if I find them I will always be missing one or another.
After copying the Local folder there seem to be files missing in each start menu and cortona folder... so I assume that's why its not working.
I will try a more literal recursive copy and diff it to make sure there are no files missing. And get back here if it works. In the meantime is there something else that could be going wrong? Permissions? Is there a better way of doing this I am not aware of?