mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-03-13 02:05:30 +00:00
Changed $App to $Bloat on line 101
This commit is contained in:
parent
9d3e8b8504
commit
43064ffbf1
@ -98,7 +98,7 @@ Function DebloatBlacklist {
|
||||
#"*Microsoft.WindowsStore*"
|
||||
)
|
||||
foreach ($Bloat in $Bloatware) {
|
||||
Get-AppxPackage -Name $App | Remove-AppxPackage -ErrorAction SilentlyContinue
|
||||
Get-AppxPackage -Name $Bloat| Remove-AppxPackage -ErrorAction SilentlyContinue
|
||||
Get-AppxProvisionedPackage -Online | Where-Object DisplayName -like $App | Remove-AppxProvisionedPackage -Online -ErrorAction SilentlyContinue
|
||||
Write-Output "Trying to remove $Bloat."
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user