diff --git a/kiosko_chrome.bat b/kiosko_chrome.bat index 4e0dbbc..7bb94e6 100644 --- a/kiosko_chrome.bat +++ b/kiosko_chrome.bat @@ -1,5 +1,11 @@ @echo off +:: Cerrar Chrome completamente para que los flags apliquen +taskkill /F /IM chrome.exe >nul 2>&1 +timeout /t 2 /nobreak >nul + start "" "C:\Program Files\Google\Chrome\Application\chrome.exe" ^ --kiosk-printing ^ - --kiosk ^ + --disable-print-preview ^ + --no-first-run ^ + --no-default-browser-check ^ "https://erp.laboratorioximenacaicedo.com/erp.php?m=turnero&v=kiosko"