diff --git a/top.sls b/top.sls index 33e8fe9..c024ba8 100644 --- a/top.sls +++ b/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 diff --git a/windowsLaptop.sls b/windowsLaptop.sls new file mode 100644 index 0000000..6f4058f --- /dev/null +++ b/windowsLaptop.sls @@ -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"