Friday, October 16, 2009

Forget Viagra !!

FORGET Viagra.

Try this natural home-made recipe which has almonds and honey among its ingredients.The simple-to-brew drink is said to be more effective. And it costs a fraction of the blue pill.Women can also have it but be warned. This is really potent and it may cause you sleepless nights (wink, wink).

Recipe:200ml milk (fresh, UHT, anything)
6 almonds or 1 tablespoon ground almonds (skinned and pounded or ground – if you want a quick fix, then buy ground almonds from the store)
1 egg (preferably free range eggs or ayam kampung eggs – must be fresh)
1 tablespoon honey (Tualang honey is very good!)
Heat the milk up until it is warm. In a blender, blend all the ingredients together for a minute and ENJOY!

Published Oct 15, 2009, By FARIDAH BEGUM

Wednesday, September 30, 2009

Tech Tips: HTTP Error 401.1 - Unauthorized: Access is denied in CRM 4.0?

Read the following links if you've gotten the abovementioned error while setting Microsoft CRM 4.0 (in my case it was two servers configuration, one for CRM 4.0 Enterprise and one for SQL 2005 SP3)

http://thecrmarchitect.com/2009/01/23/crm_401_unauthorized/#comment-105

http://www.shanmcarthur.net/crm/crm4-articles/crm4-installation-and-upgrade-tips

Wednesday, July 29, 2009

Tech Tips: How to clear login wallpaper for remote desktop/terminal login

I had a server that had an annoying Dell logo that took forever to paint every time I logged in remotely, so I wanted to ditch it.

Use registry editor (regedit) and go to key HKEY_USERS\.DEFAULT\Control Panel\Desktop

Look for the string value Wallpaper under the Desktop key.

You can change the value to be any bitmap file, but in my case, I just deleted it.

If you do want to just change the wallpaper, then you will also want to find the key WallpaperStyle - you may have to create it. Set the string to 0 (zero) to display the wallpaper bitmap centered; a value of 1 will tile it, and a value of 2 will stretch it to the screen resolution.


reference: http://www.kirkhamsystems.com/node/108

Friday, May 22, 2009

Tech Tips: Getting "the form required to view this message cannot be displayed contact your administrator"?

If you're getting the following error in your Outlook 2003 or 2007, the following will fix your problem.

Close your Outlook and delete the frmcache.dat file in the following location:

Windows XP: \Documents and settings\your_user_name\AppData\Microsoft\Forms\

Windows Vista: \Users\your_user_name\AppData\Local\Microsoft\FORMS

Tuesday, May 05, 2009

Tech Tips: How to remove dodgy printer drivers when printer spooler keeps crashing

If the Print Spooler service fails when printing, when Windows starts or it can not be restarted, the usual reason is that one or more printer drivers is defective. If the Print Spooler service is not running, the Printers and Faxes folder will be empty and you can not use it to remove (or add) printers or printer drivers. If you have a Lexmark printer, see special information about Lexmark printer drivers.

It's important to only install printer drivers that are designed and built specifically for the Windows version you have. This is particularly important for Windows XP; many of the CDs and floppy disks distributed with printers (particularly older models) do not have Windows XP drivers - check the printer manufacturer's web site for printer drivers for the version of Windows you have (see Links).

A common cause of printer driver problems is to upgrade to Windows XP from Windows 95, 98 or ME without first removing the printer and the printer drivers.

The steps on this page will remove all printers and printer drivers from the computer. The printing subsystem is then "clean" and ready for printers to be added using printer drivers specifically for the Windows version you have.

If you have drivers for several printer models installed (e.g. on a Print Server computer) it may only be necessary to remove the defective printer drivers. At steps 2, and 7, just delete the entries for the printers or printer drivers you suspect are defective. Unfortunately, the files that comprise the drivers are all in the same folder. Also, the same files may be used by the drivers for several printer models. So, selectively deleting the driver files at step 12 may be difficult or impossible. With Windows 2000 and XP, in most cases, deleting the registry entries for the drivers (step 7) will be sufficient, so you may want to skip steps 10 through 12 if you have multiple printer models and don't want to re-install all of them.

Check in Control Panel, Add/Remove Programs; if there is an entry relating to one of the printers, select it, then click Change/Remove. Follow the dialog and "uninstall all" or "remove all" as appropriate. Some "printer software" have programs that show up here and it will be a good idea to remove those before going any further.

If the Print Spooler service is operational:

  1. Open the Printers (Printers and Faxes on Windows XP) folder

  2. delete all of the printers

  3. click File, Server Properties

  4. select the Drivers tab

  5. for each entry:

    1. select the entry

    2. click Remove


