Version 7 (modified by on Jan 25, 2012 at 3:48:49 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
Powersettings
powercfg
executing program on remote system
wmic /node:"%1" /user:bob.carroll process call create "cmd.exe /c whatever.exe"
Infos
- Microsoft Windows XP Registry Guide:
Note:
See TracWiki
for help on using the wiki.