Customize Access Denied message on Windows 11/10

The standard access denied messages are of no help as they ask to contact the administrator. Instead, Windows offers a group policy and registry method, which can add sense to it, like allowing users to add a message, email folder owner, server admin, and so on.

Using Group PolicyUsing Registry Editor

As an admin, make sure to configure it carefully, so it all makes sense when an admin or owner of the file receives the email.

Using Group Policy

Open Group Policy Editor by typing gpedit.msc in the Run prompt (Win  +R) and pressing the Enter key. In the Group Policy console, navigate to the below-mentioned path and locate the policy—Customize message for Access Denied errors. Double click to open, and configure the following:

Display the following message to users who are denied accessEnable users to request assistanceAdd the following text to the end of the email.Email recipients (folder owners and file server administrator)Additional recipientsEmail settings can also include device claims and user claims.You can also Log emails in the applications and services event log.

Using Registry Editor

The same can be configured on computers through the Registry Editor. This method is handy if the computer doesn’t have a group policy or plans to deploy this through a network computer registry file. Registry Hive allows you to connect to Network Registry, and that’s where it comes in handy.

Open Registry Editor by typing Regedit in the Run prompt followed by pressing the Enter key.Navigate to the following path

Right-click on the right panel, and create New > DWORD (32-bit Value) and name it as EnabledDouble click to edit the Enabled DWORD and set it to 1

Next, create the following DWORD and Strings.

AdditonalEmailTo — String – BlankAllowEmailRequests — Dword -1EmailMessage — Multi-String – Your personalized messageEnabled — Dword – 1ErrorMessage — Multi-String – Your personalized messageGenerateLog — Dword – 1IncludeDeviceClaims — Dword – 1IncludeUserClaims — Dword – 1PutAdminOnTo — Dword – 1PutDataOwnerOnTo — Dword – 1

Make sure to set the value according to what is shown in the screenshot. You can customize the details for strings such as Email message, Error message, and Additional emails. An easy way to do it is to enable Group Policy on a computer. It will create the respective registry keys, which you can export and then import into other computers. I hope you were able to customize the Access denied message on Windows 11/10.

How do I fix Access Denied messages?

On Windows 11/10, users may receive such error messages for different tasks. For example, if you receive an Access is denied error message while installing software, then options like running the setup as administrator, temporarily disabling the security software, and using the built-in administrator account can be helpful. On the other hand, if access is denied while accessing a file, then you have to take full ownership of the file to access it.

How do I fix the Access Denied Folder in Windows 11/10?

If you want to access denied restricted folder, you should have administrative privileges. So, try to access the folder with an admin account. You may also need to take full ownership of that folder for your user account. You should also check if the folder is encrypted and then decrypt that folder. You can do that by accessing the Advanced Attributes of the folder (using that folder’s Properties) and unchecking the Encrypt contents to secure data option. Hope this helps.