mattwilkinson7 Posted April 25, 2019 Posted April 25, 2019 I am an Admin user, and I needed to disable access to Regedit for non admin users. Therefore I created the following key in Regedit; HKLM/Software/Microsoft/Windows/CurrentVersion/Policies/System/DisableRegistryTools. I set DisableRegistryTools to a value of 1. Unfortunately now I am locked out of Regedit as an admin as well, and because I made the change in Regedit, I cannot get back in. I have tried changing the registry key using command prompt but this didn't work. Does anyone have any suggestions? Thanks. Also while I'm here, I need to remove the PowerShell folder from the Windows 10 application list for non admin users, how could I do that?
pantscat Posted April 25, 2019 Posted April 25, 2019 Re-enable it using Group Policy: User Config\Admin Templates\System\Prevent Access To registry Editing Tools="Disabled" 1
FN-GM Posted April 25, 2019 Posted April 25, 2019 Bit of a tip for you HKLM = Local Machine. HKCU = Current User When you change anything in local machine it will apply to all users on the computer. Current user will only apply changes to the user who is logged in. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now