I installed Windows 10 on my Lenovo Thinkpad Tablet 8. Recently I can't launch Windows Store. It will show the splash screen and then quickly close. Please help. Thanks.
Perform a couple of Windows Updates. After that reboot and check the Windows Store for updates. The store was updated through itself after the wide release.
Perform a couple of Windows Updates. After that reboot and check the Windows Store for updates. The store was updated through itself after the wide release.
Thanks. I use the powershell command - PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
Now it works again.