Tag Archives: Toughpad

“Invalid signature detected. Check Secure Boot state in Setup” error

By | March 30, 2018
Share

To bypass this error, you must clear the current secure keys in the BIOS. Enter BIOS by hitting F2 or hitting the top-left of the screen during bootup on tablets. Go to the Security tab and enter the “Secure Boot” sub-menu. Click on the “Clear Secure Boot keys”. Accept the warning prompts and perform a… Read More »

Batch script to set the A1 button actions on a FZ-G1 Toughpad tablet

By | December 14, 2016
Share

Here is the batch, it’s fairly self-explanatory: rem import default user’s hive reg load HKLM\ImportedHive “%SystemDrive%\Users\Default\NTUSER.DAT” rem create batch that will be called by A1 button echo “%ProgramFiles(x86)%\Panasonic\PCam\PCam.exe”>%WinDir%\System32\A1Click_Mapping.bat echo “%ProgramFiles(x86)%\Panasonic\TSModSel\tsmodsel.exe” -G>%WinDir%\System32\A1Hold_Mapping.bat rem ties A1 to cmd.exe /c %WinDir%\System32\A1Click_Mapping.bat and A1Hold_Mapping.bat for the DEFAULT USER Reg.exe add “HKLM\ImportedHive\Control Panel\TabletPC\ButtonMaps\0” /v “ButtonID” /t REG_DWORD /d “2” /f… Read More »

How can I set BIOS Settings for a Toughbook or Toughpad in WinPE?

By | December 19, 2014
Share

*UPDATED* – 2016/09/16 Removed Password, and updated download link for BIOS Provider.   With the latest release of the WMI BIOS Provider Utility came a large feature, the ability to set BIOS settings from WinPE. First, you need to add the Panasonic SID Driver to your WinPE. The latest variety available should do: 32-Bit |… 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 »