Skip to content

Commit 4ce6e42

Browse files
committed
Make admin privileges check work in Safe Mode
1 parent cb53aeb commit 4ce6e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

teleme7ry.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ exit
2525
echo.
2626
echo Checking permissions...
2727
ping 127.0.0.1 -n 2 > nul
28-
net session >nul 2>&1
29-
if %errorLevel% == 0 (goto home) else (goto error)
28+
fltmc >nul 2>&1 || (goto error)
29+
goto home
3030
goto admin
3131
:error
3232
cls

0 commit comments

Comments
 (0)