.bat to Uninstall Defualt Apps


Hi,
Here's some I used

Code:
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.BingWeather*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Print3D*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Wallet*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Xbox.TCUI*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.XboxIdentityProvider*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.YourPhone*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.XboxGamingOverlay*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Microsoft3DViewer*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.MicrosoftStickyNotes*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.MixedReality.Portal*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.SkypeApp*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Windows.Photos*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.WindowsAlarms*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.WindowsMaps*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.WindowsSoundRecorder*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.XboxApp*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.XboxGameOverlay*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.BingNews*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.GamingApp*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Getstarted*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.ScreenSketch*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Todos*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.WindowsCamera*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.WindowsFeedbackHub*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.ZuneMusic*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.ZuneVideo*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.Office.OneNote*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.XboxSpeechToTextOverlay*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.GetHelp*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.MicrosoftOfficeHub*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.MicrosoftSolitaireCollection*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.WindowsCalculator*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.MicrosoftOfficeHub*" | Remove-AppxPackage -AllUsers
Get-AppxPackage -AllUsers -PackageTypeFilter Bundle -Name "*Microsoft.People*" | Remove-AppxPackage -AllUsers
This is for the full package on all accounts, right?
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
Here's some more like you asked about
Code:
Remove-AppxPackage -Package "Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.BingWeather_4.9.2002.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.MicrosoftStickyNotes_4.1.2.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsAlarms_2021.2101.27.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsCalculator_2020.2012.21.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsMaps_2021.2012.10.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsSoundRecorder_2021.2012.41.0_neutral_~_8wekyb3d8bbwe"
 

My Computer

System One

  • OS
    Win-7-10-11Pro's
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acer 17" Nitro 7840sn/ 2x16gb 5600c40/ 4060/ stock 1tb-os/ 4tb sn850x
    CPU
    10900k & 9940x & 5930k
    Motherboard
    z490-Apex & x299-Apex & x99-Sabertooth
    Memory
    Trident-Z Royal 4000c16 2x16gb & Trident-Z 3600c16 4x8gb & 3200c14 4x8gb
    Graphics Card(s)
    Titan Xp & 1080ti FTW3 & evga 980ti gaming
    Sound Card
    Onboard Realtek x3
    Monitor(s) Displays
    1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24"/ 3rd LG 43" series
    Screen Resolution
    1920-1080 not sure what the t.v is besides 43" class scales from 1920-1080 perfectly
    Hard Drives
    2-WD-sn850x 4tb/ 970evo+500gb/ 980 pro 2tb.
    PSU
    1000p2 & 1200p2 & 850p2
    Case
    D450 x2 & 1 Test bench in cherry Entertainment center
    Cooling
    Custom water loops x3 with 2x mora 360mm rads only 980ti gaming air cooled
    Keyboard
    G710+x3
    Mouse
    Redragon x3
    Internet Speed
    xfinity gigabyte
    Browser
    Firefox
    Antivirus
    mbam pro
Powershell is not working for me for some reason. I can't type in it.

OK, we got something new here.



So, let's say I wanted to throw one of these alone by its self in a .bat file. How'd I go about doing that?
this is an old list I ripped from an article, but should cover most and if there is a new app, perhaps it would be easily modified. just paste any of these into Powershell as an Administrator.

Uninstall 3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Uninstall Alarms and Clock:

Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Uninstall Calculator:

Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Uninstall Calendar and Mail:

Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Uninstall Camera:

Get-AppxPackage *windowscamera* | Remove-AppxPackage

Uninstall Contact Support:

This app can’t be removed.

Uninstall Cortana:

This app can’t be removed.

Uninstall Get Office:

Get-AppxPackage *officehub* | Remove-AppxPackage

Uninstall Get Skype:

Get-AppxPackage *skypeapp* | Remove-AppxPackage

Uninstall Get Started:

Get-AppxPackage *getstarted* | Remove-AppxPackage

