Notice
This commit is contained in:
parent
76887a179f
commit
2b7205f19c
1 changed files with 6 additions and 1 deletions
|
@ -44,7 +44,12 @@ fltmc >NUL 2>&1 || (
|
||||||
|
|
||||||
:: => ADMIN RIGHTS <=
|
:: => 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 ==
|
:: === Registery modifications ==
|
||||||
ECHO Registery entries...
|
ECHO Registery entries...
|
||||||
|
|
Loading…
Reference in a new issue