Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Reset All User Rights to Default in Windows 11

Learn about Windows 11, including 1. Run the Icacls. Command, key uses, practical steps, common issues, and answers to frequently asked questions.

Table of Contents

This practical guide explains how to reset all user rights to default in windows 11 with clear steps and useful context. It also covers common requirements, potential problems, and the details that can help you get better results.

This article covers 3 different methods to reset all user permissions – using the Icacls command, the Secedit command, and the Subinacl tool.

Now, let's explore each method in detail through the following article!

1. Run the Icacls. Command

The Icacls command allows you to view, modify, and reset system permissions on files and folders. To reset Windows permissions with this command, you will have to take ownership of the folders on Windows first. Then open Command Prompt with admin rights on Windows and type the following command:

icacls * /t /q /c /reset

Now, press Enter on the keyboard to execute the command. This will reset all user permissions to default for all folders, subdirectories and files in the current working directory.

Here is the explanation for the parameters in the above command:

  • * – This is the wildcard that includes all directories in the current directory.
  • /t – It targets all subdirectories and files in the current directory.
  • /q – Run command without showing success message.
  • /c – Continues operation even if an error occurs.
  • /reset – This parameter resets the permissions options to their default values.

2. Run the Secedit. Command

Windows provides the Secedit command to configure and analyze system security. To reset all user permissions with this command, run CMD as admin, then enter the following command:

2. Run the Secedit. Command - Windows 11

secedit /configure /cfg %windir%infdefltbase.inf /db defltbase.sdb /verbose

Now press Enter to execute the command. Wait for the process to finish and restart the computer. This will reset user permissions to default system settings.

3. Run the Subinacl. Tool

If you are not comfortable using the Command Prompt, you can use the Subinacl tool. This is a Microsoft command line utility that can be used to reset user permissions. Here's how to do it:

1. Download the Subinacl tool from the Microsoft website. When you open the page, the download will start automatically. If not, wait 30 seconds and click the link.

2. Once downloaded, double-click the installation package. This will open the setup wizard.

3. Run the Subinacl. Tool - Windows 11

3. Click Next and then accept the terms of the license agreement.

3. Run the Subinacl. Tool - Windows 11

4. Next, copy and paste the following path into the Destination folder:

C:WindowsSystem32

Note : If you installed Windows on another drive, use that path instead.

5. Now click Install now and wait for the Subinacl tool to be installed. This may take a few minutes, so be patient.

6. When the installation is complete, open Notepad and type the following commands:

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f subinacl /subdirectories %SystemDrive% /grant=administrators=f subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f subinacl /subdirectories %SystemDrive% /grant=system=f

7. On the Save As window, name the file Reset.cmd and then select All Files from the drop-down menu next to it.

3. Run the Subinacl. Tool - Windows 11

8. Next, select Desktop from the left pane and click Save.

9. Now double click on it to reset user permissions to default.

10. This process may take some time to complete, so please wait until it is done.

Once done, close any running programs, and then restart the computer. User permissions in Windows will be reset to their default settings.

User permissions play an important role in computer security. If you are having issues with user permissions, you must reset them to default settings. This guide helps you reset all user permissions on Windows using 3 different methods. You can use it according to your preference.

Conclusion

Understanding Windows 11 makes it easier to compare options, avoid common mistakes, and apply the information in this guide more effectively. Review the relevant requirements before making changes or choosing a solution.

FAQ

How do you reset all user rights to default in windows 11?

Follow the steps in this guide in order, confirm the required settings or tools, and verify the result before making additional changes.

Is it safe to reset all user rights to default in windows 11?

It is generally safe when you follow the recommended instructions, use trusted tools, and avoid changing settings you do not understand.

What should you do if the process does not work?

Recheck the requirements, restart the device or application when appropriate, and review each step for missed settings or compatibility issues.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.