PrepareSystem
Gibt an, ob das System für ein OnOffTransitionConfiguration-Element vorbereitet werden soll.
Elementhierarchie
-
<
WindowsPerformanceRecorder>
-
<
OnOffTransitionConfigurations>
-
<
OnOffTransitionConfiguration>
- < PrepareSystem>
-
<
OnOffTransitionConfiguration>
-
<
OnOffTransitionConfigurations>
Syntax
<PrepareSystem Value = boolean>
</PrepareSystem>
Attribute und Elemente
Attribute
attribute | BESCHREIBUNG | Datentyp | Erforderlich | Standard |
---|---|---|---|---|
Value | Gibt an, ob das System vorbereitet werden soll. | boolean | Ja |
Untergeordnete Elemente
Keine
Übergeordnete Elemente
Element | Beschreibung |
---|---|
OnOffTransitionConfiguration | Stellt eine Ein/Aus-Übergangskonfiguration dar. |
Beispiel
Das folgende Codebeispiel zeigt, wie dieses Element konfiguriert wird.
<OnOffTransitionConfiguration
Id="OnOffTransitionConfiguration_Default_Boot"
Name="OnOffTransitionConfiguration_Default_Boot"
Type="On/Off - Boot">
<PrepareSystem Value="true"/>
<NumberOfRuns Value="3"/>
<PostBootDelay Value="120"/>
<WakeupDelay Value="60"/>
<TransitionTag Value="Boot"/>
</OnOffTransitionConfiguration>