--- title: PDE DDF file description: View the XML file containing the device description framework (DDF) for the PDE configuration service provider. author: vinaypamnani-msft manager: aaroncz ms.author: vinpa ms.date: 03/23/2023 ms.localizationpriority: medium ms.prod: windows-client ms.technology: itpro-manage ms.topic: reference --- # PDE DDF file The following XML file contains the device description framework (DDF) for the PDE configuration service provider. ```xml ]> 1.2 PDE ./User/Vendor/MSFT 10.0.22621 1.0 0x4;0x1B;0x48;0x54;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x87;0x88;0x88*;0xAB;0xAC;0xB4;0xBC;0xBF;0xCD; EnablePersonalDataEncryption Allows the Admin to enable Personal Data Encryption. Set to '1' to set this policy. 0 Disable Personal Data Encryption. 1 Enable Personal Data Encryption. ProtectFolders ProtectDocuments Allows the Admin to enable PDE on Documents folder. Set to '1' to set this policy. 0 Disable PDE on the folder. If the folder is currently protected by PDE, this will result in unprotecting the folder. 1 Enable PDE on the folder. ProtectDesktop Allows the Admin to enable PDE on Desktop folder. Set to '1' to set this policy. 0 Disable PDE on the folder. If the folder is currently protected by PDE, this will result in unprotecting the folder. 1 Enable PDE on the folder. ProtectPictures Allows the Admin to enable PDE on Pictures folder. Set to '1' to set this policy. 0 Disable PDE on the folder. If the folder is currently protected by PDE, this will result in unprotecting the folder. 1 Enable PDE on the folder. Status PersonalDataEncryptionStatus This node reports the current state of Personal Data Encryption for a user. '0' means disabled. '1' means enabled. FolderProtectionStatus This node reports folder protection status for a user. 0 Protection not started. 1 Protection is completed with no failures. 2 Protection in progress. 3 Protection failed. FoldersProtected This node reports all folders (full path to each folder) that have been protected. ``` ## Related articles [PDE configuration service provider reference](personaldataencryption-csp.md)