CustomPowerApplication3
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
CustomPowerApplication3
specifies the third Battery Meter customized context menu item.
Child Elements
Specifies the name and the file path of the application to run. |
|
Specifies the optional icon resource ID. |
|
Specifies the display text of the application. |
|
Specifies the optional parameters to use when running the application. |
Valid Passes
generalize
specialize
Parent Hierarchy
Microsoft-Windows-stobject | CustomPowerApplication3
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 CustomPowerApplication3
.
<CustomPowerApplication3>
<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>
</CustomPowerApplication3>