I am used to Unix/GNU+Linux and the concept of Root being able to access pretty much anything. Processes run as root inherit root's privileges. Is this not the case in Windows? How do permissions in Windows work?
I am not talking about NTFS file permissions, rather the permissions about processes and programs that are executed. And for that matter, where does the "System user" fall into all of this?
EDIT: To give an example, I can run CMD as administrator just fine. However if I try to view a network device's properties, which require admin privileges, I get the following error:
"You do not have sufficient privileges for configuring connection properties. Contact your administrator."
EDIT 2: I should mention I am on a AD domain, although I am a member of the Administrators group. Thanks for the answers. Also I found these links which explain UAC for anyone who needs to know.
https://technet.microsoft.com/en-us/library/dd835548(v=ws.10).aspx https://en.wikipedia.org/wiki/User_Account_Control