The Deployment Operation Was Blocked Because Special Profile Deployment Is Not Allowed

If you recieved 'The deployment operation was blocked because Special profile deployment is not allowed' (HRESULT: 0x80073D23), here is how to fix it.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

Long time back, we shared this guide to re-register Store app in Windows 10. Recently, one of our reader contacted us regarding the deployment operation described in that guide. According to him, when he executes the specified deployment cmdlet, following error appears:

Deployment failed with HRESULT: 0x80073D23, The deployment operation was blocked because Special profile deployment is not allowed. Please try logging into an account that is not a Special profile. You can try logging out and logging back into the current account, or try logging into a different account.

And due to this error, the deployment operation is not performed. If you’re also facing this issue, you can resolve it by configure a GPO setting. By default, Windows blocks deployment operations on special profiles. The term ‘special profile’ will cover roaming profiles, mandatory and super-mandatory profiles, temporary profiles and guest account profiles. Usually it is recommend that you don’t allow deployment on such profiles. However, in case if your environment badly needs to perform deployment on such profiles, you can try below mentioned steps for such allowance.

The Deployment Operation Was Blocked Because Special Profile Deployment Is Not Allowed

FYI: GPO snap-in is not available in Windows 10 Home editions. If you’re on Windows 10 Home and want to use Group Policy, go here and upgrade to Pro edition.

1. Open GPO Editor by running gpedit.msc in Windows client edition and by using gpmc.msc command in Windows Server.

2. Next, in the GPO Editor window, navigate here:

Computer Configuration > Administrative Templates > Windows Components > App Package Deployment

Note: You should have Policies folder after Computer Configuration, if you’re on Windows Server.

The Deployment Operation Was Blocked Because Special Profile Deployment Is Not Allowed

3. In the right pane of App Package Deployment, look for the policy setting named Allow deployment operations in special profiles. Double click on it to modify its status:

The Deployment Operation Was Blocked Because Special Profile Deployment Is Not Allowed

4. Set the policy status to Enabled. Click Apply, followed by OK. Close Group Policy Editor and refresh GP engine to make changes effective.

Now when you perform deployment operation, the error will not occur.

Note: Once you completed deployment operation, you’re recommended to restore Allow deployment operations in special profiles GPO setting to default or ‘Not Configured’ stage.

That’s it!

Share this article
https://www.kapilarya.com/the-deployment-operation-was-blocked-because-special-profile-deployment-is-not-allowed

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

Leave a Comment

Your email address will not be published. Required fields are marked *