engineeringpunk
Member
- Dec 21, 2015
- 10
Windows 10 version 1511 build 10586.29
The store will not download updates. It says "acquiring license" and then "try that again" with error 0x803F7000. This seems to have started about 2 weeks ago. I have tried a great many things that others have found successful. These are the things I have tried without success:
1. Yes my date, time, region, and time zone are all correct, so don't ask.
2. dism /online /cleanup-image /restorehealth (completed successfully)
3. sfc /scannow (completed successfully)
3. powershell
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
This also completed successfully.
4. wsreset
5. logging out of my account within the store and logging back in
6. Tried the built in Windows Troubleshooting for the store.
There are others having this problem. I created a thread in the Microsoft community and others have posted but no solution yet. Anyone here want to take a swing at it?
The store will not download updates. It says "acquiring license" and then "try that again" with error 0x803F7000. This seems to have started about 2 weeks ago. I have tried a great many things that others have found successful. These are the things I have tried without success:
1. Yes my date, time, region, and time zone are all correct, so don't ask.
2. dism /online /cleanup-image /restorehealth (completed successfully)
3. sfc /scannow (completed successfully)
3. powershell
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
This also completed successfully.
4. wsreset
5. logging out of my account within the store and logging back in
6. Tried the built in Windows Troubleshooting for the store.
There are others having this problem. I created a thread in the Microsoft community and others have posted but no solution yet. Anyone here want to take a swing at it?