Home > Common Problem > body text

Win10 Microsoft store download button is missing. There is no download button in the app store.

PHPz
Release: 2023-07-18 20:01:09
forward
1487 people have browsed it

Some Win10 users found that when they opened the Microsoft Store to download mobile software, the download button disappeared. They tried clearing the store cache and logging in to the account, but nothing solved the problem. What should they do? Let’s take a look at this issue together.

Win10 Microsoft store download button is missing. There is no download button in the app store.

Try the following solutions:

1. Click the Microsoft logo-Settings-System Software-Applications and Functions, search for store applications, and click Advanced Select the item and click Reset.

2. Type windowspowershell in the Cortana input box, right-click windowspowershell on the computer to run as administrator, copy the following command to run,

Get-AppxPackage-AllUsers|Foreach{Add-AppxPackage-DisableDevelopmentMode-Register "$($_.InstallLocation)\AppXManifest.xml"}

or

Get-AppxPackage|%{Add-AppxPackage-DisableDevelopmentMode-Register"$($_.InstallLocation)\ AppxManifest.xml"-verbose}

The above is the detailed content of Win10 Microsoft store download button is missing. There is no download button in the app store.. For more information, please follow other related articles on the PHP Chinese website!

source:windows7en.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template