הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Indicates whether to prepare the system for an OnOffTransitionConfiguration element.
Element Hierarchy
- <WindowsPerformanceRecorder>
- <OnOffTransitionConfigurations>
- <OnOffTransitionConfiguration>
- <PrepareSystem>
- <OnOffTransitionConfiguration>
- <OnOffTransitionConfigurations>
Syntax
<PrepareSystem Value = boolean>
</PrepareSystem>
Attributes and Elements
Attributes
| Attribute | Description | Data type | Required | Default |
|---|---|---|---|---|
| Value | Indicates whether to prepare the system. | boolean | Yes |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| OnOffTransitionConfiguration | Represents an on/off transition configuration. |
Example
The following code example shows how to configure this element.
<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>