Friday, February 4, 2011

How to disable Internet Explorer password caching

  • ประเด็นมีอยู่ว่า หัดทำ proxy authen ในการใช้ internet
  • Firefox หรือ Google Chrome ไม่มีปัญหา
  • แต่ IE มีปัญหาบางอย่างคือ มันสามารถกำหนด remember password ได้ซะงั้น
  • ไม่อยากให้ user ใช้อ่ะ เอาออกไงดี

Solved
To disable password caching, follow these steps:
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry subkey:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
  3. On the Edit menu, click New, and then click DWORD Value.
  4. Type DisablePasswordCaching to name the new registry entry, and then press ENTER.
  5. Right-click DisablePasswordCaching, and then click Modify.
  6. Make sure that the Hexadecimal option button is selected, type 1 in the Value data box, and then click OK.
  7. 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 ไว้
  • สรุปคือ ใช้การได้ดีในระดับหนึ่ง

เกี่ยวข้อง

อ้างอิง

No comments:

Post a Comment

Popular Posts