# Telemetry and unwanted services "Microsoft.Wallet", "Microsoft.BingNews", "Microsoft.BingWeather", "Microsoft.BingSports", "Microsoft.BingFinance", "Microsoft.Microsoft3DViewer", "Microsoft.MicrosoftPowerBIForWindows", "Microsoft.MicrosoftTranslator" )
Write-Log "`nRemoving provisioned packages for new users..." -Color Cyan foreach ($app in $bloatwareApps) try Where-Object $ .DisplayName -eq $app if ($provisioned) Remove-AppxProvisionedPackage -Online -PackageName $provisioned.PackageName -ErrorAction Stop Write-Log "SUCCESS: Removed provisioned package $app" -Color Green powershell script to remove windows 11 bloatware
foreach ($service in $telemetryServices) try Stop-Service $service -Force -ErrorAction SilentlyContinue Set-Service $service -StartupType Disabled -ErrorAction SilentlyContinue Write-Log "SUCCESS: Disabled $service" -Color Green # Telemetry and unwanted services "Microsoft
# Third-party bloat (manufacturer-specific) "Clipchamp.Clipchamp", "EclipseManager", "ActiproSoftwareLLC", "AdobeSystemsIncorporated.AdobePhotoshopExpress", "AdobeSystemsIncorporated.AdobeCreativeCloudExpress", # Telemetry and unwanted services "Microsoft.Wallet"
Write-Log "Starting Windows 11 Bloatware Removal Script" -Color Cyan Write-Host " nWARNING: This will remove bloatware applications from your system." -ForegroundColor Yellow Write-Host "A system restore point is recommended before proceeding. n" -ForegroundColor Yellow $confirmation = Read-Host "Do you want to continue? (Y/N)"
# Entertainment bloat "SpotifyAB.SpotifyMusic", "Disney", "Netflix", "AmazonVideo", "Hulu",
# Social media bloat "Facebook", "Twitter", "Instagram", "TikTok",