ViewVC: Repository Browsing

Windows 11 Remove Bloatware And Telemetry Best Today

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection Create DWORD AllowTelemetry = 0 (Security level) Create DWORD MaxTelemetryAllowed = 0

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AdvertisingInfo DWORD Enabled = 0 windows 11 remove bloatware and telemetry

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search DWORD BingSearchEnabled = 0 DWORD CortanaConsent = 0 DWORD AllowSearchToUseLocation = 0 windows 11 remove bloatware and telemetry

0.0.0.0 v10.vortex-win.data.microsoft.com 0.0.0.0 v20.vortex-win.data.microsoft.com 0.0.0.0 settings-win.data.microsoft.com 0.0.0.0 watson.telemetry.microsoft.com 0.0.0.0 telemetry.microsoft.com 0.0.0.0 oca.telemetry.microsoft.com 0.0.0.0 vortex-sandbox.data.microsoft.com 0.0.0.0 vortex.data.microsoft.com 0.0.0.0 geo.settings.data.microsoft.com $domains = @( "v10.vortex-win.data.microsoft.com", "v20.vortex-win.data.microsoft.com", "settings-win.data.microsoft.com", "telemetry.microsoft.com" ) foreach ($domain in $domains) New-NetFirewallRule -DisplayName "Block $domain" -Direction Outbound -RemoteAddress $domain -Action Block windows 11 remove bloatware and telemetry

Get-AppxPackage | Select Name, PackageFullName (examples – add more as needed):

Get-AppxPackage *xbox* | Remove-AppxPackage Get-AppxPackage *bingnews* | Remove-AppxPackage Get-AppxPackage *spotify* | Remove-AppxPackage Get-AppxPackage *candycrush* | Remove-AppxPackage Get-AppxPackage *facebook* | Remove-AppxPackage Get-AppxPackage *instagram* | Remove-AppxPackage Get-AppxPackage *tiktok* | Remove-AppxPackage Get-AppxPackage *clipchamp* | Remove-AppxPackage Get-AppxPackage *zunemusic* | Remove-AppxPackage (provisioned packages):