Disable annoying message in IE

;-----
;----- Disables the following message in Internet Explorer:
;-----
;----- When you send information to the Internet, it might be
;----- possible for others to see that information. Do you want
;----- to continue?
;-----
;----- Checkbox: In the future do not show this message. YES or NO
;-----
;----- Setting this to a DWORD value of 0 disables the warning, settting
;----- it to 1 turns it on (duh).
;-----

[HKCU\Software\Microsoft\Windows\CurrentVersion\InternetSettings]
"WarnOnZoneCrossing"=dword:00000000


» Example Registry Tweak
[HKCU\Software\Microsoft\Windows\CurrentVersion\InternetSettings]
"WarnOnZoneCrossing"=dword:00000000


Submitted by dstambaugh.
Last updated 2006-04-06 21:03:54 by dstambaugh