Friday, September 23, 2011

View current Windows user privileges

To display currently logged on Windows user account privileges, do:

c:\>whoami /priv

~y

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...