NEWS: You receive more permissions with each change of Member-group.

Author Topic: If you hate XP's Baloon Tips..read on...  (Read 625 times)

0 Members and 1 Guest are viewing this topic.

Offline alahuin

  • Full Member
  • ***
  • Posts: 234
  • Respect: +18/-1
  • Gender: Male
  • The Ancient One
If you hate XP's Baloon Tips..read on...
« on: May 14, 2010, 02:58:39 PM »
If like me you can't stand those infernal XP popup baloon tips and wish to kill them forever but don't want to mess with the registry..here's how..
Open Notepad, copy and paste the code below, go to Save As (remember to choose All files and not txt)
Save to your Desktop (or wherever) as "RemoveTips.vbs" (without the " ")
Double click to run the file.
It will say "You may need to log off/log on For the change to take effect."
I have used it on all my XP installs and it is completely safe..works great...

Credits to Doug Knox for the script...
Quote
'xp_balloontips.vbs - Disables/Enables Windows XP BalloonTips
'© Doug Knox - rev 02/06/2002
'This code may be freely distributed/modified

Option Explicit

'Declare variables
Dim WSHShell, n, MyBox, p, itemtype, Title

Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\"
p = p & "EnableBalloonTips"
itemtype = "REG_DWORD"
n = 0

WSHShell.RegWrite p, n, itemtype
Title = "Balloon Tips are now Disabled." & vbCR
Title = Title & "You may need to log off/log on" & vbCR
Title = Title & "For the change to take effect."
MyBox = MsgBox(Title,4096,"Finished")

 O0

Offline bigguy

  • Owner
  • Administrator
  • *
  • Posts: 2549
  • Respect: +37/-0
  • Gender: Male
Re: If you hate XP's Baloon Tips..read on...
« Reply #1 on: May 14, 2010, 03:10:16 PM »
Very Nice. I had something like this years back but have not used it in awhile. Nice post.  :pray

 



SimplePortal 2.3.3 © 2008-2010, SimplePortal