Skip to content

Instantly share code, notes, and snippets.

@Nora-Ballard
Created February 15, 2014 13:48
Show Gist options
  • Select an option

  • Save Nora-Ballard/9019533 to your computer and use it in GitHub Desktop.

Select an option

Save Nora-Ballard/9019533 to your computer and use it in GitHub Desktop.
REM ElevationCheck
whoami /groups | find "S-1-16-12288" > nul
if "%errorlevel%"=="0" (
echo Running as elevated user. Continuing script.
) else (
echo Not running as elevated user.
Pause
goto :EOF
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment