https://github.com/UsefulScripts01/RemoveAppx
https://github.com/UsefulScripts01/RemoveAppx
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/UsefulScripts01/RemoveAppx
- Owner: UsefulScripts01
- Created: 2021-09-08T14:52:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T20:34:56.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:05:28.027Z (11 months 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
```
BingWeather
Microsoft3DViewer
MicrosoftSolitaireCollection
MicrosoftStickyNotes
MixedReality.Portal
MSPaint
Office.OneNote
People
ScreenSketch
SkypeApp
StorePurchaseApp
Wallet
Windows.Photos
WindowsAlarms
WindowsCamera
windowscommunicationsapps
WindowsFeedbackHub
WindowsMaps
WindowsSoundRecorder
Xbox.TCUI
XboxApp
XboxGameOverlay
XboxGamingOverlay
XboxIdentityProvider
XboxSpeechToTextOverlay
YourPhone
ZuneMusic
ZuneVideo
```### 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
