Changes between Version 3 and Version 4 of windows/configuration
- Timestamp:
- Jan 25, 2012, 9:35:57 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/configuration
v3 v4 4 4 5 5 Remarks about how to configure Windows, mainly from generating OPSI packages. 6 7 = Hardware Information = 8 9 {{{ 10 # get computer system product information 11 wmic csproduct get 12 13 # get computer system product name, eg. Latitude D420 14 wmic csproduct get name 15 }}}