Category Archives: Scripting

Enabling TPM and Starting BitLocker on Toughbook Laptops and Tablets

By | March 29, 2014
Share

*Updated July 15, 2015* New method for enabling TPM is to enable it via WinPE before the OS is applied.  See video below.  And here is the script that was used. https://gallery.technet.microsoft.com/scriptcenter/780d167f-2d57-4eb7-bd18-84c5293d93e3 Breakdown of units that display prompt and units that do not. Display Prompts on enable: CF-H2A (Mk1) No Display of prompts: on enable:… Read More »

Silent Mobility NetMotion Installation

By | March 28, 2014
Share

Here is a breakdown on installing the Mobility XE client (NetMotion) silently. Prep the install files: 1. Create a TXT file with the following name “options.inf” and save it in the same directory as the install files. Contents of options.inf: [version] Signature=”$CHICAGO$” [DefaultInstall] AddReg=NMsettings [NMsettings] HKLM,”System\CurrentControlSet\Services\NetMotion\Mobility Client”,”DhcpProvidesMmsAddress”,0x00010001,0 HKLM,”System\CurrentControlSet\Services\NetMotion\Mobility Client”,”MmsAddress”,0x00000000,”<ServerIP>”   2. Update the “options.inf” with… Read More »

How to create Panasonic Driver Bundles from Scratch

By | March 4, 2014
Share

Here is a video I produced displaying the full process of building a driver bundle from scratch.  All needed files are provided via the video. How to create a Panasonic Driver Bundle from scratch. Files used in tutorial can be downloaded using the following link: http://goo.gl/AOPz66 /BG

How to fix a Barcode scanner not working on CF-H2 Toughbook laptop

By | February 7, 2014
Share

The Barcode module on the CF-H2 is hard-coded to use COM3. In some cases, this port is occupied by another device, which are soft assignment to COM3 (can be re-assigned to another port). In those cases, the Barcode scanner does not work.  Here is a way to address this issue via a script/batch. Download Links:… Read More »

How to set the 2D Barcode Emulator to “Always On” a FZ-G1 Toughpad via a script or batch

By | February 5, 2014
Share

By Default, the G1’s Barcode Emulator “Always On” setting is is set to disabled, this decision was made to save on battery power. When needed the user must turn it on, which in essence turning it on does so forever for the logged on user. If you are baking this utility into your CORE image,… Read More »