Category: AutoIT Scripts

Windows Vista Default Folder Template Patch (AutoIT Script)

In 2008,I put together several solutions to prevent Windows Vista from automatically selecting a default view, which was generally inconsistent with the folder content. The purpose of this article is to take the first solution of that article that was found on vistax64.com and create a nice little utility using AutoIT. It hasn’t been fully burned in but there may…

Read More »
Mozilla Thunderbird

Thunderbird Backup Automated [Resolved]

Mozilla Thunderbird is a free email application. MozBackup is a utility for creating backups of Thunderbird and other Mozilla applications. It can backup and restore everything from your bookmarks, history, plugins, mail, to contacts. MozBackup offers command line functionality which supposedly allows for command line backups, however, I have encountered it to loop repeatedly, and endlessly. Backing up a profile,…

Read More »

mAh mWh Calculator

A little while ago, I wrote an article Convert mAh to mWh and mWh to mAh for Notebook Laptop Batteries that provided the calculations needed to convert from mAh to mWh and vice versa. The intent was to simplify the navigation in researching the purchase of a replacement battery. As many battery manufacturers present different pieces of information which makes…

Read More »

A Julian and Gregorian Calculator using AutoIt

I know that there is a Julian Day Converter that has been around for years. It, however, is no longer supported. The window can sometimes be a little messy to re-size and it is expressed by dd/mm/yyyy not mm/dd/yyyy for which I am more used to. Well, here is my attempt at a calculator using AutoIt and Koda. This calculator…

Read More »

Julian Day Calculator with AutoIT

I know that there is a Julian Day Converter that has been around for years. It, however, is no longer supported. The window can sometimes be a little messy to resize and it is expressed by dd/mm/yyyy not mm/dd/yyyy for which I am more used to. Well, here is my attempt at a calculator using AutoIt and Koda. This calculator…

Read More »

Remove WGA Notifications with AutoIT

Remove or uninstall Windows Genuine Advantage Validation Tool. This is possible by reviewing the contents of the update.inf file that is part of the WindowsXP-KB905474-ENU-x86-Standalone.exe. Microsoft offers a manual method in their knowledge base (KB921914). Once the WGA Validation tool is installed, there is no usable add/remove entry to remove. Here is an AutoIT script to automate the manual removal:…

Read More »

AutoIT Scripts to stop and start EMC Documentum eRoom services

Having tested eRoom under different conditions and scenarios, I have found it to be a laborious task to manually stop and start services throughout any procedure as there are at most nine services. So, I created a couple of scripts using AutoIT to stop and start all services that eRoom uses. Using these scripts have saved me quite a bit…

Read More »

Windows could not search for new updates Error Code 80245003 fix

This little script will fix the Windows could not search for new updates Error Code 80245003 error message. It also serves another purpose. Whenever I create a new image, I want to eliminate as much clutter as possible for the smallest possible image. Sometimes the SoftwareDistribution folder can contain 100s of megabytes of files that are unneeded for an image….

Read More »

Symantec Ghost with PXE Automation

This simplified script offers the purpose of starting PXE, TFTP, and Ghost in an appropriate order. When the Ghost imaging is complete, the services for PXE and TFTP will also terminate. This is useful in an environment where some workstations are set to PXE boot. This will prevent unanticipated access to the PXE server. Also, a one click method to…

Read More »

Beyond Compare 2.4.3 INNO repack with license key

Beyond CompareĀ® is the ideal tool for comparing files and folders on your Windows or Linux system. Visualize changes in your code and carefully reconcile them. Beyond Compare is available at Scooter Software. A license was purchased to support a large user community. I wanted a means to simplify the distribution of this application with the license file. I chose…

Read More »

Map a drive with username and password script

Once compiled into an executable, the username and password is fairly safe. Yes, there are very rare decompilers out there, but safe to the normal user community. I chose this method of VBS2EXE type applications since those applications have a tendancy to extract the data in pure text either in local folder or temp folder. This method extracts to memory….

Read More »

ieSpell scripts to register and remove registration

The method provided by ieSpell to register multiple users simultaniously over a mobile network was not a viable solution. I created this little script to simplify the task. I needed another script to remove registration from user systems who no longer require the application.

Read More »

Fix Journal wrapper DNS NTFRS errors

I created the following script to fix the following errors that occur often enough. I have tested this on Microsoft Windows 2003 Server and Enterprise Server(s) with SP1, SP2, and no service pack with success. Fix_Journal_Wrapper_DNS_NTFRS.au3

Read More »