Uninstall Groove Music:

Get-AppxPackage *zunemusic* | Remove-AppxPackage

Uninstall Maps:

Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Uninstall Microsoft Edge:

This app can’t be removed.

Uninstall Microsoft Solitaire Collection:

Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Uninstall Money:

Get-AppxPackage *bingfinance* | Remove-AppxPackage

Uninstall Movies & TV:

Get-AppxPackage *zunevideo* | Remove-AppxPackage

Uninstall News:

Get-AppxPackage *bingnews* | Remove-AppxPackage

Uninstall OneNote:

Get-AppxPackage *onenote* | Remove-AppxPackage

Uninstall People:

Get-AppxPackage *people* | Remove-AppxPackage

Uninstall Phone Companion:

Get-AppxPackage *windowsphone* | Remove-AppxPackage

Uninstall Photos:

Get-AppxPackage *photos* | Remove-AppxPackage

Uninstall Store:

Get-AppxPackage *windowsstore* | Remove-AppxPackage

Uninstall Sports:

Get-AppxPackage *bingsports* | Remove-AppxPackage

Uninstall Voice Recorder:

Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Uninstall Weather:

Get-AppxPackage *bingweather* | Remove-AppxPackage

Uninstall Windows Feedback:

This app can’t be removed.

Uninstall Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage
 

My Computer

System One

  • OS
    Windows 11
Here's some more like you asked about
Code:
Remove-AppxPackage -Package "Microsoft.Getstarted_8.2.22942.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.GetHelp_10.1706.13331.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.MicrosoftOfficeHub_18.1903.1152.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.MicrosoftSolitaireCollection_4.4.8204.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.People_2019.305.632.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.ScreenSketch_2019.904.1644.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsCalculator_2020.1906.55.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsCamera_2018.826.98.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsFeedbackHub_2019.1111.2029.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.XboxGamingOverlay_2.34.28001.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.ZuneMusic_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.ZuneVideo_2019.19071.19011.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.BingWeather_4.9.2002.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.MicrosoftStickyNotes_4.1.2.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.Windows.Photos_21.21030.25003.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsAlarms_2021.2101.27.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsCalculator_2020.2012.21.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsMaps_2021.2012.10.0_neutral_~_8wekyb3d8bbwe"
Remove-AppxPackage -Package "Microsoft.WindowsSoundRecorder_2021.2012.41.0_neutral_~_8wekyb3d8bbwe"
This did not work.
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
This did not work.
Hi,
This is why there are not any remove all apps but store reg files

You have to get the correct string off the text lists sadly.
 

My Computer

System One

  • OS
    Win-7-10-11Pro's
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acer 17" Nitro 7840sn/ 2x16gb 5600c40/ 4060/ stock 1tb-os/ 4tb sn850x
    CPU
    10900k & 9940x & 5930k
    Motherboard
    z490-Apex & x299-Apex & x99-Sabertooth
    Memory
    Trident-Z Royal 4000c16 2x16gb & Trident-Z 3600c16 4x8gb & 3200c14 4x8gb
    Graphics Card(s)
    Titan Xp & 1080ti FTW3 & evga 980ti gaming
    Sound Card
    Onboard Realtek x3
    Monitor(s) Displays
    1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24"/ 3rd LG 43" series
    Screen Resolution
    1920-1080 not sure what the t.v is besides 43" class scales from 1920-1080 perfectly
    Hard Drives
    2-WD-sn850x 4tb/ 970evo+500gb/ 980 pro 2tb.
    PSU
    1000p2 & 1200p2 & 850p2
    Case
    D450 x2 & 1 Test bench in cherry Entertainment center
    Cooling
    Custom water loops x3 with 2x mora 360mm rads only 980ti gaming air cooled
    Keyboard
    G710+x3
    Mouse
    Redragon x3
    Internet Speed
    xfinity gigabyte
    Browser
    Firefox
    Antivirus
    mbam pro
