From 081e8c5d4856e7e5f30d17b4b629f4a6f2486d7f Mon Sep 17 00:00:00 2001 From: Pavel Valach Date: Mon, 7 Oct 2024 22:49:28 +0200 Subject: [PATCH] Change the "admin needed" warning --- sin-setup.bat | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sin-setup.bat b/sin-setup.bat index c955679..7e33e13 100644 --- a/sin-setup.bat +++ b/sin-setup.bat @@ -7,12 +7,15 @@ set rights_admin=0 NET SESSION >nul 2>&1 IF NOT %ERRORLEVEL% EQU 0 ( - echo ####### Running as a regular user ######### - echo # The Wi-Fi profiles will be installed # - echo # for the current user. # - echo # Run as administrator to install them # - echo # for all users. # - echo ########################################### + echo ############### !! FRIENDLY NOTICE ############## + echo # Please, run this script as an administrator. # + echo # Otherwise, the added Wi-Fi network will # + echo # NOT remember your username and password. # + echo # # + echo # Please close this window, right-click the # + echo # sin-setup.bat, and select # + echo # Run as administrator. # + echo ################################################# echo. pause ) ELSE (