DisablePasswordChange

G

Guest

Does anyone know if the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DisablePasswordChange
key is supported on XP Embedded? Joining an XPe Thin Client to a domain with
write filtering will cause issues when the computer account password wants to
change.

Ref: http://support.microsoft.com/kb/154501/

Thanks,
Colin
 
K

KM

IIRC, it does.

Btw, pretty much all reg.keys of WIn2000 work on XP.
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/regentry/58441.asp
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/regentry/32420.asp


ALso, it may be a bit easier for you to play with that from command line. Use either:
- cusrmgr.exe (Console User Manager) to change account info (cusrmgr.exe -u UserName +s PasswordNeverExpires).
- or -
- net.exe (net.exe accounts /maxpwage:unlimited).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top