Category Archives: SCCM2012

MY ZTIDefaultAssociations.wsf MDT Script for Force Applying File Associations in Windows 10

By | March 4, 2017
Share

GitHub Link: https://github.com/brianfgonzalez/Scripts/blob/master/ZTIDefaultAssociations.wsf <job id=”ZTIDefaultAssociations”> <script language=”VBScript” src=”../../Scripts/ZTIUtility.vbs”/> <script language=”VBScript”> ‘ // *************************************************************************** ‘ // ‘ // Copyright (c) Microsoft Corporation. All rights reserved. ‘ // ‘ // Microsoft Deployment Toolkit Solution Accelerator ‘ // ‘ // File: ZTIDefaultAssociations.wsf ‘ // ‘ // Version: 6.3.8443.1000 ‘ // ‘ // Purpose: Use Dism to force apply start… Read More »

Display the WIM filename during Image Apply step Dynamically

By | November 30, 2016
Share

Since there is no MDT built-in variable assigned with just the wim name, i had to create a seperate step to create the variable “OSDImageName”, which i  then used in my standard image apply step. Here is what the Task Sequence looks like: Step Name Text: Expanding %OSDImageName% (%ImageSize%) to %OSDisk%\… And here is how… Read More »

Silent GOBI 5000 (Sierra MC7355) driver installation with desired firmware

By | September 8, 2016
Share

*UPDATED* 2016/10/11 – Corrected file path for ftd.exe for Windows 7. *UPDATED* 2016/09/15 – Corrected FWUPDATE setting “OFF” to ensure no firmware is installed along with driver. Official Build 4316 download link: ftp://ftp.panasonic.com/computer/firmware/sierra_aircard_watcher_v3728_win_xp_7_firmware.zip Download, Extract and Update the “Configuration.ini”, so it doesn’t auto apply the Verizon FW and installs the driver in silent mode: [Default Values]… Read More »

Force a GPS port to a desired Port in Windows 7/8/10.

By | July 15, 2016
Share

In a recent scenario, I needed to force to the Gobi 5000’s (WWAN) GPS to use COM3 in Windows 7 x64.  Here are the steps I took to accomplish this.  This process was also tested and worked on moving a “u-blox virtual..” to COM, and moving a COM2 device to use COM3. 1. BEFORE your drivers are… Read More »

Split GPS COM Ports using com0com and hub4com

By | November 19, 2015
Share

Here is a script I wrote to split GPS COM ports to multiple virtual COM ports.  In this Create virtual COM ports 14 and 15 using com0com (Used a high number to avoid hitting a conflict with an existing port). Download link: https://code.google.com/p/powersdr-iq/downloads/detail?name=setup_com0com_W7_x64_signed.exe&can=2&q= start /w “” “%~dp0setup_com0com_W7_x64_signed.exe” /S cd /d “C:\Program Files (x86)\com0com” setupc.exe install 0… Read More »