Fix: This user does not have the required permissions to run Setup

When you run the Windows 10 or 11 Setup (setup.exe) from the ISO or USB setup disk, the following error may appear:

This user does not have the required permissions to run Setup. Please run Setup elevated or with a different user that has the required permissions.

Windows setup error: permissions required

Also, creating a new local administrator account and running the setup may not help.

Cause

The built-in Administrators group (SID: S-1-5-32-544) must have the SeSecurityPrivilege privilege. Otherwise, the above error occurs when you run Windows 10 or 11 Setup from the ISO or USB. The privilege corresponds to the “Manage auditing and security log” setting in the Local Security Policy Editor.

You can view the security policies on your computer by opening a admin Command Prompt and running the command secedit /export /cfg c:\secpol.txt. Then, inspect c:\secpol.txt or compare it with another Windows 10/11 computer to see which settings are incorrect. You may also run whoami /priv to check the privileges for the current user account.

Resolution

To resolve the setup error, fix the security privileges using the Local Security Policy Editor in Windows 10/11 Pro or higher.

Launch secpol.msc and go to:

Security Settings → Local Policies → User Rights Assignment.

Double-click “Manage auditing and security log”.

(It may show up empty, which causes the error when launching Windows setup.)

Click Add User or Group.

manage auditing and security log - administrators add

Select Object Types.

manage auditing and security log - administrators add

Enable the Groups checkbox, and click OK.

manage auditing and security log - administrators add

Type administrators and click Check Names.

manage auditing and security log - administrators add

It will resolve automatically to the [computername\group name] format.



Click OK.

manage auditing and security log - administrators add

Click OK.

manage auditing and security log - administrators add

The “Administrators” group has now been added to the “Manage auditing and security log” option.

manage auditing and security log - administrators add

Close the Local Security Policy editor and restart Windows.

restart windows 10 via win + x menu

You should be able to run Windows Setup now.

windows 11 setup initial screen

That’s it.


One small request: If you liked this post, please share this?

One "tiny" share from you would seriously help a lot with the growth of this blog. Some great suggestions:
  • Pin it!
  • Share it to your favorite blog + Facebook, Reddit
  • Tweet it!
So thank you so much for your support. It won't take more than 10 seconds of your time. The share buttons are right below. :)

Ramesh Srinivasan is passionate about Microsoft technologies and he has been a consecutive ten-time recipient of the Microsoft Most Valuable Professional award in the Windows Shell/Desktop Experience category, from 2003 to 2012. He loves to troubleshoot and write about Windows. Ramesh founded Winhelponline.com in 2005.

Leave a Comment