View Single Post
Old 01-18-2006, 03:37 PM   #6 (permalink)
cyrnel
Adequate
 
cyrnel's Avatar
 
Location: In my angry-dome.
Yep, that policy setting (NoSMBalloonTip) affects the start menu balloon tips but not the others. (and if you're reading on XP Home, gpedit.msc isn't included)

Notification area tips can be controlled with EnableBalloonTips
Popup folder info bubbles with FolderContentsInfoTip
Icon description bubbles with ShowInfoTip

There are half a dozen other hand-holders but they can be controlled with tweakui or built-in windows controls.

It's often easiest (and safer than regedit) to just merge preferred registry settings from a template file. i.e. custom settings.reg:
Code:
;Customize tips

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

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

;etc.
__________________
There are a vast number of people who are uninformed and heavily propagandized, but fundamentally decent. The propaganda that inundates them is effective when unchallenged, but much of it goes only skin deep. If they can be brought to raise questions and apply their decent instincts and basic intelligence, many people quickly escape the confines of the doctrinal system and are willing to do something to help others who are really suffering and oppressed." -Manufacturing Consent: Noam Chomsky and the Media, p. 195
cyrnel is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73