Customize Windows Start Menu for SCCM Deployments

Jonathan LefebvreSCCM18 Comments

The reason to Customize Windows Start Menu is a must for any organization to deploy a standard workstation and remove any unwanted software from it. Sometimes Microsoft makes small changes under the hood and can hardly be tracked unless an issue comes up to flag those changes. The configuration of the Start Menu and Taskbar for Windows 10 has been since the beginning a great challenge for administrators and it doesn’t look that this will change anytime soon. Windows 11 which came out recently share the same mechanism as Windows 10 when it comes to the Start Menu thus, this post can be used for Windows 11. Microsoft added the following note to the start menu layout modification documentation after the 1703 release A simple note, with great implication! Following our previous posts on Windows 10 Customization and how to modify the taskbar configuration, we will detail how to configure … Read More

Customize Windows 10 Taskbar Configuration Using SCCM Task Sequence

Jonathan LefebvreSCCM, WINDOWS 1033 Comments

With the release of Windows 10 1607, some customization solution were modified. One of them is the ability to modify the Taskbar configuration. In a previous post, we provided many customization scripts and how-to that were made for Windows 10 version 1511. Modifying the Taskbar was one of those customization but it was more of a workaround than a planned how-to. With Windows 10 1607, the Taskbar can be modified similarly to the Start Menu. In this post, we will detail how to modify the Windows 10 Taskbar configuration using a SCCM Task sequence. This could also be done as part of a Group Policy. SCCM Windows 10 Taskbar Configuration Prerequisites Using this Taskbar customization solution is only available for Windows 10 version 1607 and higher. Before we begin It’s important to understand the concept behind customizing the Taskbar. It use the same Layout Modification method as the Start Menu. It means that if you … Read More

SCCM Windows 10 Customization using Task Sequences

Benoit LecoursSCCM63 Comments

In this post we will describe how to customize your windows 10 image to personalize it to your company. There’s an infinite amount of customization that can be made but i’ll try to cover the more frequent one, those that are asked 95% of every Windows 10 projects I was involved in. You could also do all those modifications through group policies if you want to enforce those settings. SCCM Windows 10 Customization Package Before we begin any customization, we will create a Windows 10 Customization package that we will use in our task sequence. It will be empty to start but we will create the folders and scripts during this blog post. Open the SCCM Console Go to Software Library / Application Management / Packages Create a new package On the Package tab, enter a Name, Description, Manufacturer and Source folder (this is where all scripts will be stored) On the Program Type … Read More