Sycnex / Windows10Debloater

Script to remove Windows 10 bloatware.
MIT License
18.19k stars 2.05k forks source link

Skype for Windows 10 removed #142

Open wineboxguy opened 5 years ago

wineboxguy commented 5 years ago

Darn it.... GUI removed Skype, yes I know it's a Windows App - but this is becoming a REAL pain to download again since it wants Windows Update turned on... any workaround? a suggested BLACKLIST would be of great help (for populate tools (not toys))

smoonlee commented 5 years ago

There is a black list in the GUI Script and currently Skype is part of that list, just need to remove or comment out the value and your good.

On Line 33 of the: Windows10DebloaterGUI.ps1

Unnecessary Windows 10 AppX apps that will be removed by the blacklist.

$global:Bloatware = @( "Microsoft.BingNews" "Microsoft.GetHelp" "Microsoft.Getstarted" "Microsoft.Messaging" "Microsoft.Microsoft3DViewer" "Microsoft.MicrosoftOfficeHub" "Microsoft.MicrosoftSolitaireCollection" "Microsoft.NetworkSpeedTest" "Microsoft.News" # Issue 77 "Microsoft.Office.Lens" # Issue 77 "Microsoft.Office.OneNote" "Microsoft.Office.Sway" "Microsoft.OneConnect" "Microsoft.People" "Microsoft.Print3D" "Microsoft.RemoteDesktop" # Issue 120 "Microsoft.SkypeApp" "Microsoft.StorePurchaseApp" "Microsoft.Office.Todo.List" # Issue 77 "Microsoft.Whiteboard" # Issue 77 "Microsoft.WindowsAlarms" "microsoft.windowscommunicationsapps" "Microsoft.WindowsFeedbackHub" "Microsoft.WindowsMaps" "Microsoft.WindowsSoundRecorder" "Microsoft.Xbox.TCUI" "Microsoft.XboxApp" "Microsoft.XboxGameOverlay" "Microsoft.XboxGamingOverlay" "Microsoft.XboxIdentityProvider" "Microsoft.XboxSpeechToTextOverlay" "Microsoft.ZuneMusic" "Microsoft.ZuneVideo"