Monday 1 November 2010

Uninstalling removing Trend Micro Client/Server Security Agent off Dell Laptop

Stupid crap comes password protected when you want to uninstall it from a virgin laptop! This is how to uninstall it when you don't know the password.


Option 1:

    To uninstall the Client/Server Security Agent, do the following:

      1. On the target machine, close all browser applications.

      2. Open a command prompt window.

      3. For 32-bit OS: Go to C:\Program Files\Trend Micro\Client Server Security Agent\ directory. For 64-bit OS: Go to C:\Program Files (x86)\Trend Micro\Client Server Security Agent\ directory.

      4. Type the following command:

            ntrmv -980223

Option 2:

    Trend Micro has also supplied a registry edit that can be found at this link (http://esupport.trendmicro.com/pages/Unable-to-uninstall-the-Client-Server-Security-Agent-for-Dell-because-it-is-prompting-for-a-password.aspx ).

      1. Open the Registry Editor. Note that you should always create a backup before modifying the registry as incorrect registry changes may cause serious issues.

      2. Do one of the following:

          a. For a 32-bit operating system, go to the “HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc” registry hive.

          b. For a 64-bit operating system, go to the “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc” registry hive.

      3. Look for the registry DWORD “Allow Uninstall”.

          a. If this is present, edit the DWORD and change the value from “0” to “1”.

          b. If this is not present, create the string as follows.

              i. Right click the “Misc.” folder and select “New > DWORD” value.

              ii. Create the registry name “Allow Uninstall”.

              iii. Double click the new entry and change the value from “0” to “1”.

      4. Click “OK”.

      5. You should now be able to uninstall the program without getting any prompt for a password.

Monday 9 March 2009

XP Downgrade is easiest on Toshiba Laptops

XP downgrading is easiest on Toshiba laptops at the moment. They give one CD with XP and drivers on one image.

Samsung gives an XP CD and drivers on another. Lenovo provide 3 CDs!

Friday 6 March 2009

Saving SMS txt to PC

Use either FMA, floats mobile agent or myphoneExplorer:
http://fma.sourceforge.net/index2.htm

Friday 21 November 2008

Online JavaScript tester

http://www.regular-expressions.info/javascriptexample.html

Smart Auto Refresh

In this tutorial Hermawan will teach you how to create an auto refreshing page. The trick he will show you is how to have the page only refresh when there is new data to display.

By : Hermawan Haryanto

Have you ever thought about how to make a website able to reload itself whenever the content inside the page is updated through another application or another page?

See below:

http://www.codewalkers.com/c/a/Display-Tutorials/Smart-Auto-Refresh/

Tuesday 1 July 2008

Installing VMWare 1.0.6 on Ubuntu 8.04 (64bit)

Download and extract vmware.tar etc. etc. navigate to folder etc.

1. sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd
2. run vmware-install.pl, then (BEFORE running vmware-config.pl):
sudo touch /etc/vmware/ssl/rui.key
sudo touch /etc/vmware/ssl/rui.crt
sudo apt-get install ia32-libs
3. run vmware-config.pl

Source:
http://ubuntu-tutorials.com/2008/05/30/install-vmware-server-106-on-ubuntu-804-hardy/
http://ubuntuforums.org/showthread.php?t=337040