How to disable Auto complete feature in Internet Explorer?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can the auto complete feature in internet explorer be disabled? Even if i
clear all checkboxes for the auto complete feature in the internet options
which should disable the auto complete i get a dialog asking me if the auto
complete feature should be enabled after the next program start. is there a
way to disable this feature ultimately.
 
You may want to try to set the following reg.entries:

[HKCU\Software\Microsoft\Internet Explorer\Main]
"Use FormSuggest"="no"
"FormSuggest PW Ask"="no"
"FormSuggest Passwords"="no"

[HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"FormSuggest Passwords"=dword:0
"FormSuggest"=dword:0
 
Back
Top