Thursday, December 09, 2010

Disable Yahoo Messenger Adds

First mode(Execute regedit)
[HKEY_CURRENT_USER\Software\Yahoo\pager\Locale]
Enable Messenger Ad = 0
restart yahoo messenger
Second mode

on file C:\WINDOWS\system32\drivers\etc\hosts

add next line

127.0.0.1 insider.msg.yahoo.com

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...