Category Archives: Uncategorized

New Trace32 (Now CMTrace.exe) Application

By | December 30, 2012
Share

To avoid digging around everywhere under the sun on microsoft.com, I hosted both versions of cmtrace32.exe on box.com. Enjoy… CMTrace 32Bit: https://panaconsulting.box.com/s/p5b1d6lgvkpl89jden9e CMTrace 64Bit: https://panaconsulting.box.com/s/4g4exrmbi0tj753887do -BG

Cudos: Free Virtual Application Creator, Cameyo

By | December 30, 2012
Share

The application simply works. Check it out and build a thin 32bit application for your Flash Drives. On the site they also host a bunch of applications they already built and tested. http://www.cameyo.com/ Some other great resources for free thin “portable apps”: http://portableapps.com/apps

Hide Command Window Every 3 Seconds AutoIt Program.

By | December 30, 2012
Share

Ran into a need to produce a lite program to hide command windows while I ran other scripts.  So I produced the following: HideCmdWindowEvery3Sec.exe: https://panaconsulting.box.com/s/b6cd69dyakpa3a1vi2xe As named, It runs in the background and minimizes any command prompt windows that appear on-screen. Here is an example batch file utilizing the program: start “” “%~dp0HideCmdWindowEvery3Sec.exe” start /w… Read More »

Flash silent installation with no updates (mms.cfg)

By | September 9, 2012
Share

*Updated links for msi download: https://fpdownload.macromedia.com/pub/flashplayer/pdc/24.0.0.194/install_flash_player_24_active_x.msi https://fpdownload.macromedia.com/pub/flashplayer/pdc/24.0.0.194/install_flash_player_24_plugin.msi * thanks reddit /u/kheldorn Download the latest .MSI release of the Adobe Flash plugin and ActiveX installs from this site: http://www.adobe.com/products/flashplayer/distribution3.html Then create your custom “mms.cfg” file: Create or open an mms.cfg file in a text editor (notepad works). Add the following line to disable the auto-update: AutoUpdateDisable=1… Read More »

VBScript used in Altiris 7.1 to copy vendor specific drivers to the local c:\drivers Directory.

By | July 16, 2012
Share

To use this script you must have the following tasks completed: 1. Captured a Syspreped image, with the “C:\Drivers” directory added to the DevicePath reg setting. 2. On a server share, you must share a “Drivers” directory, with sub-directories setup for each model specific driver. Windows 7 will recurse directories in C:\Drivers, while WinXP will… Read More »