I want to write a batch file that will change desktop resolutions on pcs. It seems that I should be able to use rundll32 to do this. Per my boss I am not allowed to use a 3rd party software. We need to do this without needing to install new software. This makes sense as I teach classes on the road a lot and many companies do not like it when I have to install new software, it is against their rules.
So, just to be clear, I want to have a batch file that runs a script that will change the resolution on a pc to 1024X768X32bit.
Thanks for any help.