Hi,
Thanks for posting in Q&A platform.
Here is a similar thread discussed before for your reference.
How to MOVE default location of Windows Fax and Scan?
Please kindly check if the method in above thread was helpful to you:
First find the real location of Libraries/Documents/Scanned Documents, to do this right click Scanned Documents and click "Open folder location"
In his case it opened this (which he copied from the address bar):
C:\Users\Tim\Documents\Scanned Documents
what do should do now is backup the files in this folder and then delete the "Scanned Documents" folder entirely
Then click the windows key and type into Run or Search (Or click WinKey + R) and type "cmd" then press Enter
A black console should appear
Into it you should enter this command, I wanted my scans to be saved in X:\Scans
mklink /d "C:\Users\Tim\Documents\Scanned Documents" X:\Scans
then press Enter
This creates a linked folder (symlink, not a shortcut), one that acts like a normal folder but is actually located in a different place, so when the scan software saves into its default location the files will actually be saved into X:\Scans
Best Regards,
Sunny
----------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.