Changes between Version 24 and Version 25 of windows/configuration


Ignore:
Timestamp:
Feb 1, 2012, 1:12:44 PM (12 years ago)
Author:
joergs
Comment:

battery

Legend:

Unmodified
Added
Removed
Modified
  • windows/configuration

    v24 v25  
    7878        Message(ChassisType,"Is not a Laptop")
    7979EndIf
     80}}}
     81
     82Another approach is to check if computer has a battery or not:
     83{{{
     84wmic path win32_battery  get
     85wmic path win32_battery  get Description
    8086}}}
    8187