EvilZone

Programming and Scripting => Scripting Languages => : Takanusha December 25, 2014, 06:00:16 PM

: Anyone knows a script to change homepage in Google Chrome? [@Windows]
: Takanusha December 25, 2014, 06:00:16 PM
I've tried this link (https://evilzone.org/scripting-languages/%28vbscript%29-change-browser-homepage-programatically-for-windows/), but not working actually for chrome only for other browsers (Firefox and IE). So... What can i do? Anyone knows a working script?

[Sry for the bad english]
: Re: Anyone knows a script to change homepage in Google Chrome? [@Windows]
: gray-fox December 25, 2014, 08:58:21 PM
I've tried this link (https://evilzone.org/scripting-languages/%28vbscript%29-change-browser-homepage-programatically-for-windows/), but not working actually for chrome only for other browsers (Firefox and IE). So... What can i do? Anyone knows a working script?

[Sry for the bad english]

Well, i try to answer for actual question:

I might have one solution for you even though it's not actual script.  But if i'm not wrong you can change chrome homepage from cmd just about like this:
:
chrome.exe -homepage "url"
Ofc. if you know batch scripting(which i don't really know) you can propably build script around that command. But my actual solution was that maybe you could use task scheduler to create multiple tasks for homepages you want to use and when. Afaik an example would go more or less like this:
:
at 15:00:00 /every:m, t, w, th, f, s, su ""chrome.exe -homepage 'url'""

I haven't too much used any windows os in last few years, so sorry if this is somehow stupid suggestion.[emoji14]
: Re: Anyone knows a script to change homepage in Google Chrome? [@Windows]
: Kulverstukas December 26, 2014, 11:42:51 AM
Thread cleaned of derailment, Geoff and d4rkcat should've taken it to PMs to fuck each other.

Anyway, I am the author of that script and it did work for every browser in that script, for more or less every computer in our network (script was added to GPO). Can you explain what didn't work for you? what version of windows?