Set Wifi Powersave to Maximum Performance on AC/Battery for laptops
This commit is contained in:
parent
ee321c0174
commit
2a99dd6354
2
top.sls
2
top.sls
@ -1,4 +1,6 @@
|
||||
base:
|
||||
'G@os:Windows and TSMS-Laptop*':
|
||||
- windowsLaptop
|
||||
'G@os:Windows and ( TSMS-Laptop* or TSMS-Desktop12 )':
|
||||
- shopbot
|
||||
# Laptops 1-4 and Desktop 12
|
||||
|
6
windowsLaptop.sls
Normal file
6
windowsLaptop.sls
Normal file
@ -0,0 +1,6 @@
|
||||
"Set Wifi Powersave to Maximum Performance on Battery":
|
||||
cmd.run:
|
||||
- name: "powercfg /SETDCVALUEINDEX SCHEME_CURRENT 19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 12bbebe6-58d6-4636-95bb-3217ef867c1a 0"
|
||||
"Set Wifi Powersave to Maximum Performance on AC":
|
||||
cmd.run:
|
||||
- name: "powercfg /SETACVALUEINDEX SCHEME_CURRENT 19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 12bbebe6-58d6-4636-95bb-3217ef867c1a 0"
|
Loading…
Reference in New Issue
Block a user