Disabling Balloon Tips in windows

To turn off balloon tips in applications that support XP Themes:
1.Start Regedit
2.Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\
3.Create a DWORD value of EnableBalloonTips
4.Give it a value of 0
reg file
REGEDIT4

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explor
er\Advanced]"EnableBalloonTips"=dword:00000000
note:take backup your registry first