Can Roaming Profiles be a good idea?
-
@dbeato said in Can Roaming Profiles be a good idea?:
Before Windows 10 to get a symlinknyou couldn’t do it without elevated permissions now is much improved.
I use directory junction (/J) instead of directory symbolic link (/D), which requires admin privileges. All I wanted is to create a link from
c:\users\user1\Desktop
toc:\users\user1\Nextcloud\Desktop
.Edit: Now obviously there are more to it than just creating links to have it properly setup.