Forum Discussion
Awangazi
Mar 28, 2022Copper Contributor
No Microsoft Apps Found After Update To Windows 11
Hi, I am in the insider program and I got an update to the latest build a couple days ago. I have a hybrid PC ( I have both HDD And SSD) While updating something went wrong and It somehow messed up m...
KapilArya
Mar 30, 2022MVP
Hello,
Try to re-register apps all apps. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell and see if the issue is resolved now.
If this doesn't works, try creating a new user account and all apps should be available on that.
Let us know if this helps!
Try to re-register apps all apps. Perform these steps:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell and see if the issue is resolved now.
If this doesn't works, try creating a new user account and all apps should be available on that.
Let us know if this helps!
Awangazi
Mar 31, 2022Copper Contributor
PS C:\Users\awang> Get-AppxPackage | Select Name
Name
----
Microsoft.UI.Xaml.CBS
Microsoft.Windows.StartMenuExperienceHost
MicrosoftWindows.Client.CBS
Microsoft.Windows.ShellExperienceHost
Microsoft.VCLibs.140.00
1527c705-839a-4832-9118-54d4Bd6a0c89
c5e2524a-ea46-4f67-841f-6a9465d9d515
E2A4F912-2574-4A75-9BB0-0D023378592B
F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
Microsoft.AAD.BrokerPlugin
Microsoft.AccountsControl
Microsoft.AsyncTextService
Microsoft.BioEnrollment
Microsoft.CredDialogHost
Microsoft.ECApp
Microsoft.LockApp
Microsoft.MicrosoftEdgeDevToolsClient
Microsoft.Win32WebViewHost
Microsoft.Windows.Apprep.ChxApp
Microsoft.Windows.AssignedAccessLockApp
Microsoft.Windows.CallingShellApp
Microsoft.Windows.CapturePicker
Microsoft.Windows.CloudExperienceHost
Microsoft.Windows.ContentDeliveryManager
Microsoft.Windows.NarratorQuickStart
Microsoft.Windows.OOBENetworkCaptivePortal
Microsoft.Windows.OOBENetworkConnectionFlow
Microsoft.Windows.ParentalControls
Microsoft.Windows.PeopleExperienceHost
Microsoft.Windows.PinningConfirmationDialog
Microsoft.Windows.PrintQueueActionCenter
Microsoft.Windows.SecureAssessmentBrowser
Microsoft.Windows.XGpuEjectDialog
Microsoft.XboxGameCallableUI
MicrosoftWindows.UndockedDevKit
NcsiUwpApp
Windows.CBSPreview
Windows.PrintDialog
Microsoft.MicrosoftEdge.Stable
MicrosoftTeams
Microsoft.OneDriveSync
NVIDIACorp.NVIDIAControlPanel
Microsoft.NET.Native.Framework.2.0
Microsoft.NET.Native.Framework.2.0
Microsoft.NET.Native.Runtime.2.0
Microsoft.NET.Native.Runtime.2.0
Microsoft.VCLibs.140.00
DolbyLaboratories.DolbyAtmosforGaming
RealtekSemiconductorCorp.RealtekAudioControl
SpotifyAB.SpotifyMusic
MicrosoftWindows.Client.Core
Microsoft.MicrosoftEdge
windows.immersivecontrolpanel
This Is What I Get When I Use This Command.
Name
----
Microsoft.UI.Xaml.CBS
Microsoft.Windows.StartMenuExperienceHost
MicrosoftWindows.Client.CBS
Microsoft.Windows.ShellExperienceHost
Microsoft.VCLibs.140.00
1527c705-839a-4832-9118-54d4Bd6a0c89
c5e2524a-ea46-4f67-841f-6a9465d9d515
E2A4F912-2574-4A75-9BB0-0D023378592B
F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
Microsoft.AAD.BrokerPlugin
Microsoft.AccountsControl
Microsoft.AsyncTextService
Microsoft.BioEnrollment
Microsoft.CredDialogHost
Microsoft.ECApp
Microsoft.LockApp
Microsoft.MicrosoftEdgeDevToolsClient
Microsoft.Win32WebViewHost
Microsoft.Windows.Apprep.ChxApp
Microsoft.Windows.AssignedAccessLockApp
Microsoft.Windows.CallingShellApp
Microsoft.Windows.CapturePicker
Microsoft.Windows.CloudExperienceHost
Microsoft.Windows.ContentDeliveryManager
Microsoft.Windows.NarratorQuickStart
Microsoft.Windows.OOBENetworkCaptivePortal
Microsoft.Windows.OOBENetworkConnectionFlow
Microsoft.Windows.ParentalControls
Microsoft.Windows.PeopleExperienceHost
Microsoft.Windows.PinningConfirmationDialog
Microsoft.Windows.PrintQueueActionCenter
Microsoft.Windows.SecureAssessmentBrowser
Microsoft.Windows.XGpuEjectDialog
Microsoft.XboxGameCallableUI
MicrosoftWindows.UndockedDevKit
NcsiUwpApp
Windows.CBSPreview
Windows.PrintDialog
Microsoft.MicrosoftEdge.Stable
MicrosoftTeams
Microsoft.OneDriveSync
NVIDIACorp.NVIDIAControlPanel
Microsoft.NET.Native.Framework.2.0
Microsoft.NET.Native.Framework.2.0
Microsoft.NET.Native.Runtime.2.0
Microsoft.NET.Native.Runtime.2.0
Microsoft.VCLibs.140.00
DolbyLaboratories.DolbyAtmosforGaming
RealtekSemiconductorCorp.RealtekAudioControl
SpotifyAB.SpotifyMusic
MicrosoftWindows.Client.Core
Microsoft.MicrosoftEdge
windows.immersivecontrolpanel
This Is What I Get When I Use This Command.