8000 GitHub - fischmann-it/RemoveAppx
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fischmann-it/RemoveAppx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RemoveBloatware

Description

This script removes all useless APPX applications from the operating system.

List of deleted applications

Microsoft.BingWeather
Microsoft.BingSearch
Microsoft.BingNews
Microsoft.Microsoft3DViewer
Microsoft.MicrosoftSolitaireCollection
Microsoft.MicrosoftStickyNotes
Microsoft.MixedReality.Portal
Microsoft.MSPaint
Microsoft.Paint
Microsoft.Office.OneNote
Microsoft.OutlookForWindows
Microsoft.MicrosoftOfficeHub
Microsoft.People
Microsoft.ScreenSketch
Microsoft.SkypeApp
Microsoft.StorePurchaseApp
Microsoft.Wallet
Microsoft.WindowsAlarms
Microsoft.WindowsCamera
Microsoft.windowscommunicationsapps
Microsoft.WindowsFeedbackHub
Microsoft.WindowsMaps
Microsoft.Windows.DevHome
MicrosoftWindows.CrossDevice
Microsoft.WindowsSoundRecorder
Microsoft.Xbox.TCUI
Microsoft.XboxApp
Microsoft.XboxGameOverlay
Microsoft.XboxGamingOverlay
Microsoft.XboxIdentityProvider
Microsoft.XboxSpeechToTextOverlay
Microsoft.YourPhone
Microsoft.ZuneMusic
Microsoft.ZuneVideo
Microsoft.GetHelp
Microsoft.Todos
Microsoft.Copilot
Microsoft.PowerAutomateDesktop
MicrosoftCorporationII.QuickAssist
Clipchamp.Clipchamp

Usage

Copy the code from the area below and paste it into PowerShell Admin (or Windows Terminal) and press Enter.

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/UsefulScripts01/RemoveAppx/main/RemoveAppx.ps1'))

Select Appx Packages to remove

Select Appx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%
0