Skip to content

Instantly share code, notes, and snippets.

@kleo
Created December 20, 2016 09:45
Show Gist options
  • Save kleo/b7ce6d3e2d0e56a46529cacdf17e6ae6 to your computer and use it in GitHub Desktop.
Save kleo/b7ce6d3e2d0e56a46529cacdf17e6ae6 to your computer and use it in GitHub Desktop.
cmd-check-admin
whoami /groups | findstr /b BUILTIN\Administrators | findstr /c:"Enabled group" && goto :isadministrator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment