Changing Vault location on 4.3

You can do the following with any map in Windows.

  1. Go to the folder (and drive) you want the folder to be moved. Create a folder using a name of your choice
  2. Move the folder (or copy) to the new location
  3. Open up ‘command’ (cmd.exe) having admin rights (you need it)
  4. Using command console(admin): Go to the folder where the original folder lives. Either delete it or rename it.
  5. Using command console(admin): Type: mklink /D old_folder_name drive_and_path_to_new_location.

If you get it right you will now get a message saying: “symbolic link created for” etc…
If you get “You do not have sufficient privilege to perform this operation.” You forgot the admin mode.

As far as Windows is concerned, it is still the same folder at the same location. And if you ever want to get rid of the link, then simply delete the link. It will not delete the content of the moved folder.

Best of luck.

/Mike