cara ini efektiv di windows 8 maupun di 8.1
berikut cara caranya :
cara agar apps store dapat di buka lagi
A.) Fixing the app store:
- Open registry editor typing regedit.exe from a command line.
- Browse to the registry key at HKEY_CURRENT_USER\Software\Classes\Local Settings\software\microsoft\windows\currentversion\appmodel\repository\packages.
- Right click on the “packages” key and bring up the “Permissions” tab.
- Click the “Advanced” button located at the bottom right corner.
- Check to see the account name that shows up as the “Owner” (this is the first line of text on the “advanced security settings” dialog for the “packages” key). It should say “SYSTEM”. (For me this showed the built-in local Administrators group)
- If it is any other account, click on the “Change” button next to it.
- Type SYSTEM in the “select user” dialog. If “Multiple Names Found” window comes up, select the row for “SYSTEM”.
- Click OK to the dialogs and close them all.
- Run from admin command prompt: Powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
biasanya pada hkey_current_user itu ada sedikit berbeda isinya, pokoknya sampe yang ketemu banyak tulisan package,klik kanan di situ
- Run from admin PowerShell:
((Get-ChildItem "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\InboxApplications") | Get-ItemProperty).Path | Add-AppxPackage -Register -DisableDevelopmentMode
* When I ran this the black X persisted until after the next step and reboot. But trying to start an app gives me a new message and a link to the store.
C.) Fixing 3rd party apps:
- Delete the regkey:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\[UserSID]
You can find your SID by going to an elevated command prompt and typing
wmic useraccount get name,sid
D.) Restart. After a reboot the apps still showed the black X for a minute or so, but it soon cleared up on its own and all apps seemed to be working again. I was also able to update the apps from the app store once signing in with a Microsoft account. Finally, I am again able to get into PC Settings.
semoga bermanfaat.