prvent popups on the desktop

  • Thread starter Thread starter Andreas Drumbl
  • Start date Start date
A

Andreas Drumbl

hi

How can I prevent popups in XPe. For example, if I connet
a USB memory stick to the computer it shows me a ballon
window in the left status bar " new Hardware found".

Is there any way to prevent this message?

thanks

Andy
 
Andy,

Try adding these registry entries in the "Extra Registry Data" of your
runtime...

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc
ed]
"EnableBalloonTips"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc
ed]
"FolderContentsInfoTip"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
"Show"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc
ed]
"StartButtonBalloonTip"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanc
ed]
"ShowInfoTip"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explor
er]
"NoSMBalloonTip"=dword:00000000


Make sure to go to "Advanced" and set the Phase to late in FBA to prevent
overwrites. HTH,

Brad Combs
Imago Technologies
 
Back
Top