Take a look at the two images: After using the system for a while,Remember my password"The option disappears and it has been" Incredible ". Somehow, I searched for it today and finally found that the Registry has a key value" disablepasswordcaching ", that is, whether the system caches the password, if the value is 1, it is the status of Figure 1; otherwise, to reproduce"Remember my password"Option to change the value to 0. Disable Save Password option. Reg (copy the following blue italics to notepad and save as reg file for import) Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER/software/Microsoft/Windows/CurrentVersion/Internet Settings] "Disablepasswordcaching" = DWORD: 00000001 [HKEY_USERS/. Default/software/Microsoft/Windows/CurrentVersion/Internet Settings] "Disablepasswordcaching" = DWORD: 00000001 Enable Save Password option. Reg (copy the following blue italics to notepad and save as reg file for import) Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER/software/Microsoft/Windows/CurrentVersion/Internet Settings] "Disablepasswordcaching" = DWORD: 00000000 [HKEY_USERS/. Default/software/Microsoft/Windows/CurrentVersion/Internet Settings] "Disablepasswordcaching" = DWORD: 00000000 In addition, the Registry workshop tool is really good, very powerful, powerful in search, easy to edit, and quick in positioning (copy the registry key value to the address bar and you can quickly locate and open it like a web site) |