[Package] version: 1 depends: incremental: False [Product] type: localboot id: win-config-power name: win-config-power description: Set and Configure Windows Power Options advice: costomize default config with "once" and product propertys. version: 1.0 priority: 0 licenseRequired: False productClasses: setupScript: setup.ins uninstallScript: uninstall.ins updateScript: alwaysScript: onceScript: once.ins customScript: userLoginScript: [ProductProperty] type: unicode name: reset_to multivalue: True editable: False values: ["balanced", "high_performance", "powersave"] default: ["high_performance"] [ProductProperty] type: unicode name: monitor-timeout-ac multivalue: True editable: True values: ["0", "10", "20", "30", "5"] default: ["0"] [ProductProperty] type: unicode name: monitor-timeout-dc multivalue: True editable: True values: ["0", "10", "20", "30", "5"] default: ["5"] [ProductProperty] type: unicode name: disk-timeout-ac multivalue: True editable: True values: ["0", "10", "20", "30", "5"] default: ["0"] [ProductProperty] type: unicode name: disk-timeout-dc multivalue: True editable: True values: ["0", "10", "20", "30", "5"] default: ["20"] [ProductProperty] type: unicode name: standby-timeout-ac multivalue: True editable: True values: ["0", "10", "20", "30", "5"] default: ["0"] [ProductProperty] type: unicode name: standby-timeout-dc multivalue: True editable: True values: ["0", "10", "20", "30", "5"] default: ["30"] [Changelog] win-config-power (1.0-1) testing; urgency=low -- Kevin Weis 2014-01-22.1004 +0100 * Use "Setup" for installing default config (.pow file) * Use "Uninstall" for remove default config (.pow file) and set to selected property "reset_to" (default is "high_performance") * Use "Once" to costomize the default config (.pow file), with the product propertys (values in minutes): - "monitor-timeout-ac" - "monitor-timeout-dc" - "disk-timeout-ac" - "disk-timeout-dc" - "standby-timeout-ac" - "standby-timeout-dc" * Tested with Windows 7 Enterprise and Windows 8.1 Professional