124. How to move the EzeScan DESKTOP TEMP processing folder
Applies to: EzeScan 4.3.2 and above.
By default, EzeScan DESKTOP will use the temp path defined in the user %TEMP% environment variable. e.g. C:\users\username\Appdata\Local\Temp
If there is a requirement to move this to another location eg. whitelisting then the following needs to be done.
📘 Instructions
Copy the override.ini file located in "C:\Program Files (x86)\Outback Imaging\EzeScan\Resources" to your desktop or another folder.
Open it in a notepad editor.
In the startup section, add the following switch to the CommandLine. -Tempfolder "C:\your temp folder path"
An example could also be something like:
[Startup]
CommandLine= -Tempfolder "%USERPROFILE%\EzeTemp"Save and close the file
Copy into C:\Program Files (x86)\Outback Imaging\EzeScan
In this example here EzeScan DESKTOP will create files and folders under this path for its temporary image processing.