Update HP Bios during OSD
In this blog post I will show you how you can update the bios on HP computers in OSD. 1. Down the bios update from HP’s website 2. Create a…
In this blog post I will show you how you can update the bios on HP computers in OSD. 1. Down the bios update from HP’s website 2. Create a…
Microsoft Edge is the default browser in Windows 10. You can change that and apply the setting during OSD. Here is how. 1. Login to a reference machine. 2. Go…
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…