No administrative rights even when being an administrator
root
-
thev Posted messages 2005 Registration date Status Member Last intervention -
thev Posted messages 2005 Registration date Status Member Last intervention -
Good evening,
I no longer have certain administrative rights on my Windows 10 system.
For example, to install, uninstall, or modify software. Furthermore, I do not have access to the net user command, yet I can access lusrmgr.msc. I can disable services, etc., but certain rights are denied to me, such as those mentioned above (among others).
My user is still in the following groups: administrators & users. I've tried just with the administrators group, but it's the same thing. Also, I have access to the administrator account as I activated it some time ago with the command net user administrator /active:yes, but even under this account, I cannot do certain things and my rights are denied.
What is causing this? It's quite problematic in the sense that I can't even install or uninstall software, nor can I update them... I consistently get error 5 or a classic missing privileges error from the installer...
Thank you in advance for your help!
P.S: my system is healthy and clean. I have run a complete chkdsk, regular cleanings, no malware, firewall based on custom rules... I honestly do not understand.
I no longer have certain administrative rights on my Windows 10 system.
For example, to install, uninstall, or modify software. Furthermore, I do not have access to the net user command, yet I can access lusrmgr.msc. I can disable services, etc., but certain rights are denied to me, such as those mentioned above (among others).
My user is still in the following groups: administrators & users. I've tried just with the administrators group, but it's the same thing. Also, I have access to the administrator account as I activated it some time ago with the command net user administrator /active:yes, but even under this account, I cannot do certain things and my rights are denied.
What is causing this? It's quite problematic in the sense that I can't even install or uninstall software, nor can I update them... I consistently get error 5 or a classic missing privileges error from the installer...
Thank you in advance for your help!
P.S: my system is healthy and clean. I have run a complete chkdsk, regular cleanings, no malware, firewall based on custom rules... I honestly do not understand.
5 answers
-
This could be due to incorrectly set parameters in group policy management.
What version of W10 do you have?
--
-
Windows 10 Professional
I thought about it!!! Because I recently fiddled with that editor. I must have messed something up, if that's where it comes from.
Could you tell me what might be the misconfigured setting?
Thanks to you :)
Edited: I no longer have access to gpedit.msc. Access denied...
However, I have access to the local security policy manager.
-
-
The best thing to do is to create the report corresponding to the configured options. To do this, you need to use the Group Policy Management Console. Since this console is not included in the pre-installed features of Windows 10, you need to download and install it
https://www.microsoft.com/en-US/download/details.aspx?id=45520
Once this console is open, you just need to click on the report button located in the second half of the window to obtain the configured options
If you have access to the Local Security Policy manager, you could take a look at the Software Restriction Policies and Application Control Policies items.
-
This installation goes through Windows Update. The latter may be busy with automatic updates.
Anyway, I just noticed that this console only works in domain mode and not in Workgroup mode.
So, take a look at the software restriction policies and application control policies items in the local security manager since you have access to it.
That said, the simplest solution might be to perform a restore to an earlier date, which will restore the correct settings in your registry.
-
To unlock access to gpedit.msc, try this via the administrator command prompt:
c:
cd\windows\system32
regsvr32 /n /I userenv.dll
cd\windows\system32\wbem
mofcomp scersop.mofs
gpupdate /force
If this works, you can try:gpresult /v
which will give you the enabled settings, but is harder to read than with the Group Policy Management Console
--
-
Have you checked the access rights on c:\windows\system32?
--
-
I'm going to do it.
In the meantime, I loaded the recovery utility from the installation CD to access an unrestricted console. Results:
http://www.noelshack.com/2015-48-1448820698-img-20151129-190346.jpg
Apart from this, I'm getting errors when running usual software: like the resource is not found, that Windows cannot execute it, with a yellow triangle. Also, that I need to contact my system administrator (lol...) so there you go, some kind of holes in the system. I don't understand anything anymore. -
-
For the administrators group, you need to lower the slider (special permissions) and click on advanced to display access permissions.
To resolve any permission issues:
1- change the owner = TrustedInstaller to your username (run netplwiz --> properties of your account).
2- modify the permissions of the administrators group
3- check replace the permissions of child objects
Following your feedback, I conducted a review of the script that needs to be corrected as follows
cd\windows\system32
regsvr32 /n /I userenv.dll
cd\windows\system32\wbem
mofcomp scersop.mof
cd\windows\system32
gpupdate /force -
-
-