Call me paranoid, but say if I wanted to remove the app from my user account along with all the rest of the accounts, would this work in a .bat file?

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Wallet* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Wallet*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
Hi,
Did you remember to run power shell as administrator ?
 

My Computer

System One

  • OS
    Win-7-10-11Pro's
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acer 17" Nitro 7840sn/ 2x16gb 5600c40/ 4060/ stock 1tb-os/ 4tb sn850x
    CPU
    10900k & 9940x & 5930k
    Motherboard
    z490-Apex & x299-Apex & x99-Sabertooth
    Memory
    Trident-Z Royal 4000c16 2x16gb & Trident-Z 3600c16 4x8gb & 3200c14 4x8gb
    Graphics Card(s)
    Titan Xp & 1080ti FTW3 & evga 980ti gaming
    Sound Card
    Onboard Realtek x3
    Monitor(s) Displays
    1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24"/ 3rd LG 43" series
    Screen Resolution
    1920-1080 not sure what the t.v is besides 43" class scales from 1920-1080 perfectly
    Hard Drives
    2-WD-sn850x 4tb/ 970evo+500gb/ 980 pro 2tb.
    PSU
    1000p2 & 1200p2 & 850p2
    Case
    D450 x2 & 1 Test bench in cherry Entertainment center
    Cooling
    Custom water loops x3 with 2x mora 360mm rads only 980ti gaming air cooled
    Keyboard
    G710+x3
    Mouse
    Redragon x3
    Internet Speed
    xfinity gigabyte
    Browser
    Firefox
    Antivirus
    mbam pro
Hi,
Did you remember to run power shell as administrator ?

So I am trying to accomplish this using a .bat file.

Here is what I am ending with:

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Wallet* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Wallet*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Xbox.TCUI* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Xbox.TCUI*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxIdentityProvider* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxIdentityProvider*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.549981C3F5F10* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.549981C3F5F10*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.BingNews* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.BingNews*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.BingWeather* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.BingWeather*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.DesktopAppInstaller* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.DesktopAppInstaller*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.GamingApp* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.GamingApp*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.GetHelp* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.GetHelp*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Getstarted* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Getstarted*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.MicrosoftOfficeHub*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.MicrosoftSolitaireCollection*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.MicrosoftStickyNotes*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.People* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.People*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.PowerAutomateDesktop* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.PowerAutomateDesktop*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.ScreenSketch* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.ScreenSketch*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.StorePurchaseApp* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.StorePurchaseApp*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Todos* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Todos*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsAlarms* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsAlarms*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsCalculator* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsCalculator*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsCamera* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsCamera*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *microsoft.windowscommunicationsapps* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*microsoft.windowscommunicationsapps*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsFeedbackHub*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsMaps* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsMaps*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsSoundRecorder*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsStore* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsStore*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxGameOverlay* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxGameOverlay*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxGamingOverlay* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxGamingOverlay*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxSpeechToTextOverlay*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.YourPhone* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.YourPhone*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.ZuneMusic* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.ZuneMusic*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.ZuneVideo* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.ZuneVideo*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

Pause

So here is my problem.

Facebook, Instagram, Tiktok, Prime Video, Clipchamp, To Do, Disney+, Spotify, Solitaire, Office, and Edge are not listed in these and still remain. How do I remove these packages?
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
Hi,
I said starting out a lot of the apps you posted about I've not seen
Have you connect your android/... ?
 

My Computer

