Skip to content

Instantly share code, notes, and snippets.

@prabirshrestha
Created July 10, 2012 01:35
Show Gist options
  • Save prabirshrestha/3080458 to your computer and use it in GitHub Desktop.
Save prabirshrestha/3080458 to your computer and use it in GitHub Desktop.
detect if running in elevated mode in windows
Whoami /groups /fo csv /nh|Find "12288"
Whoami /groups /fo csv /nh|Find "12288">Nul&&Goto RestOfScript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment