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*",
|
"*Netflix*",
|
||||||
"*Instagram*",
|
"*Instagram*",
|
||||||
"*Clipchamp*",
|
"*Clipchamp*",
|
||||||
"*Facebook*"),
|
"*Facebook*",
|
||||||
|
"*LinkedIn*"),
|
||||||
[System.Func[System.Object,bool]]{
|
[System.Func[System.Object,bool]]{
|
||||||
param($pattern)
|
param($pattern)
|
||||||
return $_.packagedAppId -like "$pattern";
|
return $_.packagedAppId -like "$pattern";
|
||||||
|
|
Loading…
Reference in a new issue