Change Screen Resolution is a small utilty for changing the screen resolution of virtual machines (VMs). This tool is useful for UI automated testing because the default resolution is much lower than the desired resolution.
The following package parameters can be set:
/RunAtStartup
/LoggingEnabled
/EmailEnabled
/EmailFrom
/EmailTo
/SendGridUser
/SendGridPwd
These parameters can be passed to the installer with the use of --params. For example: --params "'/RunAtStartup:true /LoggingEnabled:true'".
--params
--params "'/RunAtStartup:true /LoggingEnabled:true'"