- ประเด็นมีอยู่ว่า หัดทำ proxy authen ในการใช้ internet
- Firefox หรือ Google Chrome ไม่มีปัญหา
- แต่ IE มีปัญหาบางอย่างคือ มันสามารถกำหนด remember password ได้ซะงั้น
- ไม่อยากให้ user ใช้อ่ะ เอาออกไงดี
Solved
To disable password caching, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- Locate and then click the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
- On the Edit menu, click New, and then click DWORD Value.
- Type DisablePasswordCaching to name the new registry entry, and then press ENTER.
- Right-click DisablePasswordCaching, and then click Modify.
- Make sure that the Hexadecimal option button is selected, type 1 in the Value data box, and then click OK.
- Quit Registry Editor.
You can also disable password caching by using the Microsoft Internet Explorer Administration Kit (IEAK) to create an executable file, and then attaching it as an add-in component. When you use this method, Setup adds the DisablePasswordCaching entry to the registry during the installation process.
Note In some cases, you can create a custom .adm file to modify this registry key, and then import it into the IEAK Wizard.
To re-enable password caching, you can either delete the DisablePasswordCaching entry, or change its value to 0.
- หรืออีกทางโดยที่เราไม่ต้องเปิด registry เอง เราสามารถทำผ่าน .reg ได้โดย
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"DisablePasswordCaching"=dword:1
- ผลลัพธ์ที่ได้ จะเหมือนกันแต่ .reg เราเพียงคลิกมันแค่นั้น key แล value ก็จะเพิ่มให้เอง
- ซึ่งไฟล์ .reg อันนี้สามารถนำไปรันบน Standard หรือ Administrator User ได้ทั้งหมด
- ลองแก้ที่ HKEY_LOCAL_MACHINE\... มันใช้ disable remember ไม่ได้
เพิ่มเติม
- แต่ Client เป็น Win 7 ทำไม remember ยังแสดงอยู่อ่ะ
- แต่ดีหน่อยนี้ password textbox มันไม่ auto fill pass ที่ remember ไว้
- สรุปคือ ใช้การได้ดีในระดับหนึ่ง
เกี่ยวข้อง
- http://juuier.blogspot.com/2011/02/how-to-add-modify-or-delete-registry.html
- http://support.microsoft.com/kb/310516
อ้างอิง
- IE7 , IE8 , Client เป็น Windows Xp
- http://support.microsoft.com/default.aspx?kbid=229940
- http://social.msdn.microsoft.com/forums/en-US/iewebdevelopment/thread/dacf62da-b630-499d-8db5-b40d9adc7476/
- http://www.webmasterworld.com/forum21/6424.htm
No comments:
Post a Comment