Updated script (about time! many requests and comments) that customizes the Taskbar by adding removal of the copilot icon on the Taskbar and fixing removal of search which I got a lot of comments about that it stopped working. The original article can be found here: https://ccmexec.com/2022/10/customizing-taskbar-and-start-in-windows-11-22h2-with-powershell/ Search is also fixed but had to be…
Tag: Taskbar
Managing the Taskbar in Windows 10 using the new feature in 1607
I had to write a post on the new options we have in Windows 10 1607 and managing the items in the Taskbar, it is now live at 4Syops.com where I am one of the authors. It covers how to deploy a custom taskbar during OS deployment, Group Policy, Powershell script and some lessons I…
Customizing the Taskbar in Windows 10 during OSD
I wrote a blog post before on how to remove the Edge icon in the Taskbar on Windows 10, https://ccmexec.com/2015/12/removing-the-edge-icon-from-the-taskbar-during-osd/ This post will cover how to use the same scripts and deploy a customized Taskbar instead with the Internet Explorer shortcut instead of the Edge icon. 1. Download the Script from Technet Galleries https://gallery.technet.microsoft.com/Manage-the-taskbar-remove-c3024e40 2….
Removing the Edge icon from the Taskbar during OSD
This one isn’t pretty but it does work just fine. One of the most common questions I get when we do Windows 10 projects are how to modify the taskbar and to be more specific remove the Edge icon. The configuration of the Taskbar is stored in a big blob in the registry so what…