Mainly, I want the script to change the IP to a static IP (10.1.1.1 for this example) and mask to 255.255.0.0.
if a wireless adapter exists, disable it.
change the system wallpaper (for all users) too myWallpaper.bmp
additionally, if possible, check if the Firewall is enabled. If it is, advise user toi disable it (or actually turn it off).
and check if a certain program exists (program files\myapp\foobar.exe). if it does, figure out hte version number. then i can do additional steps if its less than a version, or if non existent, advise user.
(the user in this case is an administrator that sets up the laptops for field work).
thanks a bunch