Skip To Main Content

Epson Scan 2 Silent Install Extra Quality May 2026

Even after a silent install, Epson Scan 2 defaults to “Balanced” quality. To force “Best Quality” globally across all users, deploy this registry key via GPO or script:

[HKEY_LOCAL_MACHINE\SOFTWARE\EPSON\ES2\Settings]
"DefaultQuality"="Best"
"ForceNoCompression"=dword:00000001
"ScanResolutionOverride"=dword:00000578  ; 1200 DPI as default
"ColorDepth"="48bit"

Save as install_epson_scan2_highquality.bat (Run as Admin):

@echo off
setlocal enabledelayedexpansion

echo Extracting Epson Scan 2... EPSON_Scan_2_xxx.exe /extract /quiet

echo Installing silently... msiexec /i "EpsonScan2.msi" /qn /norestart ALLUSERS=1

echo Applying high-quality registry settings... reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v Resolution /t REG_DWORD /d 600 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v ScanMode /t REG_DWORD /d 2 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v ImageType /t REG_DWORD /d 3 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v UnsharpMask /t REG_DWORD /d 1 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v ColorRestoration /t REG_DWORD /d 1 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v DustRemoval /t REG_DWORD /d 2 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v AutoExposure /t REG_DWORD /d 0 /f epson scan 2 silent install extra quality

echo Installing high-quality scan profile... if not exist "%APPDATA%\Epson\EpsonScan2\Profiles" mkdir "%APPDATA%\Epson\EpsonScan2\Profiles" copy /Y "ExtraQuality.es2profile" "%APPDATA%\Epson\EpsonScan2\Profiles"

echo Done. pause


First, ensure you have the enterprise-ready distribution. Do not use the web installer. Download the Full Package (MSI) from the Epson support site. Even after a silent install, Epson Scan 2

To extract the MSI manually (if you have an EXE):

Epson_Scan_2_Setup.exe /extract

For large-scale deployment (e.g., Intune, SCCM), bundle all three components into a single script:

@echo off
REM ep2_extra_quality_deploy.cmd
echo Installing Epson Scan 2 silently...
msiexec /i "EPSON Scan 2.msi" /qn /norestart

echo Waiting for driver registration... timeout /t 5 /nobreak

echo Injecting Extra Quality profile... regedit /s "extra_quality.reg" Save as install_epson_scan2_highquality

echo Copying high-quality defaults... copy "HighQuality.esp2" "%PROGRAMDATA%\EPSON\Scan2\CommonSetting" /Y

echo Setting registry quality locks... powershell -ExecutionPolicy Bypass -File "set_quality_defaults.ps1"

echo Installation complete. Scanner ready for archival-grade capture.

EpsonScan2_6646.exe /E /T:"C:\Temp\EpsonScan2"

Color1 BG Container

District Nav

Landing Nav

Even after a silent install, Epson Scan 2 defaults to “Balanced” quality. To force “Best Quality” globally across all users, deploy this registry key via GPO or script:

[HKEY_LOCAL_MACHINE\SOFTWARE\EPSON\ES2\Settings]
"DefaultQuality"="Best"
"ForceNoCompression"=dword:00000001
"ScanResolutionOverride"=dword:00000578  ; 1200 DPI as default
"ColorDepth"="48bit"

Save as install_epson_scan2_highquality.bat (Run as Admin):

@echo off
setlocal enabledelayedexpansion

echo Extracting Epson Scan 2... EPSON_Scan_2_xxx.exe /extract /quiet

echo Installing silently... msiexec /i "EpsonScan2.msi" /qn /norestart ALLUSERS=1

echo Applying high-quality registry settings... reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v Resolution /t REG_DWORD /d 600 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v ScanMode /t REG_DWORD /d 2 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v ImageType /t REG_DWORD /d 3 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v UnsharpMask /t REG_DWORD /d 1 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v ColorRestoration /t REG_DWORD /d 1 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v DustRemoval /t REG_DWORD /d 2 /f reg add "HKCU\Software\Epson\EpsonScan2\Settings" /v AutoExposure /t REG_DWORD /d 0 /f

echo Installing high-quality scan profile... if not exist "%APPDATA%\Epson\EpsonScan2\Profiles" mkdir "%APPDATA%\Epson\EpsonScan2\Profiles" copy /Y "ExtraQuality.es2profile" "%APPDATA%\Epson\EpsonScan2\Profiles"

echo Done. pause


First, ensure you have the enterprise-ready distribution. Do not use the web installer. Download the Full Package (MSI) from the Epson support site.

To extract the MSI manually (if you have an EXE):

Epson_Scan_2_Setup.exe /extract

For large-scale deployment (e.g., Intune, SCCM), bundle all three components into a single script:

@echo off
REM ep2_extra_quality_deploy.cmd
echo Installing Epson Scan 2 silently...
msiexec /i "EPSON Scan 2.msi" /qn /norestart

echo Waiting for driver registration... timeout /t 5 /nobreak

echo Injecting Extra Quality profile... regedit /s "extra_quality.reg"

echo Copying high-quality defaults... copy "HighQuality.esp2" "%PROGRAMDATA%\EPSON\Scan2\CommonSetting" /Y

echo Setting registry quality locks... powershell -ExecutionPolicy Bypass -File "set_quality_defaults.ps1"

echo Installation complete. Scanner ready for archival-grade capture.

EpsonScan2_6646.exe /E /T:"C:\Temp\EpsonScan2"