Files
windows-itpro-docs/windows/client-management/mdm/registry-ddf-file.md
2017-05-30 10:22:35 -07:00

3.2 KiB

title, description, ms.assetid, ms.author, ms.topic, ms.prod, ms.technology, author
title description ms.assetid ms.author ms.topic ms.prod ms.technology author
Registry DDF file Registry DDF file 29b5cc07-f349-4567-8a77-387d816a9d15 maricia article w10 windows nickbrower

Registry DDF file

This topic shows the OMA DM device description framework (DDF) for the Registry configuration service provider. DDF files are used only with OMA DM provisioning XML.

<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
    <VerDTD>1.2</VerDTD>
    <Node>
        <NodeName>Registry</NodeName>
        <Path>./Vendor/MSFT</Path>
        <DFProperties>
            <AccessType>
                <Get />
            </AccessType>
            <DFFormat>
                <node />
            </DFFormat>
            <Occurrence>
                <One />
            </Occurrence>
            <Scope>
                <Permanent />
            </Scope>
            <Description>The root node of registry</Description>
        </DFProperties>
        <Node>
            <NodeName>HKCR</NodeName>
            <DFProperties>
                <AccessType>
                    <Get />
                </AccessType>
                <DFFormat>
                    <node />
                </DFFormat>
                <Occurrence>
                    <One />
                </Occurrence>
                <Scope>
                    <Permanent />
                </Scope>
                <Description>HK_CLASSES_ROOT portion of device registry.</Description>
            </DFProperties>
        </Node>
        <Node>
            <NodeName>HKCU</NodeName>
            <DFProperties>
                <AccessType>
                    <Get />
                </AccessType>
                <DFFormat>
                    <node />
                </DFFormat>
                <Occurrence>
                    <ZeroOrMore />
                </Occurrence>
                <Scope>
                    <Permanent />
                </Scope>
                <Description>HK_CURRENT_USER portion of device registry.</Description>
             </DFProperties>
        </Node>
        <Node>
            <NodeName>HKLM</NodeName>
            <DFProperties>
                <AccessType>
                    <Get />
                </AccessType>
                <DFFormat>
                    <node />
                </DFFormat>
                <Occurrence>
                    <One />
                </Occurrence>
                <Scope>
                    <Permanent />
                </Scope>
                <Description>HK_LOCAL_MACHINE portion of device registry.</Description>
            </DFProperties>
        </Node>
        <Node>
            <NodeName>HKU</NodeName>
            <DFProperties>
                <AccessType>
                    <Get />
                </AccessType>
                <DFFormat>
                    <node />
                </DFFormat>
                <Occurrence>
                    <One />
                </Occurrence>
                <Scope>
                    <Permanent />
                </Scope>
                <Description>HK_USERS portion of device registry.</Description>
            </DFProperties>
        </Node>
    </Node>
</MgmtTree>

Registry configuration service provider