Oups, wrong example. I chose 0xAA for another reason.
0x2FFC1 Suppress If {0A 82}
0x2FFC3 QuestionId: 0xAA equals value 0x0 {12 06 AA 00 00 00}
0x2FFC9 Text: Statement.Prompt: Access Level, TextTwo: User {03 08 17 00 02 00 18 00}
0x2FFD1 End If {29 02}
0x2FFD3 Suppress If {0A 82}
0x2FFD5 QuestionId: 0xAA equals value 0x1 {12 06 AA 00 01 00}
0x2FFDB Text: Statement.Prompt: Access Level, TextTwo: Administrator {03 08 17 00 02 00 19 00}
0x2FFE3 End If {29 02}
0x2FFE5 Suppress If {0A 82}
0x2FFE7 QuestionId: 0xAA equals value 0x55 {12 86 AA 00 55 00}
0x2FFED Not {17 02}
0x2FFEF End {29 02}
0xAA is the questionId used to store access level. A value of 1 means User. Enabling Administrator level shows the menu
0x2FFC1 Suppress If {0A 82}
0x2FFC3 QuestionId: 0xAA equals value 0x0 {12 06 AA 00 00 00}
0x2FFC9 Text: Statement.Prompt: Access Level, TextTwo: User {03 08 17 00 02 00 18 00}
0x2FFD1 End If {29 02}
0x2FFD3 Suppress If {0A 82}
0x2FFD5 QuestionId: 0xAA equals value 0x1 {12 06 AA 00 01 00}
0x2FFDB Text: Statement.Prompt: Access Level, TextTwo: Administrator {03 08 17 00 02 00 19 00}
0x2FFE3 End If {29 02}
0x2FFE5 Suppress If {0A 82}
0x2FFE7 QuestionId: 0xAA equals value 0x55 {12 86 AA 00 55 00}
0x2FFED Not {17 02}
0x2FFEF End {29 02}
0xAA is the questionId used to store access level. A value of 1 means User. Enabling Administrator level shows the menu