Changes between Version 24 and Version 25 of windows/configuration
- Timestamp:
- Feb 1, 2012, 1:12:44 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/configuration
v24 v25 78 78 Message(ChassisType,"Is not a Laptop") 79 79 EndIf 80 }}} 81 82 Another approach is to check if computer has a battery or not: 83 {{{ 84 wmic path win32_battery get 85 wmic path win32_battery get Description 80 86 }}} 81 87