To set the homepage of Internet Explorer, we can do as follows:
REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "Start Page" /D "http://www.google.com/" /F
But for Google Chrome things get complicated and I do not know the right way to interact with Chrome preferences so I have a batch script to set the home page for me.
How can I set the Google Chrome homepage programmatically?