diff --git a/windows11.bat b/windows11.bat index d198d76..97c07e7 100644 --- a/windows11.bat +++ b/windows11.bat @@ -44,7 +44,12 @@ fltmc >NUL 2>&1 || ( :: => ADMIN RIGHTS <= -IF NOT "%1"=="noskipadmin" EXIT 0 +IF NOT "%1"=="noskipadmin" ( + ECHO You have to run the script as normal user first. + + PAUSE + EXIT 0 +) :: === Registery modifications == ECHO Registery entries...