3

I need to change the Google Chrome homepage using a .bat file. The file I want to edit is in the "%LOCALAPPDATA%\Google\Chrome\User Data\Default\" folder.

File name: Preferences (it doesn't have extension).

The thing is, I need to change the field related to the homepage, but, if the user has not manually set it up before, this field will not be created in the file.

4

1 回答 1

0

可以在 IE 和 Firefox 上执行此操作(在批处理中进行一些内联​​ Java 操作),但到目前为止,我还无法找到这个问题的答案。当有关如何做的信息不存在时,真的没有什么可尝试的。我得到的最接近的是(在 Chrome.exe 目录中运行它):

chrome.exe -homepage "cnn.com"

这会产生 chrome 和 cnn.com 页面。但它实际上并没有改变主页。因此,下次您启动 Chrome 时,它​​会回到您最初设置的主页。

于 2015-02-20T15:52:29.223 回答