PS C:\WINDOWS\system32> Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Reg
ister "$($_.InstallLocation)\AppXManifest.xml"}
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CF9)
error 0x80070003: Deployment of package Microsoft.WindowsStore_11806.1001.21.0_x64__8wekyb3d8bbwe was blocked by
AppLocker.
NOTE: For additional information, look for [ActivityId] dc4f57ea-5b39-0000-db8d-4fdc395bd401 in the Event Log or use
the command line Get-AppxLog -ActivityID dc4f57ea-5b39-0000-db8d-4fdc395bd401
At line:1 char:53
- ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
What to do if AppLocker is blocking everything store-related I try to install?
Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CF9)
error 0x80070003: Deployment of package Microsoft.WindowsStore_11806.1001.21.0_x64__8wekyb3d8bbwe was blocked by AppLocker.