So this fast-publish post is more of a reference page for the regional settings for Australia based Windows deployments Locale, keyboard and language settings for Australia. This is a basic oobe.xml file found under c:\windows\system32\oobe\info\default\1033 <FirstExperience> <oobe> <defaults> […]
Disabling hibernation is simple enough (“powercfg.exe -h off”) but how would we do this in MDT. As with all things MDT, there is often more multiple ways to achieve the same goal. The two methods I would use are by the modifying the […]
Using MDT 2013 I wanted a sequence that automatically installs, sysprep’s and captures my reference image. For ease of management, I choose to have a dedicated MDT Deployment Share for my reference build process and use Powershell wherever possible. A more detailed process using the […]
On a recent MDT project the client requested to finish all builds with volume set at 30%. Being committed to doing everything in Powershell, I jumped on the book of knowledge looking for some inspiration. As luck would have it, I […]
A recent MDT project a client was using USB media to do the builds. This is easy enough to accomplish but something they couldn’t handle was during the build, the USB drive gets assigned D and devices with optical drives ended up […]