mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-22 18:27:23 +00:00
90 lines
2.8 KiB
Markdown
90 lines
2.8 KiB
Markdown
---
|
|
title: WindowsBackupAndRestore DDF file
|
|
description: View the XML file containing the device description framework (DDF) for the WindowsBackupAndRestore configuration service provider.
|
|
ms.date: 04/30/2025
|
|
ms.topic: generated-reference
|
|
---
|
|
|
|
<!-- Auto-Generated CSP Document -->
|
|
|
|
# WindowsBackupAndRestore DDF file
|
|
|
|
The following XML file contains the device description framework (DDF) for the WindowsBackupAndRestore configuration service provider.
|
|
|
|
```xml
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
|
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
|
<VerDTD>1.2</VerDTD>
|
|
<MSFT:Diagnostics>
|
|
</MSFT:Diagnostics>
|
|
<Node>
|
|
<NodeName>WindowsBackupAndRestore</NodeName>
|
|
<Path>./Device/Vendor/MSFT</Path>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Get />
|
|
</AccessType>
|
|
<Description>The root node for the Windows Backup and restore.</Description>
|
|
<DFFormat>
|
|
<node />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Permanent />
|
|
</Scope>
|
|
<DFType>
|
|
<MIME />
|
|
</DFType>
|
|
<MSFT:Applicability>
|
|
<MSFT:OsBuildVersion>99.9.99999</MSFT:OsBuildVersion>
|
|
<MSFT:CspVersion>9.9</MSFT:CspVersion>
|
|
<MSFT:EditionAllowList>0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF;0xD2;</MSFT:EditionAllowList>
|
|
</MSFT:Applicability>
|
|
</DFProperties>
|
|
<Node>
|
|
<NodeName>EnableWindowsRestore</NodeName>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Add />
|
|
<Delete />
|
|
<Get />
|
|
<Replace />
|
|
</AccessType>
|
|
<DefaultValue>false</DefaultValue>
|
|
<Description>Sets a policy to enable Windows Restore.</Description>
|
|
<DFFormat>
|
|
<bool />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Dynamic />
|
|
</Scope>
|
|
<DFTitle>Enable Windows Restore</DFTitle>
|
|
<DFType>
|
|
<MIME />
|
|
</DFType>
|
|
<MSFT:AllowedValues ValueType="ENUM">
|
|
<MSFT:Enum>
|
|
<MSFT:Value>false</MSFT:Value>
|
|
<MSFT:ValueDescription>Windows Restore Not Configured</MSFT:ValueDescription>
|
|
</MSFT:Enum>
|
|
<MSFT:Enum>
|
|
<MSFT:Value>true</MSFT:Value>
|
|
<MSFT:ValueDescription>Windows Restore Enabled</MSFT:ValueDescription>
|
|
</MSFT:Enum>
|
|
</MSFT:AllowedValues>
|
|
</DFProperties>
|
|
</Node>
|
|
</Node>
|
|
</MgmtTree>
|
|
```
|
|
|
|
## Related articles
|
|
|
|
[WindowsBackupAndRestore configuration service provider reference](windowsbackupandrestore-csp.md)
|