|
Tip: Disable NT Password Caching |
|
|
|
|
Written by CCIE9277
|
|
Friday, 30 December 2005 |
|
To disable password caching on an NT workstation you need to add a line to the registry. First, create a ASCII text file called DISABLE.REG with the following lines:
REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network] "DisablePwdCaching"=dword:00000001
Then simply open up a DOS window and type REGEDIT DISABLE.REG |