Category Archives: Windows 7

“A required CD/DVD drive driver is missing..” error when installing Windows 7 on new Toughbook laptops. – Updated 2016-12-06

By | October 11, 2016
Share

!! UPDATE: 12/6/2016- If the script doesn’t work, try changing the index number being adjusted to #2. 2 things need to happen to fix this: Windows 7 install PE needs the Windows 7 USB 3.0 driver package injected. USB 3.0 Host Controller Driver: http://pc-dl.panasonic.co.jp/d… USB 3.0 Driver: http://pc-dl.panasonic.co.jp/d… A registry hack (for lack of a… Read More »

SOLVED: Netmotion XG Mobility Client Install Driver Prompt

By | August 11, 2016
Share

SOLVED (08/11/2016): http://www.netmotionwireless.com/support/docs/MobilityXG/1100/help/mobilityhelp.htm#page/Mobility%20Server/setup.03.39.html The “NM_Options” property MUST be used, even when using the MmsAddress MSI property. So my final install string was this: ## <Perform Installation tasks here> Show-InstallationProgress -StatusMessage ‘Installing NetMotion XG Client. This may take some time. Please wait…’ Execute-Process -Path “msiexec.exe” -Parameters ” /norestart /quiet /package “”$dirFiles\Mobility_xg_client_11.01_Win7_x64_release.msi”” NM_ADDRESS_VALUE=x.x.x.x:x EQSI=””1″” NM_Options=””$dirFiles\options.inf”” REBOOT=ReallySuppress” Forum… Read More »

Hung at “Checking for updates…” on Windows 7 x64

By | July 16, 2016
Share

* 2016-7-27 Updated with 7 x86 download links Scenario: Installed Windows 7 x64 Professional using ISO from MSDN. Windows Update hung indefinitely “Searching for Updates”. Solution: Applied the following 3x patches: 9,575,735 Windows6.1-KB3020369-x64.msu 11,313,360 WindowsUpdateAgent-7.6-x64.exe 500,046,015 AMD64-all-windows6.1-kb3125574-v4-x64_2dafb1d203c8964239af3048b5dd4b1264cd93b9.msu Download: https://drive.google.com/open?id=0BwHI1r8k8A75SHl3Q01zSFktYkk Download for x86 patches: https://drive.google.com/open?id=0BwHI1r8k8A75RjAzTHhJejlQRkU Lastly, If running 7 Pro run Never10 to ensure Windows 10 is not cached… 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 »

A Custom vbScript to Restore and Capture User Data using USMT 4.

By | January 31, 2014
Share

The reason for a custom script, is that the customer wanted to see a prompt displaying how large the backup .MIG file would be before initiating the backup. The script was used in an SCCM 2012/MDT 2012U1 UDI Task Sequence.  I kicked off the script using a “Run a Command Line” step and used the… Read More »