Many users will download necessary application software from the built-in app store of their notebooks. However, recently some users have found that they cannot download the software and the installation button is gray. What is the reason? The editor below will introduce two solutions to you.
Fix method one:
1. Reset group policy:
1. Turn on [Gradually] In the menu bar, type cmd, right-click and select [Run as administrator]
2. Execute the following command to reset the group policy:
RD/S/Q"%WinDir%\System32 \GroupPolicyUsers", press Enter
RD/S/Q""%WinDir%\System32\GroupPolicy", press Enter
3. Restart the device
4. Repeat step 1 and execute the following command: gpupdate/force, press Enter
5. Restart the device
2. Enhance [Internet Service] and [Local Life Service] 】Go to your administrator group chat
1. Press the Windows key, search for [cmd] (cmd), right-click and select [Open as administrator]
2 , type netlocalgroupAdministrators/addnetworkservice, press Enter
netlocalgroupAdministrators/addlocalservice, press Enter
3. Restart the computer
Patch method two: clear the cache file of the app store
1. At the same time, press [Windows logo key R] to open [Run]
2. Type WSReset.exe and click [Run]
Reset App Store
1. Open [Settings]>[Applications]>[Apps and Features]>
2. In the directory on the left, look for [App Store]
3. Select [Advanced Options]>[Reset]
Uninstall the store and reinstall it
1. Press the [WINDOWS] key on the computer keyboard and type [windowspowershell]
2. Right-click [windows powershell] on the computer and select [Run as administrator]
3. Type the following command to reinstall the app store:
taskkill /f/imexplorer.exe and press Enter
Get-AppxPackageMicrosoft.WindowsStore|Remove-AppxPackage Press Enter
Get-AppxPackage-all*Microsoft.WindowsStore*|%{Add-AppxPackage-register-disabledevelopmentmode($_.installlocation " \appxmanifest.xml")}Press Enter
startexplorerPress Enter
4. Restart the computer
5. Open the app store again
The above two You can try to fix this solution, which is usually caused by problems in the store.
The above is the detailed content of Why is the Windows 10 Microsoft Store installation button grayed out?. For more information, please follow other related articles on the PHP Chinese website!