How-To

Move the Snagit Library to a Second HDD Using Symlinks

One of my favorite screenshot programs is Snagit, and in large part because of its capture library system. However, if you want to move the screenshot library it takes a little bit of work.

If you’re someone that takes a lot of screenshots, you probably own at least one version of Snagit. And if you’re like me, what started out as a small archive of only a few shots, quickly transformed into a 20GB+ library. That’s fine and all, but by default, the Snagit capture library is stored in your local AppData folder and there is no setting to change this. When you’re running a small SSD as your primary drive, you can see how this might be a problem. To work around Techsmith’s feature indiscretion, you can move the library to a second drive and then use symbolic links to trick Snagit into thinking it’s still there.

Get Started with Snagit and its Library for Symlinks

The first thing you should do is completely exit out of Snagit (and the editor). This will let you modify the capture library, and also ensure that you don’t lose any data from it.

exit snagit background process

Next, copy over the library to the location you want it. A robocopy with the proper parameters should move everything over while maintaining security settings. To do this open up the command prompt and type in the following command:

robocopy C:\Users\YourUsername\AppData\Local\Techsmith G:\Destination /e /secfix /copyall /b /sl /xj

Obviously, change the “G:\Destination” part to match up with the path of where you are moving the Snagit library too, and the username to match up with your Windows username.

You can open the command prompt by typing “cmd.exe” into the Windows Search box.

robocopy

Once the copy is done, check the destination and make sure everything is copied over properly.

validate techsmith folder

Now open up the %AppData%\local\ folder containing the original files and delete the TechSmith folder.

delete appdata folder

Now open up CMD again, this time as an administrator.

The command this time around will create the symbolic link. It’s similar to the robocopy:

mklink C:\Users\YourUsername\AppData\Local\TechSmith G:\Destination

open cmd mklink

That’s all there is to it. Now you can open Snagit back up and it won’t even know that you moved the library to an entirely different drive. Enjoy!

snagit library viewed from 2nd hdd

1 Comment

1 Comment

  1. davv chen

    CAN I DO WITH OTHER SOFTWARE THIS WAY? please advise us ?

    ALSO, why can microsoft NOT let us choose which folder to put out my document
    in other partrition rather in the same C: partrition ? The win 7 or win 8 shall give us
    a choice ? Becasue the capacity of SSD is limited for my PC,which is about 60G.

    The available Space is less than 1 G now aftert only 3 months. We are not happy with this kind of thing after we paid so much for the windows 8 ? Do you agree ?

Leave a Reply

Your email address will not be published. Required fields are marked *

 

To Top