Tips and tricks: How can I increase the security of my workstations?
1. First delete the password lists for all profiles on the machine. del c:windows*.pwl
2. From the command line: REGEDIT /s \MY_PDCnetlogonnocache.reg
This will run regedit with no program output and a registry input file named nocache.reg, which looks like this: REGEDIT4
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesNetwork]
"DisablePwdCaching"=dword:00000001
3. Save that as plain text and name it nocache.reg.
Following these steps will greatly increase the security of your Windows 9x machines. Enjoy!
# Re:
Posté par IsNotGood . En réponse à la dépêche Poisson d'avril de 2008. Évalué à 2.
Tips and tricks: How can I increase the security of my workstations?
1. First delete the password lists for all profiles on the machine.
del c:windows*.pwl2. From the command line:
REGEDIT /s \MY_PDCnetlogonnocache.regThis will run regedit with no program output and a registry input file named nocache.reg, which looks like this:
REGEDIT4[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesNetwork]
"DisablePwdCaching"=dword:00000001
3. Save that as plain text and name it nocache.reg.
Following these steps will greatly increase the security of your Windows 9x machines. Enjoy!
A qui est ce poission d'avril ?
Ça m'a pris du temps pour me rendre compte que c'était un poisson. Mais chut.
À Red Hat :
http://www.redhatmagazine.com/2008/04/01/tips-and-tricks-how(...)