mirror of
https://github.com/winapps-org/winapps.git
synced 2025-11-14 10:24:20 +01:00
remove script execution delay
This commit is contained in:
@@ -8,18 +8,10 @@ fltmc >nul 2>&1 || (
|
|||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
:: Confirm the user wants to proceed with setup
|
|
||||||
echo ============================================
|
echo ============================================
|
||||||
echo WinApps Setup Wizard
|
echo WinApps Setup Wizard
|
||||||
echo ============================================
|
echo ============================================
|
||||||
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...
|
echo [INFO] Starting setup...
|
||||||
|
|
||||||
:: Apply RDP and system configuration tweaks
|
:: Apply RDP and system configuration tweaks
|
||||||
|
|||||||
Reference in New Issue
Block a user