Author Archives: Brian Gonzalez

Access Denied error when attempting to copy files into the C:\Windows or C:\Users Directories or Sub-Directories in Windows 7.

By | March 2, 2011
Share

Description: By Default, A Windows 7 Installation’s C:\Windows Directory is locked out, even to the Administrators Group. This Behavior may be desired by some, but others prefer to allow Administrator access for Registry Imports, File Copies to C:\Windows\System32 Directory. Symptom: “Access Denied” Errors when attempting to copy or save files to the C:\Windows or C:\Users… Read More »

Update: Tool to scan .INF files and output info to .CSV File

By | February 4, 2011
Share

I came across this very useful tool a few years back and threw it in my imaging toolkit and never looked back.  The tool will scan a folder and sub-folders for .inf files and provide data on each supported device by the driver. Tool: FindHWIDs.exe Download Tool Here: https://panaconsulting.egnyte.com/h-s/20140114/3f95120d0a084993 Screenshots: Scanning in progress: Scanning Complete: Example… Read More »

Prompt that works During a Microsoft Deployment Toolkit (MDT) Task Sequence.

By | January 31, 2011
Share

In some cases, mostly during testing,  I want to provide visual prompts within Task Sequence Steps during a Deployment with Microsoft Deployment Toolkit (MDT).  The common measures do not work (Popup appears behind MDT Progress Notification Windows,  MsgBox and Wscript.Echo literally pause a script and do not display).  So I built a custom prompting application,… Read More »

How to switch an XP OEM licensed Installation to a Volume (SA/Corporate) Licensed Installation.

By | January 29, 2011
Share

1 Download and Install N-Lite onto any XP machine. ( http://www.nliteos.com/ ) 2. Run the software and insert your Volume License XP Installation Media disc when prompted for Windows XP installation media 3. Follow Step-by-Step Wizard and when available choose to "Add drivers" into Installation media. 4. Download and extract latest Intel Mass Storage drivers… Read More »

Useful Post-install Toshiba Bluetooth Registry Keys

By | January 28, 2011
Share

Some useful registry entries that can be applied to set up how the Bluetooth stack works in Windows XP/7. Toshiba Bluetooth Stack download site: http://aps2.toshiba-tro.de/bluetooth/?page=download Silent Install String: setup.exe /w /s /v”/qn MODE=4″ Get rid of this window on start-up.. Toshiba Bluetooth Registry Key to not “Auto Register” [HKEY_CURRENT_USER\Software\Toshiba\BluetoothStack\V1.0\AutoRegist] “DontShow”=dword:00000001 ;Hide Icon in TaskBar [HKEY_LOCAL_MACHINE\SOFTWARE\Toshiba\BluetoothStack\V1.0\Mng]… Read More »