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

"Attempting to remove Clipchamp.Clipchamp..." is kept on for more than 20 minutes. #140

Open
blunelsongamer opened this issue Oct 9, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@blunelsongamer
Copy link

blunelsongamer commented Oct 9, 2024

Describe the bug
I was doing what it was told, open powershell on admin, use the script, select the default, and I waited for 20 minutes...but that was 8 HOURS! And even that shows NOTHING, In 24h2, I don't know why it's taking too long???

To Reproduce
Steps to reproduce the behavior:

  1. Open & ([scriptblock]::Create((irm "https://win11debloat.raphi.re/")))
  2. Select Default
  3. Wait for Attempting to remove Clipchamp.Clipchamp..."
  4. Just takes too long

Expected behavior
Maybe the script was not meant for 24h2 ig???

Screenshots
It's just 6AM because I waited for HOURS, and no other apps have been removed.
IMG_20241009_061429908_HDR

Additional context
Waited for HOURS, slept in, woke up to find nothing on Windows 11 24h2

@Raphire Raphire self-assigned this Oct 9, 2024
@Raphire Raphire added the bug Something isn't working label Oct 9, 2024
@Raphire
Copy link
Owner

Raphire commented Oct 9, 2024

Heya,

This is very strange indeed. I am unable to reproduce this myself on Windows 11 24H2.

Could you try manually removing the app by running powershell as administrator and running the following command:

Get-AppxPackage -Name *Clipchamp* -AllUsers | Remove-AppxPackage -AllUsers

This is the same command Win11Debloat runs under the hood.

@blunelsongamer
Copy link
Author

Hey! So this is what i found

Remove-AppxPackage : User cancelled the install request.
AppX Deployment operation failed for package Clipchamp.Clipchamp_3.0.10220.0_neutral_~_yxz26nhyzhsrt with error
0x80073CF8. The specific error text for this failure is: Deployment operation failed.
At line:1 char:47

  • ... ppxPackage -Name Clipchamp -AllUsers | Remove-AppxPackage -AllUsers
  •                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [Remove-AppxPackage], COMException
    • FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Microsoft.Windows.Appx.PackageManager.Comman
      ds.RemoveAppxPackageCommand

@blunelsongamer
Copy link
Author

Any luck or fixing it yet?

@Raphire
Copy link
Owner

Raphire commented Oct 22, 2024

Any luck or fixing it yet?

I unfortunately haven't been able to find a fix. It does seem similar to the issue here, although I previously assumed that only affected Windows 10.

@ServiceDeskCSI
Copy link

ServiceDeskCSI commented Nov 1, 2024

ah this explains why it worked on my windows 11 for testing and not windows 10 when i deployed it. I was like what the hell they both use the same commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants