View Single Post
05/27/19, 06:23 AM   #4
LaRIC
Premium Member
Premium Member
Join Date: Feb 2014
Posts: 16
You can do a nice workaround that will work even with Onedrive. Perhaps not for beginners.

for instance my Documents folder is pointing to "C:\Users\username\OneDrive\Documents"
and I want all my Elder Scrolls Online document files to be on for instance "e:\games\Elder Scrolls Online"

Then I open an elevated command prompt (run as administrator is elevated) run the following command
mklink /d "C:\Users\username\OneDrive\Documents\Elder Scrolls Online" "e:\games\Elder Scrolls Online"

This will create a shortcut in the file system pointing your eso files to another place but the game will think they are still in the documents folder.

OneDrive will not follow symlinks and will not try to sync the files.
  Reply With Quote