Manage Windows 10 Taskbar
Follow this guide to manage windows 10 taskbar via OSD. Thanks to Jörgen Nilsson for the inspiration. 1. Download ManageTaskbar-1.0.zip and extract it on your reference machine. 2. Modify the…
Follow this guide to manage windows 10 taskbar via OSD. Thanks to Jörgen Nilsson for the inspiration. 1. Download ManageTaskbar-1.0.zip and extract it on your reference machine. 2. Modify the…
You can do the following to get rid of the “Disable apps to help improve performance” message. 1. Create a “Run Command Line” step with the following command: PowerShell.exe -NoProfile…
You can install application dynamically with AD groups and create role based installations. Thanks to Jörgen Nilsson for the inspiration. 1. Download Get-AppGroups.ps1 and put in a SCCM package. 2.…
There is a very easy way to test task sequence variables without doing a full OS deployment. You can use “ServiceUI.exe” witch is located in the MDT toolkit package under…
———————————————————————– Update 10-12-2016 A reader of my blog contacted me with a CMD file that handles error codes. The cmd script: ################CODESNIPPET HPQFLASH################ PUSHD %~dp0 SET _upd=HPBIOSUPDREC.exe SET bios=%1 IF…
I use MDT to build the image I deploy with SCCM. When the image have been patched, there is a lot of superseded patches and temp files. With this script…
When you have MDT integrated in SCCM and create a MDT task sequence. Then BGinfo is used to display some information during OSD. When the Pc is in WinPe, then…
In a pervious post I have written about how you can remote control a Pc in WinPe. In this post I will show you how to setup your task sequence…
PowerShell App Deployment toolkit is a very good and free wrapper for software that I deploy with SCCM. I have created a java 8 Update 91 deployment and you can…
If you use a MDT task sequence in SCCM CB 1602, then windows will be installed on the D-drive. To get windows installed on the C-drive, then you should find…