check for admin
This commit is contained in:
parent
4c352bf281
commit
501dcc9e40
11
tools/check-for-admin.cmd
Normal file
11
tools/check-for-admin.cmd
Normal file
@ -0,0 +1,11 @@
|
||||
@echo off
|
||||
|
||||
net session >nul 2>&1
|
||||
if NOT %ERRORLEVEL% == 0 (
|
||||
echo ERROR: User has NO ADMINISTRATOR rights!
|
||||
pause
|
||||
exit /b
|
||||
)
|
||||
|
||||
echo OK. User is an ADMINISTRATOR.
|
||||
echo.
|
Loading…
Reference in New Issue
Block a user