Monday 6 June 2011

How To Run Multiple Instances Of Yahoo Messenger, Make Your Computer Speak Whatever You Type



By default, all versions of Yahoo Messenger allow a single user to be signed in and running the client percomputer. A second user will not be able to log in parallel to the first, as long as the instant messaging client is in its default configuration. Here is a Registry hack to permit multiple users to log in and run the Yahoo Messenger 9.0 Beta client simultaneously on the same machine, or a single user to sign in undermultiple accounts.

As you can see from the screenshots integrated with this article, you will be able to run multiple versions of Yahoo Messenger 9.0 Beta Refresh after the hack is complete.

Follow the steps given below

  • Start Menu——Run —–REGEDIT
  • Navigating to HKEY_CURRENT_USER Software_yahoo_pager_Test
  • Users have to right click Test and create a New DWORD value labeled Plural
  • In order to finish the hack user’s had to modify DWORD value labeled Plural via right click and then modify the Value Data to 1 while keeping Hexadecimal selected.

The registry hack will allow for multiple instances of Yahoo Messenger 9.0 to run simultaneously on the same computer. In order to revert back to the original configuration of the instant messaging client, simply navigate to the HKEY_CURRENT_USER SoftwareyahoopagerTest and delete the Plural key under Test.

enjoy the hack


Make Your Computer Speak Whatever You Type


Now you can convert your computer in to a text to voice software. You can make your computer speak whatever you type. For this you don’t require any programming knowledge, You can achieve this by a simple trick. Just follow the steps given below to make your computer speak whatever you type :

Step 1 : Open a notepad and cope and paste the code given below.

Dim message, sapi
message=InputBox(“Type the text which you want me to speak”,”Text To Voice Software”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message

Step 2 : Save The notepad file as speak.vbs (you can save it with any name but extension should be .vbs).

Step 3 : Now double click on the file and type in the box whatever you want the computer to speak and click ok.

make your computer speak whatever you type

No comments: