"Remember my password" disappears?

Source: Internet
Author: User
" Remember my password"Is the option gone?

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)

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.