delete Element
Applies To: Windows Server 2008
The delete element represents a deleted registry value or key.
Syntax
<delete />
Attributes
There are no attributes associated with this element.
Child elements
There are no child elements associated with this element.
Examples
This XML fragment is an example of using the delete element in a list to direct deleting the registry subkey, Software\Policies\Examples\Example2ActionList3.
</item>
<item key="Software\Policies\Examples"
valueName="Example2ActionList3">
<value>
<delete />
</value>
</item>