After ie6 can automatically complete the form and ie7 is upgraded, it is found that the form cannot be automatically completed. The following method can be used to solve the problem (see the text below ):
Method 1:
1. Open Registry
2. Find the HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer new item Main
3. Create a new string "Use FormSuggest" (without quotation marks) in Main and assign "yes ".
If you want to disable auto-completion in the future, or want to freely set whether to enable the auto-completion form function in IE, refer to bench.
Method 2:
1. Open the Group Policy (START-run, enter gpedit. msc, OK)
2. Find user configuration-management template-windows components-internet explorer (see "Group Policy location ")
3. Find the Automatic completion function of the disabled form, double-click the settings tab and select Disabled, click Apply or OK.
The Registry file exported below can be imported directly.
Save as ie7 and run. reg automatically.
Copy codeThe Code is as follows: Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Internet Explorer \ Main]
"Use FormSuggest" = "yes"