Usually, this will do a pretty good job of cleaning out drivers with Windows 2000 and later (not so with Windows NT 4).

If the Print Spooler service is not operational, or you want to make certain there are no printer driver remnants, either follow the instructions below or use cleanspl.exe from the Windows 2000, XP or 2003 Resource Kit (http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en). cleanspl.exe from the Windows 2003 Resource Kit tools will work on Windows XP.

Some information about cleanspl.exe:

  • cleanspl.exe does a very thorough job of cleaning up the print spooler stuff, but it does not remove the spooler service dependency on the Lexmark service (see special information about Lexmark printer drivers).

  • You can use it to clean up the spooler stuff on another computer (i.e. remotely).

  • When you run it, it asks you if you want to remove some things that are actually delivered (and installed by default) with Windows. In most cases, you should answer No to the corresponding prompts (you don't want to remove the Standard TCP/IP Port or the BJ Language Monitor).


Here's how to clean up the print spooler stuff if cleanspl.exe is not available or you prefer to do things manually.

Warning! be very careful using regedit - if you delete the wrong things, you may render your computer inoperative!


  1. open regedit (e.g. click Start, key regedit and press Enter)

  2. navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Environments\Windows NT x86\Drivers

under this key, there will be the keys Version-2 and Version-3 (one or the other of these may be absent - not a problem)

the sub-keys under these contain the printer driver configuration information

delete all the sub-keys inside Version-2 and Version-3, but not these keys themselves

The Microsoft Knowledgebase article at http://support.microsoft.com/default.aspx?scid=kb;en-us;312052 lists some other registry entries to delete, but this is not usually necessary.

  1. open a Command Prompt window

  2. key the commands
    net stop spooler
    net start spooler

  3. open Windows Explorer

  4. navigate to %systemroot%\system32\spool\printers\ and delete any files there. By default, this is where the print spooler stores print files.

  5. navigate to %systemroot%\system32\spool\drivers\w32x86 (%systemroot% is usually Windows, but it might be winnt or something else; this is set when the OS is installed).

  6. inside w32x86, there will be folders with the names 2 and 3 (one or more of these may be absent - not a problem)
    delete all of the files and sub-folders in each of the 2 and 3 folders, but not the folders themselves
    inside w32x86, there may be other folders with names starting with "hewlett_packard", "hphp" or something else; delete these folders also

  7. restart the print spooler (see steps 8 and 9 above)

At this point, the system should be pretty well back to the way it was before any printers were installed.

Some would suggest restarting Windows at this point, but with Windows 2000 and later, this does not seem to be required.

If you have a Lexmark printer, these additional steps may be necessary (thanks to Robert Orleth [MSFT] for providing this information). The Lexmark printer installation process sometimes installs a service that makes the print spooler service dependent on itself. If there is a problem with Lexmark service or a Lexmark printer driver (or you removed it using the steps above), the print spooler service may not start (see also http://support.microsoft.com/default.aspx?scid=kb;en-us;324757). The steps below make the print spooler service only dependent on the Remote Procedure Call (RPC) service (RPCSS), which is normal. The print spooler service dependencies are stored in the registry at

HKEY_LOCAL_MACINE\SYSTEM\CurrentControlSet\Services\Spooler\DependOnService

The sc config command at step 16 resets the value of that entry.

  1. Open a Command Prompt window

  2. key the command
    sc config spooler depend= RPCSS
    (note the space after the = but not before)

  3. restart the print spooler (see steps 8 and 9 above)


Reference: http://members.shaw.ca/bsanders/CleanPrinterDrivers.htm


Monday, April 20, 2009

Many uses of Vodka

Aside from being a fantastic drink, vodka has many uses which you may not have known about. Since vodka is one of the world's most popular drinks, many of us have a bottle handy in the home. And since its typically filtered and pure, it makes a handy liquid to have around.


Here are a few uses:

  1. To remove a bandage painlessly, saturate the bandage with vodka. The solvent dissolves adhesive
  2. To clean the caulking around bathtubs and showers, fill a trigger-spray bottle with vodka, spray the caulking, let set five minutes and wash clean. The alcohol in the vodka kills mold and mildew.
  3. Clean jewelry. Soak the jewelry in vodka for five minutes, then rinse, and dry.
  4. Clean lipstick from clothing. Rub the stain with vodka, then throw into your regular wash.
  5. Remove the glue left behind by a bumper sticker. Rub the glue with a soft, clean cloth soaked with vodka
  6. Prolong the life of razors by filling a cup with vodka and letting your safety razor blade soak in the alcohol after shaving. The vodka disinfects the blade and prevents rusting.
  7. Spray vodka on vomit stains, scrub with a brush, then blot dry.
  8. Using a cotton ball, apply vodka to your face as an astringent to cleanse the skin and tighten pores.
  9. Add a jigger of vodka to a 12-ounce bottle of shampoo. The alcohol cleanses the scalp, removes toxins from hair, and stimulates the growth of healthy hair.
  10. Fill a sixteen-ounce trigger-spray bottle and spray bees or wasps to kill them.
  1. Pour one-half cup vodka and one-half cup water in a Ziplock freezer bag and freeze for a slushy, refreshable ice pack for aches, pain or black eyes.
  2. Fill a clean, used mayonnaise jar with freshly packed lavender flowers, fill the jar with vodka, seal the lid tightly and set in the sun for three days. Strain liquid through a coffee filter, then apply the tincture to aches and pains.
  3. To relieve a fever, use a washcloth to rub vodka on your chest and back as a liniment.
  4. To cure foot odor, wash your feet with vodka.
  5. vodka will disinfect and alleviate a jellyfish sting.
  6. Pour vodka over an area affected with poison ivy to remove the urushiol oil from your skin.
  7. Swish a shot of vodka over an aching tooth. Allow your gums to absorb some of the alcohol to numb the pain.
  8. Soothe a sore throat. Add a tablespoon of vodka to glass of warm water and gargle. The alcohol helps numb the sore throat.

Eliminate swimer's ear. If you don't have rubbing alcohol, fill an eardropper with vodka, and squeeze it into the affected ear, then let it drain out


excerpt from http://www.divinecaroline.com/user/profile/36185

Friday, April 10, 2009

Tech Tips: Cannot run Exchange command in PowerShell, do this first...

If you're new to Microsoft PowerShell (PS) and Exchange 2007, you soon will realized that why you're not able to run any command in PS and keeps getting the error similar to the following:

(example:)
The term 'Move-Mailbox' is not recognized as a cmdlet, function, operable program, or script file. Verify the term and try again.
At line:1 char:13

Type in the following and you're good to go:

1. To check if the snapin has been installed:

PS C:\>Get-PSSnapin -Registered

Name : Microsoft.Exchange.Management.PowerShell.Admin
PSVersion : 1.0
Description : Admin Tasks for the Exchange Server

To manually add this to the current PowerShell session, use the Add-PSSnapin cmdlet:

PS C:\>Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin

This is just the command to allow the exchange snapin to integrate with the PS, for more info about the usage, hit the following link:

http://mcpmag.com/features/article.asp?EditorialsID=763


Monday, March 16, 2009

Tech Tips: How to install Exchange Management Tools for Exchange 2007 on Vista

  1. Download Windows PowerShell for Windows Vista from
    http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx

  2. Run the installation package to install Windows PowerShell.

  3. From the Start menu, open the Windows Vista Control Panel and then open the Programs and Features applet.

  4. In the Tasks area, click Turn Windows features on or off.

  5. Expand Internet Information Services, expand Web Management Tools, and then expand IIS 6 Management Compatibility.

  6. Select the checkboxes for IIS 6 Management Console and IIS 6 Metabase and IIS 6 configuration compatibility, and then click OK.

  7. Download Exchange 2007 Management Tools from Microsoft website, make sure to select the correct version based on your OS as well as the type of Processor whether it's 32bit or the 64bit version and install it. 32-bit version is available here:
    http://www.microsoft.com/downloads/details.aspx?familyid=6BE38633-7248-4532-929B-76E9C677E802&displaylang=en
For more info about Microsoft Exchange Server requirement, visit this link: http://technet.microsoft.com/en-us/library/aa996719.aspx

Wednesday, March 11, 2009

Tech Tips: Outlook 2007 Offline Address Book not showing the latest records

I don't know about you but I have this problem where Outlook 2007 stopped getting the latest entries.

Scenarios:
  • Webmail OWA is able to check and resolved the new names and email (which means AD is working just fine)
  • Re-downloading the address book via Outlook > Tools > Send and Receive > Download Address Book didn't work

Solutions: (in Windows Vista)

  1. Close the Outlook
  2. Go root drive C:\Users\Your_Login_Name\AppData\Local\Microsoft\Outlook and delete all the .oab files (back them up if you want
  3. Restart Outlook and voila, you'll see the latest records!

Wednesday, March 04, 2009

Tech Tips: Playing music from iPod without iTunes

Let's just say you have the iTunes where you sync your music installed in your home computer and your company IT policy does not allowed you to install any other software as well having music files in the laptop other than the business applications. What would you do to put yourself to sleep or just plainly listen to your music via the laptop speakers?

Fret not, go download Pod Player and have your problem solved immediately... and it's FREE!

(www.ipodsoft.com)