WSH code

Tech-Archive recommends: Fix windows errors by optimizing your registry



I have the below code:

objUserFlags = objUser.Get("UserFlags")
objPasswordExpirationFlag = objUserFlags OR ADS_UF_DONT_EXPIRE_PASSWD
objUser.Put "userFlags", objPasswordExpirationFlag
objUser.SetInfo


I need the opposite of the second line that would allow the password to
expire.

Thx
Houdini
.