I want to know the current value of the userAccountControl and determine which stage it is in
Ref: http://support.microsoft.com/kb/305144/en-us
According to th
According to this list here, this means:
0x200 = normal account
0x020 = passwd_notreqd = password not required
0x002 = account disabled
So
0x220
hex and means: normal account, password not required0x222
hex and means: normal account, disabled, password not required