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
MVP
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:\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.
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.