Changes between Version 5 and Version 6 of windows/configuration
- Timestamp:
- Jan 25, 2012, 3:08:21 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows/configuration
v5 v6 12 12 13 13 # get computer system product name, eg. Latitude D420 14 wmic csproduct get name 14 wmic csproduct get name /format:value 15 15 }}} 16 16 … … 18 18 systeminfo /? 19 19 }}} 20 21 = Bildschirmschoner = 22 23 user specific 24 25 {{{ 26 wmic desktop 27 }}} 28 29 = executing program on remote system = 30 31 {{{ 32 wmic /node:"%1" /user:bob.carroll process call create "cmd.exe /c whatever.exe" 33 }}} 34 35 = Infos = 36 37 * Microsoft Windows XP Registry Guide: 38 * http://www.microsoft.com/mspress/books/sampchap/6232.aspx