Detected running with administrator privileges

Detected running with administrator privileges
@echo off
echo OFF
NET SESSION >nul 2>&1
IF %ERRORLEVEL% EQU 0 (
    ECHO Administrator PRIVILEGES Detected! 
    ECHO Detected running with administrator privileges! 
) ELSE (
   echo ######## ########  ########   #######  ########  
   echo ##       ##     ## ##     ## ##     ## ##     ## 
   echo ##       ##     ## ##     ## ##     ## ##     ## 
   echo ######   ########  ########  ##     ## ########  
   echo ##       ##   ##   ##   ##   ##     ## ##   ##   
   echo ##       ##    ##  ##    ##  ##     ## ##    ##  
   echo ######## ##     ## ##     ##  #######  ##     ## 
   echo.
   echo.
   echo ####### ERROR: ADMINISTRATOR PRIVILEGES REQUIRED #########
   echo ####### ERROR: It is necessary to operate the administrator's right to operate.echo This script must be run as administrator to work properly!  
   echo If you're seeing this after clicking on a start menu icon, then right click on the shortcut and select "Run As Administrator".
   echo This batch script needs administrator's permission to run properly.echo Please right-click the menu or batch file, select"Run as Administrator".
   echo ##########################################################
   echo.
   PAUSE
   EXIT /B 1
)

 

Leave a Reply

Your email address will not be published. Required fields are marked *