Issue/Question
I would like to download an app from Microsoft. My computer seems to be locked from downloading anything from the app store.
Error: Turn on Windows Update. This install is prevented by policy. Ask your admin to enable Windows Update. Code: 0x8024500c
Environment
- Windows 10
- Microsoft Store
Resolution
Troubleshoot Microsoft Store
- Press +I
- Click Update & Security
- Click Troubleshoot
- Click Additional Troubleshooters
- Click Windows Store Apps
- Click Run the troubleshooter
- User Account Control has been turned off - Select Skip this step
- Click Close
- Try installing an app from Microsoft store - if it fails go to next section
Re-register Microsoft Store Apps
- Type PowerShell in search bar
- Click Run as administrator
- Copy the following Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Paste in PowerShell Window
- Press Enter
- Close Powershell Window once Powershell Window is at PS C:\Windows\system32>
- Reboot Computer
- Try installing another app
Note: If the install fails click in upper right hand corner and the download should start again