Remove LinkedIn ad
This commit is contained in:
parent
445aae4f1d
commit
44f3e8cdf5
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ $startLayout.pinnedList = $startLayout.pinnedList | Where-Object {
|
|||
"*Netflix*",
|
||||
"*Instagram*",
|
||||
"*Clipchamp*",
|
||||
"*Facebook*"),
|
||||
"*Facebook*",
|
||||
"*LinkedIn*"),
|
||||
[System.Func[System.Object,bool]]{
|
||||
param($pattern)
|
||||
return $_.packagedAppId -like "$pattern";
|
||||
|
|
Loading…
Reference in a new issue