Bit;Decimal;Hex;Binary;Function;Comment 0;1;0x00000001;0000 0000 0000 0000 0000 0000 0000 0001;Script;Logon script enabled 1;2;0x00000002;0000 0000 0000 0000 0000 0000 0000 0010;Disabled;The account is disabled 2;4;0x00000004;0000 0000 0000 0000 0000 0000 0000 0100;; 3;8;0x00000008;0000 0000 0000 0000 0000 0000 0000 1000;Homedir_Reqiured; 4;16;0x00000010;0000 0000 0000 0000 0000 0000 0001 0000;Lockout;The account is currently locked 5;32;0x00000020;0000 0000 0000 0000 0000 0000 0010 0000;PASSWD_NOTREQD;https://blogs.technet.microsoft.com/russellt/2016/05/26/passwd_notreqd/ 6;64;0x00000040;0000 0000 0000 0000 0000 0000 0100 0000;PASSWD_CANT_CHANGE;User cannot change password 7;128;0x00000080;0000 0000 0000 0000 0000 0000 1000 0000;ENCRYPTED_TEXT_PWD_ALLOWED; 8;256;0x00000100;0000 0000 0000 0000 0000 0001 0000 0000;TEMP_DUPLICATE_ACCOUNT; 9;512;0x00000200;0000 0000 0000 0000 0000 0010 0000 0000;NORMAL_ACCOUNT; 10;1024;0x00000400;0000 0000 0000 0000 0000 0100 0000 0000;; 11;2048;0x00000800;0000 0000 0000 0000 0000 1000 0000 0000;INTERDOMAIN_TRUST_ACCOUNT; 12;4096;0x00001000;0000 0000 0000 0000 0001 0000 0000 0000;WORKSTATION_TRUST_ACCOUNT; 13;8192;0x00002000;0000 0000 0000 0000 0010 0000 0000 0000;SERVER_TRUST_ACCOUNT; 14;16384;0x00004000;0000 0000 0000 0000 0100 0000 0000 0000;; 15;32768;0x00008000;0000 0000 0000 0000 1000 0000 0000 0000;; 16;65536;0x00010000;0000 0000 0000 0001 0000 0000 0000 0000;DONT_EXPIRE_PASSWORD;Password never expires 17;131072;0x00020000;0000 0000 0000 0010 0000 0000 0000 0000;MNS_LOGON_ACCOUNT; 18;262144;0x00040000;0000 0000 0000 0100 0000 0000 0000 0000;SMARTCARD_REQUIRED; 19;524288;0x00080000;0000 0000 0000 1000 0000 0000 0000 0000;TRUSTED_FOR_DELEGATION; 20;1048576;0x00100000;0000 0000 0001 0000 0000 0000 0000 0000;NOT_DELEGATED; 21;2097152;0x00200000;0000 0000 0010 0000 0000 0000 0000 0000;USE_DES_KEY_ONLY; 22;4194304;0x00400000;0000 0000 0100 0000 0000 0000 0000 0000;DONT_REQ_PREAUTH; 23;8388608;0x00800000;0000 0000 1000 0000 0000 0000 0000 0000;PASSWORD_EXPIRED; 24;16777216;0x01000000;0000 0001 0000 0000 0000 0000 0000 0000;TRUSTED_TO_AUTH_FOR_DELEGATION; 25;33554432;0x02000000;0000 0010 0000 0000 0000 0000 0000 0000;; 26;67108864;0x04000000;0000 0100 0000 0000 0000 0000 0000 0000;PARTIAL_SECRETS_ACCOUNT; 27;134217728;0x08000000;0000 1000 0000 0000 0000 0000 0000 0000;; 28;268435456;0x10000000;0001 0000 0000 0000 0000 0000 0000 0000;; 29;536870912;0x20000000;0010 0000 0000 0000 0000 0000 0000 0000;; 30;1073741824;0x40000000;0100 0000 0000 0000 0000 0000 0000 0000;; 31;2147483648;0x80000000;1000 0000 0000 0000 0000 0000 0000 0000;; ;;;;; ;;;;; ;;;;; ;;;;; ;Decimal;Hex;Function;Binary; ;512;0x00000200;Normal account;0000 0000 0000 0000 0000 0010 0000 0000; ;514;0x00000202;Normal account, disabled;0000 0000 0000 0000 0000 0010 0000 0010; ;546;0x00000222;Normal account, disabled, password not required;0000 0000 0000 0000 0000 0010 0010 0010; ;4096;0x00001000;Computer account (Workstation/server);0000 0000 0000 0000 0001 0000 0000 0000; ;66048;0x00010200;Normal account, password never expires;0000 0000 0000 0001 0000 0010 0000 0000; ;66050;0x00010202;Normal account, disabled, password never expires;0000 0000 0000 0001 0000 0010 0000 0010; ;66080;0x00010220;Normal account, password never expires, password not required;0000 0000 0000 0001 0000 0010 0010 0000; ;66082;0x00010222;Normal account, disabled, password never expires, password not required;0000 0000 0000 0001 0000 0010 0010 0010; ;532480;0x00082000;Domain controller;0000 0000 0000 1000 0010 0000 0000 0000;