


Windows 10/11 User Permission Reset Guide: Three Ways to Restore Default Settings
Is the application or program running abnormally on a Windows computer? Resetting all user permissions to default settings may resolve the issue. Similarly, Windows user permissions can also be reset when dealing with user profile issues. This article describes three different ways to reset all user permissions: using the Icacls command, the Secedit command, and the Subinacl tool.
Method 1: Use the Icacls command to reset all user permissions
The Icacls command allows checking, adjusting, and resetting file system permissions for files and folders. To reset Windows update permissions using this command, you first need to obtain ownership of the folder.
Step 1: Run the command prompt as administrator.
Step 2: Copy and paste the following command in the command prompt:
icacls \* /t /q /c /reset
Step 3: Press Enter to execute the command. This will reset the user permissions of each folder, subfolder, and file in the current working directory to its default state.
Command parameter description:
-
\*
: Wildcard, containing all folders in the current directory. -
/t
: The target is all subfolders and files in the current folder. -
/q
: Run the command silently, and the success message is not displayed. -
/c
: Continue operation even if an error occurs. -
/reset
: Restore permission options to default values.
Method 2: Use the Secedit command to reset user permissions
Windows provides the Secedit command to configure and analyze system security. To reset all user permissions to default values using this command, follow these steps:
Step 1: Start the command prompt with administrator permissions.
Step 2: Copy and paste the following command:
secedit /configure /cfg %windir%\\inf\\defltbase.inf /db defltbase.sdb /verbose
Step 3: Press Enter to execute the command. Wait for the process to complete and restart the computer to reset user permissions to the default system settings.
Method 3: Use Subinacl tool to reset user permissions
If you do not want to use a command prompt, you can use the Subinacl tool, a command-line utility from Microsoft that resets user permissions. The operation method is as follows:
Step 1: Download the Subinacl tool from the Microsoft web page and run the installer package.
Step 2: Accept the terms of the license agreement.
Step 3: Specify the target folder as C:\\Windows\\System32
(use the corresponding path if Windows is installed on another drive).
Step 4: Install the Subinacl tool.
Step 5: Open Notepad and enter the provided commands into the "Save As" window. Name the file Reset.cmd
and save it to your desktop.
Step 6: Double-click Reset.cmd
to start the process, which may take some time to complete.
Step 7: Close all running programs and restart the computer to reset Windows Update permissions to default settings.
Data recovery software recommendations
If you are looking for the best free data recovery software to help you recover lost and deleted files in Windows, you can try MiniTool Power Data Recovery.
You can use this software to recover deleted photos, videos, documents, etc. from hard drives, SD cards, USB flash drives, etc.
This data recovery tool works in different situations:
- File and folder deletion
- Drive formatting
- Hard drive failure
- Hard drive is inaccessible
- Operating system crash
Summarize
The above are three different ways to reset user permission settings in Windows 11/10. Hopefully these methods are exactly what you are looking for.
The above is the detailed content of Learn How to Reset All User Permissions to Default on Windows. For more information, please follow other related articles on the PHP Chinese website!

You may encounter the “this build of Vanguard is out of compliance” issue when attempting to launch Valorant on Windows 11. Why does the error message appear? How to get rid of the error message? This post from php.cn gives details.

NVIDIA GeForce RTX 40 series GPU might not be a new thing to you. Compared with other top graphics cards, many of you may pay more attention to mid-end mainstream RTX 4050 for its acceptable price. Read through this guide from php.cn Website to get d

KB2267602 is a protection or definition update for Windows Defender designed to fix vulnerabilities and threats in Windows. Some users reported that they were unable to install KB2267602. This post from php.cn introduces how to fix the “KB2267602 fai

Do you know how to reinstall pre-installed software in Windows 11 if you need to do this? In this post, we will introduce two easy ways. In addition, if you want to recover files on your Windows computer, you can try php.cn Power Data Recovery.

Windows Desktop or File Explorer or folder will automatically refresh itself when you make some changes to it. However, some Windows 11/10 users report that they encounter the “desktop and file folders do not refresh automatically” issue. This post f

When you try to install a program on Windows 11/10, you may fail to install it and receive an error message - there is a problem with this Windows installer package. This post from php.cn helps you to fix it.

When you run antivirus software on your device, you likely expect it to scan all files and folders for viruses. However, one question arises: can antivirus scan encrypted files? This inquiry delves into the realm of security versus privacy. php.cn So

How to download HDMI video drivers on Windows? How to update HDMI drivers to the latest versions. You can find the ways here. In addition, you can try php.cn Power Data Recovery to get your lost and deleted files back if necessary.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.