https://github.com/UsefulScripts01/RemoveAppx
https://github.com/UsefulScripts01/RemoveAppx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/UsefulScripts01/RemoveAppx
- Owner: UsefulScripts01
- Created: 2021-09-08T14:52:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T20:34:56.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:05:28.027Z (about 1 year ago)
- Language: PowerShell
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - UsefulScripts01/RemoveAppx - (PowerShell)
README
# 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.
```powershell
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
