Gadget5
Gadget5
specifies an OEM-defined gadget. If you set a customized gadget, the value is the full path to the customized gadget, a comma (,), and true or false for the enabled state of the gadget.
Values
Path_to_gadget |
Specifies an OEM-defined gadget. Path_to_gadget is a string. The expected location is the C:\Program Files\Windows Sidebar\Shared Gadgets\ folder. |
Parent Hierarchy
Microsoft-Windows-Sidebar | Gadget5
Valid Passes
Applies To
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Sidebar.
This setting is available to OEMs and system builders.
XML Sample
The following sample XML output shows how to set customized gadgets.
<SidebarOnByDefault>false</SidebarOnByDefault>
<Gadget1>PathToCustomGadget1,true</Gadget1>
<Gadget2>PathToCustomGadget2,true</Gadget2>
<Gadget3>PathToCustomGadget3,true</Gadget3>
<Gadget4>PathToCustomGadget4,true</Gadget4>
<Gadget5>PathToCustomGadget5,true</Gadget5>