If like me you sometimes reformat your computer now and again and as a result end up forgetting to backup your in-game screenshots you’ve taken over time because they’re spread out all over the place, or maybe you just simply like to have all your screenshots together, then this solution should help out.
As of writing there is no option in your Uplay settings to change the directory of where your screenshots are saved. Odd really, but whatever. You can solve this by creating a Symbolic Link and thus pointing the default directory of where Uplay saves those screenshots to your drive or directory of choice.
Simply run Command Prompt (Run as administrator) and type the below command on the line and press enter
mklink /D “C:\Users[USERNAME]\Pictures\Uplay” “D:\Uplay”
Change [USERNAME] to your Windows User account name.
If you’re not sure how to run Command Prompt, simply press the Windows key on your keyboard or press the Windows icon on your task bar which should open your start menu. Type “cmd”, which should automatically search for it. Right click and “Run as administrator”.
You can even create a batch file to avoid all the above, obviously you’ll need to edit the user account name same as above. This is handy for also quickly running batch files that you’ve set up, ready to bring you back to your normal state after a reformat.
Create a text file, renaming the file from .txt to .bat – so you could name it to uplayscreenshotslocationchange.bat add to the file.
mklink /D “C:\Users[USERNAME]\Pictures\Uplay” “D:\Uplay”
Again, making sure to change [USERNAME] to your Windows User account name.