Forum Discussion

momenraslan's avatar
momenraslan
Copper Contributor
Jul 18, 2024

Issue with Windows Search, Clipboard, and Snip & Sketch Tools Not Working

Hello,

Recently, I encountered problems with Windows Search, Clipboard, and Snip & Sketch tools. When I open them, nothing happens. I tried many solutions found on the internet, but none of them worked.

Recently, I tried running the following PowerShell command:

Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


However, it returned several errors:

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.                                                                            Windows cannot install package Microsoft.ECApp_10.0.19041.4239_neutral__8wekyb3d8bbwe because the package is currently paused. The package must be Staged in order to proceed.                NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0002-da36-70d5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID                           d56fc727-d8f6-0002-da36-70d5f6d8da01                                                                                                                                                          At line:1 char:94                                                                                                                                                                             + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...                                                                                                               +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                       + CategoryInfo          : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException                                                                               + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand                                                                                                                                                                                                                                                                          Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.                                                                            Windows cannot install package Microsoft.Windows.Search_1.14.14.19041_neutral_neutral_cw5n1h2txyewy because the package is currently paused. The package must be Staged in order to proceed.  NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0004-5931-70d5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID                           d56fc727-d8f6-0004-5931-70d5f6d8da01                                                                                                                                                          At line:1 char:94                                                                                                                                                                             + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...                                                                                                               +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                       + CategoryInfo          : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException                                                                               + 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 Microsoft.Windows.StartMenuExperienceHost_10.0.19041.4239_neutral_neutral_cw5n1h2txyewy.                     NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0004-6431-70d5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID                           d56fc727-d8f6-0004-6431-70d5f6d8da01                                                                                                                                                          At line:1 char:94                                                                                                                                                                             + ...  | 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: 0x80073CF9, Install failed. Please contact your software vendor.                                                                            Windows cannot install package MicrosoftWindows.Client.CBS_1000.19056.1000.0_x64__cw5n1h2txyewy because the package is currently paused. The package must be Staged in order to proceed.      NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0004-6a31-70d5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID                           d56fc727-d8f6-0004-6a31-70d5f6d8da01                                                                                                                                                          At line:1 char:94                                                                                                                                                                             + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...                                                                                                               +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                       + CategoryInfo          : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException                                                                               + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand                                                                                                                                                                                                                                                                          Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.                                                                            Windows cannot install package Microsoft.Windows.Search_1.14.14.19041_neutral_neutral_cw5n1h2txyewy because the package is currently paused. The package must be Staged in order to proceed.  NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0002-3337-70d5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID                           d56fc727-d8f6-0002-3337-70d5f6d8da01                                                                                                                                                          At line:1 char:94                                                                                                                                                                             + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...                                                                                                               +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                                       + CategoryInfo          : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException                                                                               + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand                                                                                                                                                                                                                                                                          Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.                                                                            Windows cannot install package MicrosoftWindows.Client.CBS_1000.19056.1000.0_x64__cw5n1h2txyewy because the package is currently paused. The package must be Staged in order to proceed.      NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0000-c822-70d5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
d56fc727-d8f6-0000-c822-70d5f6d8da01
At line:1 char:94
+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
Windows cannot install package Microsoft.ECApp_10.0.19041.4239_neutral__8wekyb3d8bbwe because the package is currently paused. The package must be Staged in order to proceed.
NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0000-c922-70d5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
d56fc727-d8f6-0000-c922-70d5f6d8da01
At line:1 char:94
+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor.
Windows cannot install package MicrosoftWindows.Client.CBS_1000.19056.1000.0_x64__cw5n1h2txyewy because the package is currently paused. The package must be Staged in order to proceed.
NOTE: For additional information, look for [ActivityId] d56fc727-d8f6-0001-4efd-6fd5f6d8da01 in the Event Log or use the command line Get-AppPackageLog -ActivityID
d56fc727-d8f6-0001-4efd-6fd5f6d8da01
At line:1 char:94
+ ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


Can you please provide a solution to these issues?

Thanks!

No RepliesBe the first to reply

Resources