User Tools

Site Tools


userspace:windows_power_management

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

userspace:windows_power_management [2013/10/21 09:33]
bobzbobz
userspace:windows_power_management [2021/08/23 08:37]
Line 1: Line 1:
-====== Windows Power Management (create powerplan) ====== 
-//Scripts and Guide by Soren Birk// 
  
-This package is for changing when the Windows computer turns off the display/enters standby. 
- 
-**Tested With:** 
-  * OPSI 4.0.2.4 
-  * Winst 4.11.3.3 
-  * Windows 7, 32 and 64-Bit 
- 
-**Instructions:** 
-  * Use powercfg to edit the power settings - see powercfg /? for more info. 
-  * Possible values to edit with the -change parameter: 
-    * -monitor-timeout-ac minutes 
-    * -monitor-timeout-dc minutes 
-    * -disk-timeout-ac minutes 
-    * -disk-timeout-dc minutes 
-    * -standby-timeout-ac minutes 
-    * -standby-timeout-dc minutes 
-    * -hibernate-timeout-ac minutes 
-    * -hibernate-timeout-dc minutes 
- 
-**Tree:** 
-<code> 
-CLIENT_DATA 
-  └ setup.ins 
-</code> 
- 
-//The script featured here will change the monitor timeout to 30 mins and set standby timeout to 0 (disabled).// 
- 
-==== setup.ins ==== 
-<code winst> 
-[Actions] 
-Message "Settings for Power Management is being changed" 
-winbatch_powersave 
- 
- 
-[Winbatch_powersave] 
-powercfg -change -monitor-timeout-ac 30 
-powercfg -change -standby-timeout-ac 0 
-</code> 
userspace/windows_power_management.txt · Last modified: 2021/08/23 08:37 (external edit)