System One

  • OS
    Win-7-10-11Pro's
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acer 17" Nitro 7840sn/ 2x16gb 5600c40/ 4060/ stock 1tb-os/ 4tb sn850x
    CPU
    10900k & 9940x & 5930k
    Motherboard
    z490-Apex & x299-Apex & x99-Sabertooth
    Memory
    Trident-Z Royal 4000c16 2x16gb & Trident-Z 3600c16 4x8gb & 3200c14 4x8gb
    Graphics Card(s)
    Titan Xp & 1080ti FTW3 & evga 980ti gaming
    Sound Card
    Onboard Realtek x3
    Monitor(s) Displays
    1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24"/ 3rd LG 43" series
    Screen Resolution
    1920-1080 not sure what the t.v is besides 43" class scales from 1920-1080 perfectly
    Hard Drives
    2-WD-sn850x 4tb/ 970evo+500gb/ 980 pro 2tb.
    PSU
    1000p2 & 1200p2 & 850p2
    Case
    D450 x2 & 1 Test bench in cherry Entertainment center
    Cooling
    Custom water loops x3 with 2x mora 360mm rads only 980ti gaming air cooled
    Keyboard
    G710+x3
    Mouse
    Redragon x3
    Internet Speed
    xfinity gigabyte
    Browser
    Firefox
    Antivirus
    mbam pro
Hi,
I said starting out a lot of the apps you posted about I've not seen
Have you connect your android/... ?

Nope, never connected it.
They only show on the Pinned menu.
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
Weird.
You upgraded or clean installed ?
Where did you get the 11 iso if clean.
 

My Computer

System One

  • OS
    Win-7-10-11Pro's
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acer 17" Nitro 7840sn/ 2x16gb 5600c40/ 4060/ stock 1tb-os/ 4tb sn850x
    CPU
    10900k & 9940x & 5930k
    Motherboard
    z490-Apex & x299-Apex & x99-Sabertooth
    Memory
    Trident-Z Royal 4000c16 2x16gb & Trident-Z 3600c16 4x8gb & 3200c14 4x8gb
    Graphics Card(s)
    Titan Xp & 1080ti FTW3 & evga 980ti gaming
    Sound Card
    Onboard Realtek x3
    Monitor(s) Displays
    1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24"/ 3rd LG 43" series
    Screen Resolution
    1920-1080 not sure what the t.v is besides 43" class scales from 1920-1080 perfectly
    Hard Drives
    2-WD-sn850x 4tb/ 970evo+500gb/ 980 pro 2tb.
    PSU
    1000p2 & 1200p2 & 850p2
    Case
    D450 x2 & 1 Test bench in cherry Entertainment center
    Cooling
    Custom water loops x3 with 2x mora 360mm rads only 980ti gaming air cooled
    Keyboard
    G710+x3
    Mouse
    Redragon x3
    Internet Speed
    xfinity gigabyte
    Browser
    Firefox
    Antivirus
    mbam pro
Upgraded just to test it. I am going to be doing a clean install soon.
I got it from the Windows Media Creation Tool.
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
Upgraded just to test it. I am going to be doing a clean install soon.
I got it from the Windows Media Creation Tool.
I've upgraded four of my machines and none came up with facebook/ instagram/ tiktok/.. lol
 

My Computer

System One

  • OS
    Win-7-10-11Pro's
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acer 17" Nitro 7840sn/ 2x16gb 5600c40/ 4060/ stock 1tb-os/ 4tb sn850x
    CPU
    10900k & 9940x & 5930k
    Motherboard
    z490-Apex & x299-Apex & x99-Sabertooth
    Memory
    Trident-Z Royal 4000c16 2x16gb & Trident-Z 3600c16 4x8gb & 3200c14 4x8gb
    Graphics Card(s)
    Titan Xp & 1080ti FTW3 & evga 980ti gaming
    Sound Card
    Onboard Realtek x3
    Monitor(s) Displays
    1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24"/ 3rd LG 43" series
    Screen Resolution
    1920-1080 not sure what the t.v is besides 43" class scales from 1920-1080 perfectly
    Hard Drives
    2-WD-sn850x 4tb/ 970evo+500gb/ 980 pro 2tb.
    PSU
    1000p2 & 1200p2 & 850p2
    Case
    D450 x2 & 1 Test bench in cherry Entertainment center
    Cooling
    Custom water loops x3 with 2x mora 360mm rads only 980ti gaming air cooled
    Keyboard
    G710+x3
    Mouse
    Redragon x3
    Internet Speed
    xfinity gigabyte
    Browser
    Firefox
    Antivirus
    mbam pro
