hello need help with reg read
<IR_ACTIONS_LIST>
<Action name="Get Sub Key Names">
<Type>71</Type>
<Function>0</Function>
<DTIndentLevel>0</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage/>
<OnErrorAction>0</OnErrorAction>
<JumpToLabel/>
</ErrorHandling>
<Variable>%SubKeys%</Variable>
<Delimiter>;;</Delimiter>
<MainKey>2</MainKey>
<SubKey>Identities</SubKey>
</Action>
</IR_ACTIONS_LIST>
this give me a delimeted list of Identities on the computer
the list looks like this
{28CD4BC2-2397-11D7-A5B5-000244120039};;{B248AAA0-848E-11D5-A445-000244120039};;{F4B02942-3EDB-11D7-A5D4-000244120039}
as i have three idents setup
need to use this list to read a value in each of the Identities
Thanks
<IR_ACTIONS_LIST>
<Action name="Get Sub Key Names">
<Type>71</Type>
<Function>0</Function>
<DTIndentLevel>0</DTIndentLevel>
<Enabled>1</Enabled>
<ErrorHandling>
<UserNotificationMode>2</UserNotificationMode>
<CustomErrorMessage/>
<OnErrorAction>0</OnErrorAction>
<JumpToLabel/>
</ErrorHandling>
<Variable>%SubKeys%</Variable>
<Delimiter>;;</Delimiter>
<MainKey>2</MainKey>
<SubKey>Identities</SubKey>
</Action>
</IR_ACTIONS_LIST>
this give me a delimeted list of Identities on the computer
the list looks like this
{28CD4BC2-2397-11D7-A5B5-000244120039};;{B248AAA0-848E-11D5-A445-000244120039};;{F4B02942-3EDB-11D7-A5D4-000244120039}
as i have three idents setup
need to use this list to read a value in each of the Identities
Thanks
Comment