REM Run PowerShell to set higher default quality (example registry keys) powershell -ExecutionPolicy Bypass -NoProfile -Command ^ "Try # Example registry path — verify on target system $key='HKLM:\\SOFTWARE\\Wow6432Node\\EPSON\\EPSON Scan2\\Settings' If (Test-Path $key) Set-ItemProperty -Path $key -Name 'DefaultImageMode' -Value 1 -Type DWord # 1 = Color Set-ItemProperty -Path $key -Name 'DefaultResolution' -Value 300 -Type DWord Set-ItemProperty -Path $key -Name 'DefaultQuality' -Value 2 -Type DWord # 2 = High/Extra (vendor-specific)
Turn on "Text Enhancement" or "Color Correction". Save these settings as a new profile. 2. Export and Deploy the Settings File epson scan 2 silent install extra quality