wiki:windows/configuration

Version 6 (modified by joergs, on Jan 25, 2012 at 3:08:21 PM) ( diff )

--

Windows Configuration

Remarks about how to configure Windows, mainly from generating OPSI packages.

Hardware Information

# get computer system product information
wmic csproduct get

# get computer system product name, eg. Latitude D420
wmic csproduct get name /format:value
systeminfo /?

Bildschirmschoner

user specific

wmic desktop

executing program on remote system

wmic /node:"%1" /user:bob.carroll process call create "cmd.exe /c whatever.exe"

Infos

Note: See TracWiki for help on using the wiki.