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
Install 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.
+ 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.