Month: April 2008

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 »

Remove Shared Documents from My Computer

It has been confirmed, it has been nearly seven years using Microsoft Windows XP, and I have come to realize that I have never used the Files Stored on This Computer section of My Computer. Particualarly, never stored or used the Shared Documents File Folder. I recently came across an article detailing just how simple it is to remove Files…

Read More »

Boot and Automatically Log On to desktop in Windows XP

A recent Microsoft update changed the way I logged into my workstation. Microsoft Windows XP use to boot directly to the desktop, now boots to a logon screen. To get past this behavioral change, I found the following information to work as advertised. Source: Google

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 »

Creative Labs: Another dissatisfied customer

I had been reading through more of the Creative Labs forums, and came upon this post that is so well worded that it doesn’t need to be paraphrased. It seems that the creative Labs forums in general have become a battlefield of spam and discontent. This is yet another thread detailing another who is completely dissatisfied by the way Creative…

Read More »

SVCHOST.EXE Application Error 0XC00000FD 0X76A9F4F9 100% CPU Resolved!

For the past six months, I have encountered an error that occurs randomly only on one workstation. I have not found a solution on any website. In fact, Google 0xc00000fd 0x76a9f4f9 and there are only two websites that have even encountered this exact same message. Again with no solution until now. Well, a solution that works for me and hopefully…

Read More »

Innounp, Inno Setup Unpacker 0.23 (Build: 080318) supports INNO Setup 5.2.3

INNO Setup is a free installer for Windows programs available at JRSoftware. There is no official unpacker – the only method of getting the files out of the self-extracting executable is to run it. An open source utility called innounp.exe is maintained at Sourceforge. Sourceforge has maintained version 0.19 online for over a year, however, 0.20 also exists from Sourceforge,…

Read More »

Internet Explorer 8 Beta RunOnce Removal

  Microsoft Windows Internet Explorer 8 Beta   Version: 8.0.6001.17184IS   Update Versions: Beta . . Issue Internet Explorer 8 Beta has it’s own version of the annoying RunOnce, however, this one is a pop-up and is not yet too annoying. There is no reasonable explanation as to the purpose of this link. After the RunOnce executes, notice that Microsoft…

Read More »

myNetflix plugin to watchnow on Media Center

Netflix introduced the ability to watch videos online. This is a cumbersome process, especially for those who have grown used to using Media Center remote control and Windows Media Center. Everything in the Windows Media Center is pretty well organized and accessable through the Windows Media Center remote. However, the Netflix watchnow feature requires the user to close or minimize…

Read More »

EMC Documentum eRoom 7.4.0a a must upgrade

A couple of weeks ago, I upgraded eRoom from 7.3.4 to 7.4.0 (7.40.500.183), which was released on March 11, 2008. On March 28, 2008, EMC Documentum eRoom 7.4.0a (7.40.500.184) was released. Unlike previous versions of this product, 7.4.0 is no longer available. For example, version 7.3.3 and version 7.3.3a both exist and are still downloadable. This raises the question, what…

Read More »

Creative Labs Stock Price as a result of Daniel_K

I discovered this annoying forum from within Creative Labs. The subject is Daniel_K please apologize to Creative. The opening argument contends that the stock market value of Creative has been adversely effected by Daniel_K, personally. This is completely false. The opening argument I think it would be best if you made an apology. The fact of the matter is that…

Read More »

INI/Helpud.CL Trojan most likely a false positive

After performing a system scan, a single file, Desktop.ini under My Pictures\Desktop.ini was detected as INI/Helpud.CL Trojan and was cured by CA Antivirus. If in fact this were a Trojan, it would have been benign and would not have done any damage to the system. However, I am not the only one reporting this anomaly. Others are reporting the same…

Read More »

Edit WordPress Plugin Global Translator for w3.org validation.

I wanted to validate this website against w3.org, and ran into a couple of correctable problems. The images in the lower right indicate the certifications that this site has achieved. One problem, was with the plugin, Global Translator,where w3.org validator didn’t like the use of 〈, so I replaced that line with the recommended &. After making this correction, the…

Read More »

IIS 5.1 OK button unavailable when you add application mappings

An administrator using Windows XP Professional wanted to add an Application Extension Mapping in IIS, by right clicking on the Default Web Site, go to Properties, Home Directory tab, Configuration button, Add button. However, once the executable and extension were selected, the OK button was still unavable or grayed out. The reason is that the executable path is a compacted…

Read More »

How To: Uninstall a package in Linux Ubuntu

I am learning Linux as quickly as possible. I am using this site as a repository to support the bits and pieces of code that I have found useful. The following example is code to remove apache2, however, is useful to remove any package, just replace apache2. sudo apt-get purge apache2 sudo apt-get clean sudo apt-get update sudo apt-get install…

Read More »

How To: Install LAMP on Ubuntu Linux

LAMP, an open source web development platform based on Linux, is an acronym for Linux, Apache, MySQL, and PHP (Perl or Python). Using terminal, enter the following line to install the LAMP stack. sudo apt-get install apache2 mysql-server libapache2-mod-auth-mysql php5-mysql php5

Read More »