Powershell Script To Remove Windows 11 Bloatware -

# Telemetry and unwanted services "Microsoft.Wallet", "Microsoft.BingNews", "Microsoft.BingWeather", "Microsoft.BingSports", "Microsoft.BingFinance", "Microsoft.Microsoft3DViewer", "Microsoft.MicrosoftPowerBIForWindows", "Microsoft.MicrosoftTranslator" )

# Entertainment bloat "SpotifyAB.SpotifyMusic", "Disney", "Netflix", "AmazonVideo", "Hulu", powershell script to remove windows 11 bloatware

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)" # Telemetry and unwanted services "Microsoft

if ($failed.Count -gt 0) Write-Log "`nFailed applications:" -Color Yellow foreach ($app in $failed) Write-Log " - $app" -Color Yellow # Telemetry and unwanted services "Microsoft.Wallet"