Saturday, September 12, 2009

Stop IE7 Prompt To Save Passwords

Windows Registry Editor Version 5.00

;Stop IE7 Prompt To Save Password
;
;From the Tools menu, select Internet Options.
;Click the Content tab.
;In the "AutoComplete..." section, click the Settings button.
;To prevent your password from being saved,
;deselect the "User names and passwords on forms" checkbox.
;
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"FormSuggest Passwords"="no"

If you want undo, follow these steps

Windows Registry Editor Version 5.00

;UNDO Stop IE7 Prompt To Save Password
;
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"FormSuggest Passwords"="yes"

0 comments: