W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.03k stars 851 forks source link

Sling not removed. #232

Closed bradleysepos closed 4 years ago

bradleysepos commented 4 years ago

As the title suggests, on a fully up to date system, running the remove default apps script leaves behind Sling.

W4RH4WK commented 4 years ago

Hey there. I don't have that app installed on my test system and cannot install it via the Windows Store (probably due to regional restrictions). Can you provide me the identifier of the app. Running the following command in PowerShell should do the trick, given Sling was not yet removed.

Get-AppxPackage | select Name | Select-String sling

If this outputs nothing, please try this:

Get-AppxPackage | select Name

I should probably recognize the app name from this.

bradleysepos commented 4 years ago

SlingTVLLC.SlingTV should do it. 😸

W4RH4WK commented 4 years ago

Thank you very much.