Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COM Exception #172

Open
blinkyboi opened this issue Nov 7, 2024 · 2 comments
Open

COM Exception #172

blinkyboi opened this issue Nov 7, 2024 · 2 comments

Comments

@blinkyboi
Copy link

How to create the error

  1. Select option 1: Software & Apps
  2. Select option 2: Remove Bloatware Apps
  3. Select option 1: Remove ALL Windows Apps
  4. Affirm to warning with: y
  5. Error will be thrown in the console as can be seen in the snippet and screenshot.

PowerShell Console Output Snippet

Remove-AppxPackage : Removal Failed. Please contact your software vendor.
Deployment Remove operation with target volume C: on Package 
Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_x64_8wekyb3d8bbwe from: failed with error 
0x80070002. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment 
issues.
At C:\Users\Blinky\Desktop\UnattendedWinstall\UWScript.ps1:613 char:9
+             Remove-AppxPackage -AllUsers -ErrorAction SilentlyContinue |  ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       + CategoryInfo              : NotSpecified:  (:)  [Remove-AppxPackage], COMException
       + FullyQualifiedErrorId  : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.
      PackageManager.Commands.RemoveAppxPackageCommand

PowerShell Console Output Screenshot

image

@memstechtips
Copy link
Owner

It seems that it's related to the SolitaireCollection App.
Did the script continue to execute though?

Also, can you tell me which Windows version and build this happened on?

@blinkyboi
Copy link
Author

I see, yes the script continued and there was no other errors besides this, thought it might be helpful to report it you know.
Windows Build Details:

image

Additional Details:
OS Name: Microsoft Windows 10 Home
Version: 10.0.19045 Build 19045
Other OS Description: Not Available
OS Manufacturer: Microsoft Corporation
Hardware Abstraction Layer Version: = "10.0.19041.5072"


I've also attached the exported summary of msinfo32.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants