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

[Feature]: Remove bloatware - Microsoft Clipchamp #459

Open
ProgrammerBruce opened this issue Dec 6, 2024 · 0 comments
Open

[Feature]: Remove bloatware - Microsoft Clipchamp #459

ProgrammerBruce opened this issue Dec 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ProgrammerBruce
Copy link

ProgrammerBruce commented Dec 6, 2024

Problem statement

Microsoft Clipchamp is not removed in current Remove bloatware set.

Proposed solution

Include removal of Microsoft Clipchamp in Remove bloatware set.

Alternatives considered

No response

Additional information

Get-AppxPackage listing of Microsoft Clipchamp:

Name              : Clipchamp.Clipchamp
Publisher         : CN=33F0F141-36F3-4EC2-A77D-51B53D0BA0E4
Architecture      : Neutral
ResourceId        : 
Version           : 3.0.10220.0
PackageFullName   : Clipchamp.Clipchamp_3.0.10220.0_neutral__yxz26nhyzhsrt
InstallLocation   : C:\Program Files\WindowsApps\Clipchamp.Clipchamp_3.0.10220.0_neutral__yxz26nhyzhsrt
IsFramework       : False
PackageFamilyName : Clipchamp.Clipchamp_yxz26nhyzhsrt
PublisherId       : yxz26nhyzhsrt
IsResourcePackage : False
IsBundle          : False
IsDevelopmentMode : False
NonRemovable      : False
Dependencies      : {Clipchamp.Clipchamp_3.0.10220.0_neutral_split.scale-100_yxz26nhyzhsrt}
IsPartiallyStaged : False
SignatureKind     : Store
Status            : Ok

Get-AppxProvisionedPackage -Online | where {$_.PackageName -like '*Clipchamp*'}

DisplayName   :  Clipchamp.Clipchamp
Version       :  3.0.10220.0
Architecture  :  neutral
ResourceId    :  ~
PackageName   :  Clipchamp.Clipchamp_3.0.10220.0_neutral__yxz26nhyzhsrt
Regions       :  all

System: Offline install of Windows 11 Pro N 24H2 build 26100.2454
w/Hotfixes: KB5048162, KB5046740, KB5043113, KB5048295

Note: This issue is in part a duplication of part of #279, but that issue is larger in scope.

@ProgrammerBruce ProgrammerBruce added the enhancement New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant