Install Windows updates on the command line and in scripts
Posted by: Michael Khanin
Everybody knows that i'm a real fan of scripting :).
I was really happy to read post of Michael Pietroforte about WuInstall 1.2 Pro...
Continue at
Everybody knows that i'm a real fan of scripting :).
I was really happy to read post of Michael Pietroforte about WuInstall 1.2 Pro...
Continue at
Windows XP and Windows Server 2000 / 2003 have a built-in utility called the System stand-alone Optional Component Manager (sysocmgr.exe) to programmatically add or remove Windows components. Running...
If you need to change Time Zone for a lot XP computers, you can do this by simple :) command:
RunDLL32.exe shell32.dll,Control_RunDLL timedate.cpl,,/Z Central Standard Time
to change Time Zone to Jerusalem (GMT+02:00) run the following command:Guy Teverovsky, notice that
By using the DSQUERY command and "Net Send" we can send a message to all users in a given OU. It's really simple, create a script, name it NetSendOU.bat and use the following syntax: NetSendOU OU Message Where OU is the organizational unit, like...
