Changes between Version 5 and Version 6 of windows/configuration


Ignore:
Timestamp:
Jan 25, 2012, 3:08:21 PM (12 years ago)
Author:
joergs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows/configuration

    v5 v6  
    1212
    1313# get computer system product name, eg. Latitude D420
    14 wmic csproduct get name
     14wmic csproduct get name /format:value
    1515}}}
    1616
     
    1818systeminfo /?
    1919}}}
     20
     21= Bildschirmschoner =
     22
     23user specific
     24
     25{{{
     26wmic desktop
     27}}}
     28
     29= executing program on remote system =
     30
     31{{{
     32wmic /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