Jump to content

Recommended Posts

Posted

Ok, so for some weird and wonderful reason, on a few of the machines we have had issues with Windows Store not showing... sometimes other apps, but this is the main one.

 

After trying lots of reinstall commands, they have failed, I think mostly because for some reason the Microsoft.WindowStore folder/folders aren't in C:\Program Files\WindowsApps and even coping them over and trying to run the install from the AppManifest.xml file fails.

 

I have been able to install the Store using a Microsoft.WindowsStore_12001.1001.113.0_neutral___8wekyb3d8bbwe.AppxBundle file... but it only works for that user... not for all users as is the default behaviour for new builds. Also it doesn't help that profiles are wiped on logoff.

 

Anyone got any ideas of how to get this back for all users?

Posted
3 days and no ideas? What do I pay the Internet for? I'm gonna talk to BT and you are all going to get into so much trouble for not helping me out! ;)
Posted
Does the following PowerShell command open the Microsoft Store? As logged in user:

 

start ms-windows-store:

 

Unfortunately not, this just comes up instead.

Err.png

Posted

We've used wsreset.exe in PowerShell before as user, or the following command as admin:

 

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

  • Thanks 1
Posted (edited)

It's a bit of a long shot, but you could try the following command (if any of the suggestions above do not work):

 

Dism.exe /Online /Add-ProvisionedAppxPackage /PackagePath:"X:\amd64fre\Microsoft.WindowsStore_8wekyb3d8bbwe.appxbundle" /Region:"All" /SkipLicense

 

The Region:"All" command apparently prevents Store apps from being deleted at first logon.

 

If that doesn't work, try the one from this thread since it worked on LTSC.

 

I'm gonna talk to BT and you are all going to get into so much trouble for not helping me out! ;)

BT said your Internet license had expired over the weekend. They want £200 in iTunes or Google Play gift cards to renew it. :D ;)

Edited by Arthur
  • Thanks 1
Posted
We've used wsreset.exe in PowerShell before as user, or the following command as admin:

 

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

 

Unforuntately with wsreset.exe I get the lovely white window in the post above as well.

 

As for the command... this is the result I get back...

 

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

 

Add-AppxPackage : Cannot find path 'C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x64__8wekyb3d8bbweAppXManifest.xml' because it does not exist.
At line:1 char:47
+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
   + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

 

For the easy of reading, that is also comes up for the following xmls which it runs.

 

'C:\Program Files\WindowsApps\Microsoft.Wallet_2.4.18324.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.0_2.1810.18004.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.2.2_2.2.27328.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.Advertising.Xaml_10.1811.1.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.2.2_2.2.27912.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.Advertising.Xaml_10.1811.1.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.ScreenSketch_10.1907.2471.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\windows\system32\AppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.1.7_1.7.27413.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.1_2.11906.6001.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.Microsoft3DViewer_7.1908.9012.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.2_2.21909.17002.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.2_2.21909.17002.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\windows\system32\AppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.Services.Store.Engagement_10.0.19011.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.Services.Store.Engagement_10.0.19011.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.Print3D_3.3.791.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.WebMediaExtensions_1.0.20875.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.WindowsMaps_5.1909.2813.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.MSPaint_6.1907.18017.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.VP9VideoExtensions_1.0.22681.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.DesktopAppInstaller_1.0.32912.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.WebpImageExtension_1.0.22753.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.27810.0_x86__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.WindowsSoundRecorder_10.1910.3189.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.HEIFImageExtension_1.0.23292.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_10.1910.0.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\ImmersiveControlPanelAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbweAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.LockApp_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\InputApp_cw5n1h2txyewyAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.BingWeather_4.34.13393.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.MicrosoftStickyNotes_3.7.106.0_x64__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\IPEVO.IPEVOVisualizer_1.10.190.0_x86__gdsbnj3p4xm4eAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.FilePicker_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.FileExplorer_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.AppResolverUX_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.AddSuggestedFoldersToLibraryDialog_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.AccountsControl_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.AsyncTextService_8wekyb3d8bbweAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.BioEnrollment_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\microsoft.creddialoghost_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.ECApp_8wekyb3d8bbweAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.MicrosoftEdgeDevToolsClient_8wekyb3d8bbweAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.PPIProjection_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Win32WebViewHost_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.AppRep.ChxApp_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.AssignedAccessLockApp_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.CallingShellApp_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.CapturePicker_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\microsoft.windows.narratorquickstart_8wekyb3d8bbweAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.OOBENetworkConnectionFlow_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\ParentalControls_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.PeopleExperienceHost_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.PinningConfirmationDialog_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.SecHealthUI_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.Windows.XGpuEjectDialog_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\SystemApps\Windows.CBSPreview_cw5n1h2txyewyAppXManifest.xml'
'C:\Windows\PrintDialogAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.LanguageExperiencePacken-GB_18362.14.45.0_neutral__8wekyb3d8bbweAppXManifest.xml'
'C:\Program Files\WindowsApps\Microsoft.Whiteboard_19.11216.4665.0_x64__8wekyb3d8bbweAppXManifest.xml'

 

And unfortunately no Store.

Posted

 

Unfortunately that script didn't work either.

 

It's a bit of a long shot, but you could try the following command (if any of the suggestions above do not work):

 

Dism.exe /Online /Add-ProvisionedAppxPackage /PackagePath:"X:\amd64fre\Microsoft.WindowsStore_8wekyb3d8bbwe.appxbundle" /Region:"All" /SkipLicense

 

But THIS worked beautifully! Thank you! :D

 

BT said your Internet license had expired over the weekend. They want £200 in iTunes or Google Play gift cards to renew it. :D ;)

 

Errrr... it's in the mail! ;)

  • Thanks 2
Posted
3 days and no ideas? What do I pay the Internet for? I'm gonna talk to BT and you are all going to get into so much trouble for not helping me out! ;)

 

Have you tried emailing the HT?

  • Thanks 1
Posted
3 days and no ideas? What do I pay the Internet for? I'm gonna talk to BT and you are all going to get into so much trouble for not helping me out! ;)

 

Have you tried emailing the HT?

 

What makes you think I'm not the HT? ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...