whitelisted apps: remove from commented out section in blacklist

Since they are listed and documented in the whitelist,
there isn't much value in identifying them in the blacklist anymore.
This commit is contained in:
Justin Luth 2019-05-29 21:26:29 +03:00
parent d3e4296603
commit 6dfb2f3c90

View File

@ -35,7 +35,6 @@ $global:Bloatware = @(
"Microsoft.Office.Todo.List" # Issue 77 "Microsoft.Office.Todo.List" # Issue 77
"Microsoft.Whiteboard" # Issue 77 "Microsoft.Whiteboard" # Issue 77
"Microsoft.WindowsAlarms" "Microsoft.WindowsAlarms"
#"Microsoft.WindowsCamera"
"microsoft.windowscommunicationsapps" "microsoft.windowscommunicationsapps"
"Microsoft.WindowsFeedbackHub" "Microsoft.WindowsFeedbackHub"
"Microsoft.WindowsMaps" "Microsoft.WindowsMaps"
@ -70,11 +69,6 @@ $global:Bloatware = @(
#"Microsoft.Advertising.Xaml_10.1712.5.0_x64__8wekyb3d8bbwe" #"Microsoft.Advertising.Xaml_10.1712.5.0_x64__8wekyb3d8bbwe"
#"Microsoft.Advertising.Xaml_10.1712.5.0_x86__8wekyb3d8bbwe" #"Microsoft.Advertising.Xaml_10.1712.5.0_x86__8wekyb3d8bbwe"
#"Microsoft.BingWeather" #"Microsoft.BingWeather"
#"Microsoft.MSPaint"
#"Microsoft.MicrosoftStickyNotes"
#"Microsoft.Windows.Photos"
#"Microsoft.WindowsCalculator"
#"Microsoft.WindowsStore"
) )
#Valuable Windows 10 AppX apps that most people want to keep. Protected from DeBloat All. #Valuable Windows 10 AppX apps that most people want to keep. Protected from DeBloat All.