New
#1
Remove Chrome pinned items from Start Menu and Taskbar
Hello,
We are rolling out a new secured browser to our company. We don't want to remove Chrome right away, but business has requested that we remove Chrome pinned items from Start Menu and Taskbar. I was trying to find a way to remove just Chrome icons without completely pushing a new template to Start Menu and Taskbar. Unfortunately, a way hasn't been discovered.
Does anyone know a way where you can remove just Chrome pinned items?
Thanks for all the help.
- - - Updated - - -
Found a solution on the microsoft forums.
Here is the script I was able to make!
DEL /F /S /Q /A "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\*chrome*.lnk"
REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband\ /v FavoritesRemovedChanges /f
taskkill /f /im explorer.exe && start explorer.exe