Powershell to UnPin Edge from Taskbar in Windows 10

[pastacode lang=”markup” manual=”%24appname%20%3D%20%22Microsoft%20Edge%22%0A((New-Object%20-Com%20Shell.Application).NameSpace(‘shell%3A%3A%3A%7B4234d49b-0245-4df3-b780-3893943456e1%7D’).Items()%20%7C%20%3F%7B%24_.Name%20-eq%20%24appname%7D).Verbs()%20%7C%20%3F%7B%24_.Name.replace(‘%26’%2C”)%20-match%20’Unpin%20from%20taskbar’%7D%20%7C%20%25%7B%24_.DoIt()%3B%20%24exec%20%3D%20%24true%7D” message=”” highlight=”” provider=”manual”/]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...