I have Win 10 update to Creator version (originally it's an upgrade from Win 7).
Although my user is part of the Administrators group and I lowered the UAC level to its lowest, I have many situations where it seems like I don't have enough permissions on the system.
For example:
- Can't delete a key from the registry (btw, can't do that even when the PC is running in Safe Mode!)
- Can't uninstall some programs (like NodeJS)
- Getting permission errors when trying to install and/or run development "things" like Docker compose.
- Gettings permission errors on certains services running on my Xampp machine And so on...
I've already searched for solutions on these issues individaully, but for every solution, I eventually encountered a situation where I don't have enough permissions, for some reason, to perform all the needed actions.
What am I missing here? Aren't I supposed to be with full permissions by default, only for being a member of the Administrators group on the machine??
Update (why this question is NOT a duplicate of the one suggested here):
that's not a duplicate of this question! I have done nothing with the Administrator account and it very well exists on my PC (I even related to it in my question here, mentioning I don't have its password to login with). My issue is with the user I'm using to work on this PC...
+ i ... (or tap
For example, one admin user can lock another admin user out of areas of the filesystem. You need to "take ownership" before you can edit the permissions of an object that you don't have permissions on.
– HackSlash Jun 19 '17 at 17:05