#66799 - 2002-06-13 02:39 AM
Re: Auto Complete
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Lonkero,
I am confused.
Not to say that I disagree or correct you..
quote:
Anyone come across a script that will disable autocomplete in Microsoft Internet explorer. Any help would be appreciated.
So, in my search in the Registry, we do find what Jural is looking for: quote:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AdvancedOptions\BROWSE\AUTOAPPEND "Text"="Use inline AutoComplete for Web Addresses"
If I am wrong, or have a incorrect interpretation of this issue, I would be happy to know.
Thanks!
Kent
|
|
Top
|
|
|
|
#66801 - 2002-06-13 02:44 AM
Re: Auto Complete
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Ok.. Egg on my face..
Sorry.
Kent
|
|
Top
|
|
|
|
#66802 - 2002-06-13 02:46 AM
Re: Auto Complete
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
internet options> content >autocomplete >autocomplete settings
Basically he wants to clear/prevent the caching of usernames and passwords...
web addresses.. well, who cares.
|
|
Top
|
|
|
|
#66803 - 2002-06-13 02:59 PM
Re: Auto Complete
|
Kdyer
KiX Supporter
   
Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
|
Jural,
I know this may not be the complete solution.. However, it may provide some insight - http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q229940
Did not find one for IE 5.5/6.
HTH,
Kent [ 13 June 2002, 15:00: Message edited by: kdyer ]
|
|
Top
|
|
|
|
#66804 - 2002-06-13 03:24 PM
Re: Auto Complete
|
BrianTX
Korg Regular
Registered: 2002-04-01
Posts: 895
|
In IE5.5 or IE6:
Use:
code:
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","FormSuggest Passwords","no","REG_SZ") WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","FormSuggest PW Ask","no","REG_SZ")
This will turn off the auto-complete on passwords. However, to turn off the password caching altogether, use the previously stated method (in another post).
Brian [ 13 June 2002, 15:25: Message edited by: BrianTX ]
|
|
Top
|
|
|
|
#66805 - 2002-06-13 03:29 PM
Re: Auto Complete
|
Radimus
Moderator
   
Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
|
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","Use FormSuggest","no","REG_SZ")
|
|
Top
|
|
|
|
#66808 - 2002-06-14 12:56 AM
Re: Auto Complete
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11628
Loc: CA
|
I'm just much older then you Lonkero..
|
|
Top
|
|
|
|
#66812 - 2002-06-14 01:16 AM
Re: Auto Complete
|
NTDOC
Administrator
   
Registered: 2000-07-28
Posts: 11628
Loc: CA
|
He's real old. Old as the hills, and twice as dusty. His grand children are older then you Lonkero
|
|
Top
|
|
|
|
#66814 - 2002-06-17 05:06 PM
Re: Auto Complete
|
Anonymous
Anonymous
Unregistered
|
Whew!! Did I open a can of worms or what? I actually went with a reg change.
$IE = ReadValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "FormSuggest Passwords") IF $AVIP = "128" AND $IE = "yes" ;$IE = WriteValue('HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main', 'FormSuggest Passwords', 'no', 'REG_SZ') ENDIF
I don't know if this is correct. It works though. Please let me know if you have any suggestions.
Jural
|
|
Top
|
|
|
|
#66815 - 2002-06-17 05:08 PM
Re: Auto Complete
|
Anonymous
Anonymous
Unregistered
|
Sorry. Ignore the ";" in the last post.
|
|
Top
|
|
|
|
#66816 - 2002-06-17 05:43 PM
Re: Auto Complete
|
BrianTX
Korg Regular
Registered: 2002-04-01
Posts: 895
|
It should work fine as long as a web browser or internet property page is not open at the time the script is running. I'm not sure it's necessary to check for the value there first, though....
Brian
|
|
Top
|
|
|
|
Moderator: Glenn Barnas, NTDOC, Arend_, Jochen, Radimus, Allen, ShaneEP, Ruud van Velsen, Mart
|
1 registered
(Allen)
and 1198 anonymous users online.
|
|
|