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 my boot. I tried everything. Using a repair drive, using cmd, startup repair etc. Then I created a bootable Ubuntu drive and backed up My SSD (Where Windows Was Originally Installed). Then I Downloaded The Windows 11 ISO and created a bootable drive using Rufus. I formatted my SSD and installed windows. When it was installed, I couldn't open windows security, it showed an error "You'll need a new app to open this windowsdefender link". So I seached online and found a microsoft solution. Went into powershell and used those 2 Commands. Get-AppXPackage -AllUsers.......\AppXManifest.xml"} and Get AppxPackage Microsoft.secHealthUI...... Reset-Appxpackage. I didn't white the whole commands above as they are too big and I'm doing this on my phone. Then I realised that even store is not there. Not in installed apps and not even in search. And when I try to use wsreset.exe, it shows " You'll need a new app to open this windows-store link".
So, now I don't know what to do. Hopefully, you can help me.
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 my boot. I tried everything. Using a repair drive, using cmd, startup repair etc. Then I created a bootable Ubuntu drive and backed up My SSD (Where Windows Was Originally Installed). Then I Downloaded The Windows 11 ISO and created a bootable drive using Rufus. I formatted my SSD and installed windows. When it was installed, I couldn't open windows security, it showed an error "You'll need a new app to open this windowsdefender link". So I seached online and found a microsoft solution. Went into powershell and used those 2 Commands. Get-AppXPackage -AllUsers.......\AppXManifest.xml"} and Get AppxPackage Microsoft.secHealthUI...... Reset-Appxpackage. I didn't white the whole commands above as they are too big and I'm doing this on my phone. Then I realised that even store is not there. Not in installed apps and not even in search. And when I try to use wsreset.exe, it shows " You'll need a new app to open this windows-store link".
So, now I don't know what to do. Hopefully, you can help me.
- 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!- AwangaziCopper ContributorInstall the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\Windows\system32> Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.Windows.StartMenuExperienceHost_10.0.22581.1_neutral_neutral_cw5n1h2txyewy windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0002-9773-0a9f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0002-9773-0a9f0c45d801 At line:1 char:28 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0002-2674-0a9f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0002-2674-0a9f0c45d801 At line:1 char:28 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Windows\Imme...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0002-b375-0a9f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0002-b375-0a9f0c45d801 At line:1 char:28 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Deployment operation progress: C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe\App Deployment operation progress: C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\AppXManife Deployment operation progress: C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy\AppXManifest.xml 92% Processing Deployment operation progress: C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\AppXManifest.xml 3% Proc Deployment operation progress: C:\Windows\SystemApps\Microsoft.Windows.FilePicker_cw5n1h2txyewy\AppXManifest.xml 100% C Deployment operation progress: C:\Windows\SystemApps\Microsoft.Windows.FileExplorer_cw5n1h2txyewy\AppXManifest.xml 100% Deployment operation progress: C:\Windows\SystemApps\Microsoft.Windows.AppResolverUX_cw5n1h2txyewy\AppXManifest.xml 92% Deployment operation progress: C:\Windows\SystemApps\Microsoft.Windows.AddSuggestedFoldersToLibraryDialog_cw5n1h2txyewy Deployment operation progress: C:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\AppXManifest.xml 92% Proc Deployment operation progress: C:\Windows\SystemApps\Microsoft.AccountsControl_cw5n1h2txyewy\AppXManifest.xml Initializ 2 activities not shown... + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_1000.22581.200.0_x64__cw5n1h2txyewy. NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0002-5b78-0a9f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0002-5b78-0a9f0c45d801 At line:1 char:28 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception
PS C:\Windows\system32> rId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed
Microsoft.Windows.StartMenuExperienceHost_10.0.22581.1_neutral_neutral_cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0002-7176-0a9f0c45d801 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0002-7176-0a9f0c45d801
At line:1 char:28
+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
This Is What I'm Getting. I've Used This Command A 100 Times. It Doesn't Work. I Restarted After This. No Apps. Tried Creating A New User. Still No Apps. No Paint, No Snipping Tool, No Store, The Defender Doesn't Open Etc. I Don't Know What Else To Do. - AwangaziCopper ContributorPS C:\Program Files\PowerShell\7> Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0000-93f5-0e9f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0000-93f5-0e9f0c45d801
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed windows.immersivecontrolpanel_10.0.6.1000_neutral_neutral_cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0003-5c7e-089f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0003-5c7e-089f0c45d801
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.Windows.StartMenuExperienceHost_10.0.22581.1_neutral_neutral_cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0003-1f7f-089f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0003-1f7f-089f0c45d801
Add-AppxPackage: Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use.
error 0x80073D02: Unable to install because the following apps need to be closed MicrosoftWindows.Client.CBS_1000.22581.200.0_x64__cw5n1h2txyewy.
NOTE: For additional information, look for [ActivityId] 9f0683fe-450c-0004-be18-0e9f0c45d801 in the Event Log or use the command line Get-AppPackageLog -ActivityID 9f0683fe-450c-0004-be18-0e9f0c45d801
PS C:\Program Files\PowerShell\7>
Just Installed Powershell 7.2.2 And This Is What It Shows. - AwangaziCopper ContributorPS 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.
- MousefluffIron Contributor
Another issue that comes up sometimes, which is VERY rare (only the early releases of Windows 11 had this issue,) is you may be stuck with a bad ACL entry for "C:\Program Files". I'm not saying that it's not possible to run this on a running / online operating system image, but it's often safer to run this script from the command prompt on WinPE:
REM Batch file to reset ACLs on WinPE for offline images only: @ECHO OFF SETLOCAL icacls C: /inheritance:r /grant:r "ALL APPLICATION PACKAGES":(OI)(CI)(F) /c /l /q icacls "C:\*.*" /reset /t /c /l /q
"Microsoft Store Apps fail to start if default registry or file permissions modified: Fix file system permissions that's changed manually" -> https://docs.microsoft.com/en-us/troubleshoot/windows-client/shell-experience/microsoft-store-apps-fail-to-start#fix-file-system-permissions-thats-changed-manually