Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
Is is possible to add several AllowedEntities with OMA-URI settings?
With only ONE value this works:
<enabled/><data id="AllowedEntitiesMultiText" value="SID-VALUE-1"/>
And yes, the SID-VALUE-1 is changed to a "sample value" above.
But how can you make a AllowedEntitiesMultiText with TWO or more values work? The line break required for several REG_MULTI_SZ is the issue I can't solve.
FYI. I got the ADMX-injection and OMA-URI settings working, just need help to add more entries.
I could make a guide for others to get this working if required (Azure AD-joined devices - No on-prem/hybrid)
Hi
Is is possible to add several AllowedEntities with OMA-URI settings?
With only ONE value this works:
<enabled/><data id="AllowedEntitiesMultiText" value="SID-VALUE-1"/>
And yes, the SID-VALUE-1 is changed to a "sample value" above.But how can you make a AllowedEntitiesMultiText with TWO or more values work? The line break required for several REG_MULTI_SZ is the issue I can't solve.
FYI. I got the ADMX-injection and OMA-URI settings working, just need help to add more entries. I could make a guide for others to get this working if required (Azure AD-joined devices - No on-prem/hybrid)