ComputerBas

Tips, tricks and manuals

Je bent niet ingelogd.

#1 2019-11-10 23:28:42

Bas
Administrator
Geregistreerd: 2019-11-10
Posts: 91

Hoe verwijder ik achtergrond apps in Windows?

start > settings > privacy > background-apps

of

start > instellingen > privacy > achtergrond-apps

en disable alles

In admin PowerShell:

Get-AppxPackage 

en bijvoorbeeld:

Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxIdentityProvider -AllUsers | Remove-AppxPackage
Get-AppxPackage Microsoft.BingNews -AllUsers | Remove-AppxPackage
Get-AppxPackage Microsoft.People -AllUsers | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGameOverlay -AllUsers | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxGamingOverlay -AllUsers | Remove-AppxPackage
Get-AppxPackage Microsoft.XboxSpeechToTextOverlay -AllUsers | Remove-AppxPackage

Laatst bewerkt door Bas (2019-11-29 00:46:49)

Offline

Forum footer

Powered by FluxBB 1.5.11