I found two so far by searching the registry for Disney and Spotify and these came up.
remove-appxpackage Disney.37853FC22B2CE_1.27.1.0_x64__6rarf9sa4v8jt
remove-appxpackage SpotifyAB.SpotifyMusic_1.181.604.0_x86__zpdnekdrzrea0
The other apps aren't searchable in registry unfortunately.

Funny thing is the apps don't show up as installed apps in any command you run (get-appxpackage, get-appxpackage -allusers, get-appxprovisionedpackage -online), but running the remove-appxpackage command will remove them either way.

I think these apps aren't really "installed", but "pinned" as advertising so you can't really easily find the correct command to remove them.
However, if you pay attention when you first click the app it will actually start installing it, and then it will show up in get-appxpackage | ft packagefullname
So, to get some karma I installed the bloat to give you this complete list as of todays reinstall.

remove-appxpackage Disney.37853FC22B2CE_1.27.1.0_x64__6rarf9sa4v8jt
remove-appxpackage SpotifyAB.SpotifyMusic_1.181.604.0_x86__zpdnekdrzrea0
remove-appxpackage FACEBOOK.FACEBOOK_2021.927.1.0_neutral__8xx8rvfyw5nnt
remove-appxpackage Clipchamp.Clipchamp_1.6.0.0_neutral__yxz26nhyzhsrt
remove-appxpackage Facebook.InstagramBeta_42.0.19.0_neutral__8xx8rvfyw5nnt
remove-appxpackage AmazonVideo.PrimeVideo_1.0.97.0_x64__pwbj9vvecjh7j
remove-appxpackage BytedancePte.Ltd.TikTok_1.0.5.0_neutral__6yccndn6064se
remove-appxpackage AdobeSystemsIncorporated.AdobeCreativeCloudExpress_1.0.13.0_neutral__ynb6jyjzte8ga

I do hope just running these commands on a clean install will remove the shortcuts from the start menu and leave the system as clean as possible, but I haven't actually tried that yet.

I also fully expect Microsoft to add more bloat that is hard to get rid of in future versions of Windows. Good times....
 

My Computer

System One

  • OS
    Windows 11
They're "pinned" apps, as you say. Right-click > Uninstall works just as well.

For installed apps, RevoUninstaller (freeware) gets rid of those that are installed, as well as leftover registry entries and removes other remaining uninstalled components.
 
Last edited:

My Computers

System One System Two

  • OS
    Windows 11 22H2 (latest update ... forever anal)
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Slim S01
    CPU
    Intel i5-9400
    Memory
    8GB
    Graphics Card(s)
    NVIDIA GeForce GT730
    Sound Card
    OOBE
    Monitor(s) Displays
    Acer 32"
    Screen Resolution
    1920x1080
    Hard Drives
    2 x 1TB SSDs
    PSU
    OOBE
    Case
    OOBE
    Cooling
    OOBE
    Keyboard
    Logitech wireless
    Mouse
    Logitech wireless
    Internet Speed
    Classic Australian w.a.p.
    Browser
    Brave
    Antivirus
    KIS
  • Operating System
    Windows 11 Pro (latest upadte ... anally always)
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavillion 15
    CPU
    i7-1165G7 @ 2.80GHz
    Graphics card(s)
    Intel Iris Xe Graphics
    Hard Drives
    Samsung NVMe 512GB
    + numerous/multiple SSD Type C USB enclosures
    Internet Speed
    NBN FTTN 50
    Browser
    Brave
    Antivirus
    KIS

Latest Support Threads

Back
Top Bottom