How to change the default folder used for documents scanned with Windows Fax and Scan?

When I scan a document with Windows Fax and Scan on Windows 8.1, the resulting file is automatically saved in the "Scanned Documents" subfolder of the "Documents" folder. How to change this location?

88.1k 64 64 gold badges 266 266 silver badges 308 308 bronze badges asked Aug 21, 2014 at 17:36 user33758 user33758

3 Answers 3

This creates a linked folder (symlink, not a shortcut). It acts like a normal folder but is actually located in a different place. When the scan software saves into its default location, the files will actually be saved into C:\scans .

answered Aug 21, 2014 at 17:36 user33758 user33758

I had the same problem and found this thread. Creating a hard link is not the best solution for me, so I decided to search in the registry for a string and found these entries:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Photo Acquisition\DestinationMru

"MruEntry0"

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Photo Acquisition\Scanner

"FilenameTemplate"

"VideoFilenameTemplate"

"RootDirectory"

I changed the value of all 4 keys and it worked! It was something like E:\Scans before and R:\M_SCANS after.

If your default directory is somewhere in your documents folder there might be a name like %blahblah% , which is where your variable userpath points to.

I've tested that under Windows 7 64-bit.