Category Archives: Uncategorized
Cudos: Free Virtual Application Creator, Cameyo
Hide Command Window Every 3 Seconds AutoIt Program.
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)
*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.
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 »