Skip to content

Instantly share code, notes, and snippets.

@fstamour
Created May 28, 2014 15:01
Show Gist options
  • Save fstamour/547b58368c6321b0631a to your computer and use it in GitHub Desktop.
Save fstamour/547b58368c6321b0631a to your computer and use it in GitHub Desktop.
Windows list user privileges
secedit /export /areas USER_RIGHTS /cfg OUTFILE.CFG
whoami /PRIV
scedit: http://technet.microsoft.com/en-us/library/bb490997.aspx
whoami: http://technet.microsoft.com/en-us/library/cc771299.aspx
Interesting:
http://technet.microsoft.com/en-us/sysinternals/bb664922.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment