Posts

Showing posts with the label Task Sequence

How to Deploy a Windows 10 Servicing update as a Application

Image
 When a little after windows 10 build updates started coming out Microsoft released a new feature in SCCM called Windows 10 Serving. This feature is used to deploy windows 10 build to devices, However the deployment status and some of the reporting are not always the most accurate. So I will show you away that you can deploy the update using a standard application deployment. You will need to enable the windows 10 serving feature in your SCCM environment or have access to a SCCM setup that has windows 10 serving enabled.  If you dont have it enabled here is a good way to do so  Download the Windows 10 Serving Update, to do so find the update and right click Download  Once you have the update downloaded navigate to the path you downloaded the update to and copy the content of the GUID folder to a folder in your content library source. You should see a esd file and a WindowsUpdateBox.exe file in the folder. In the folder you copied the content to create a bat fil...

Windows 10 Setup Script - Version 2.5.0.1

Image
I have just released a new version of my windows 10 setup script. If you are unfamiliar with the script, the script is designed to be used in a SCCM task sequence to clean up a Windows 10 image during the deployment steps. The script can be used to remove built in windows 10 apps,Export a Custome Start Menu config file,Import a default start menu config file, Disable OneDrive, Disbale Cortana, Disable Hibernate, Join a workstation to a domain, Rename the workstation, Set the page file size, Disable Windows Tips, Disable the Consumer experience and Disable the Xbox Services. Even tho the script is designed to work in SCCM it can be used on the image before you have deployed the computer. You can get the script from here https://github.com/mosaicMK/Windows-10-Setup For more information on how to use the script in a SCCM TS https://www.sccmtst.com/2018/01/sccm-task-sequence-gui-how-to-set-up-ts.html  Othere tools can be found here http://www.mosaicmk.com