remove script execution delay

This commit is contained in:
Rohan Barar
2025-08-25 20:19:59 +10:00
parent 6771f8645f
commit da736a9175

View File

@@ -8,18 +8,10 @@ fltmc >nul 2>&1 || (
exit /b
)
:: Confirm the user wants to proceed with setup
echo ============================================
echo WinApps Setup Wizard
echo ============================================
echo.
echo Waiting 5 seconds before starting...
for /l %%i in (5,-1,1) do (
<nul set /p="%%i... "
timeout /t 1 >nul
)
echo.
echo.
echo [INFO] Starting setup...
:: Apply RDP and system configuration tweaks