--disable-print-preview conflicted with --kiosk-printing, routing to the OS print dialog instead of printing silently. Also added AHK fallback script for edge cases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
283 B
Batchfile
6 lines
283 B
Batchfile
@echo off
|
|
taskkill /F /IM msedge.exe >nul 2>&1
|
|
timeout /t 2 /nobreak >nul
|
|
|
|
start "" "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --kiosk "https://erp.laboratorioximenacaicedo.com/erp.php?m=turnero&v=kiosko&autoprint=1" --edge-kiosk-type=fullscreen --kiosk-printing
|