Author Archives: Brian Gonzalez

Crazy mouse issue in Windows PE

By | October 19, 2015
Share

*UPDATED* 2016/10/11 – Script created to automate update on pe WIM: https://gist.github.com/brianfgonzalez/574aa68f4d5c39c5005bfdf15fa6c4b9 The crazy mouse occurs when the embedded GPS module is detected as a Serial mouse. To prevent this behavior, you must manually import a REG into the Windows PE boot.wim. A registry entry must be imported into the registry of the WinPE boot media.… Read More »

SCCM 2007 WinPE not seeing CF-311xxx Toughbook USB ports

By | October 19, 2015
Share

Here is the current workaround to the USB ports not working on a CF-311xxx with SCCM 2007. A registry entry must be imported into the registry of the WinPE boot media. Mount the boot wim. Dism /mount-image /imagefile:boot.wim /mountdir:c:\mount Mount theWinPE’s SYSTEM Hive into your HKLM via regedit C:\mount\Windows\system32\config\SYSTEM Name the imported hive: importedsystem Import… Read More »

Prevent Windows 10 from staging and prompting in Windows 7 or Windows 8

By | October 19, 2015
Share

Update 2016-07-28: Just use the NEVER10.exe tool: https://www.grc.com/never10.htm ================================================================ Here’s what I found to work to prevent Windows 10 from caching or prompting in Windows 7 or Windows 8: If you are using Windows 7, locate the following updates: 3035583, 2952664, 3021917 If you are using Windows 8, locate the following updates: 3035583, 2976978 ================================================================ Windows… Read More »

Powershell script to collect MDT/SCCM/Windows logs from a local system

By | September 11, 2015
Share

Add this script to your custom WinPE boot media to make grabbing the logs from a system simple and quick. UPDATED 9/11/2016 – https://github.com/brianfgonzalez/Scripts/blob/master/CollectLogs.ps1 <# Version: 1.1 ChangeLog: – September 10, 2015 : First revision of script. – Moved function code above function call. 1.1 – Switched to using [System.IO.DriveInfo]::getdrives() instead of gwmi #> function… Read More »

Windows 10 “Upgrade” Drivers Released for the FZ-G1(Mark 3), FZ-M1C (Mark 1), and the CF-311(Mark 5).

By | July 29, 2015
Share

http://pc-dl.panasonic.co.jp/dl/search?q=Windows+10+Upgrade+Support+Download+Modules&button=&dc%5B%5D=002001&p1=&p2=&oc=&lang= Supported Models: FZ-G1 (Mark 3) FZ-M1C (Mark 1) CF-311 (Mark 5) * Drivers are meant to be used for upgrading from Win 7 or Win 8.1 to Win 10. -Brian G