We can do this with previous version of Yahoo Messenger (here is how-to). But with the latest version, same method cannot be applied. Any ideas?

link|improve this question

67% accept rate
feedback

1 Answer

I have the solution here

Summary:

  • Run regedit
  • Go to HKEY_CURRENT_USER\Software\Yahoo\pager\Test
  • Add new value plural, details:
  • Right click on the right pane, then New – DWORD
  • Rename it to plural
  • Update plural value to 2, details:
  • Double click it
  • Enter 2 in Data box
  • Select Heximal radio in Base box
  • Close regedit program.
  • Done

Hope this helps!

link|improve this answer
1  
Shortcut: reg add HKCU\Software\Yahoo\Pager\Test /v plural /t REG_DWORD /d 2 through Command Prompt – grawity Nov 16 '10 at 15:46
Also, you have to choose the base (hex vs decimal) before entering your data. – grawity Nov 16 '10 at 15:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.