Tag: AutoIT

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 »

Internet Explorer 7 Gold RunOnce Removal

Microsoft Windows Internet Explorer 7 Version: 7.0.5730.11CO Update Versions: 0 Version: 7.0.5730.13IS (confirmed working) Issue The annoying Runonce linking to runonce.msn.com/runonce2.aspx either fails to start or you do not want it to start. There is no reasonable explanation as to the purpose of this link. All settings may be changed within the installation of itself without linking to Microsoft. I…

Read More »