Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
CustomPowerApplication2 specifies the second Battery Meter customized context menu item.
Child Elements
| Setting | Description |
|---|---|
| Application | Specifies the name and the path of the application to run. |
| IconID | Specifies the optional icon resource ID. |
| ItemName | Specifies the display text of the application. |
| Parameters | Specifies the optional parameters to use when running the application. |
Valid Configuration Passes
generalize
specialize
Parent Hierarchy
Microsoft-Windows-STObject | CustomPowerApplication2
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-STObject.
XML Example
The following XML output shows how to configure CustomPowerApplication2.
<CustomPowerApplication2>
<Application>C:\Program Files\CustomPower\Application.exe</Application>
<IconID>@%ProgramFiles%\Microsoft Shared\Resource.dll,-200</IconID>
<ItemName>%ProgramFiles%\Microsoft Shared\Resource.dll,-100</ItemName>
<Parameters>-param</Parameters>
</CustomPowerApplication2>