# Entertainment bloat "SpotifyAB.SpotifyMusic", "Disney", "Netflix", "AmazonVideo", "Hulu",
catch Write-Log "FAILED: Could not remove OneDrive - $_" -Color Red powershell script to remove windows 11 bloatware
catch Write-Log "FAILED: Could not disable $service" -Color Red # Entertainment bloat "SpotifyAB
$removeOneDrive = Read-Host "`nDo you want to remove OneDrive? (Y/N)" if ($removeOneDrive -eq 'Y' -or $removeOneDrive -eq 'y') Write-Log "Removing OneDrive..." -Color Cyan try Stop-Process -Name OneDrive -Force -ErrorAction SilentlyContinue Start-Sleep -Seconds 2 $onedriveSetup = "$env:SYSTEMROOT\SysWOW64\OneDriveSetup.exe" if (Test-Path $onedriveSetup) & $onedriveSetup /uninstall Write-Log "SUCCESS: OneDrive removed" -Color Green # Entertainment bloat "SpotifyAB.SpotifyMusic"
Write-Log "`nDisabling telemetry services..." -Color Cyan $telemetryServices = @( "DiagTrack", "dmwappushservice", "diagnosticshub.standardcollector.service" )