mirror of
https://github.com/winapps-org/winapps.git
synced 2025-11-03 12:54:06 +01:00
remove script execution delay
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user