Firstly I thought this could be a brilliant topic to start, especially for system administrators.
So if you have any great startup scripts, why don't you post them and explain how they work. You can always rename certain machines to protect your privacy.
The other reason for starting this post is I am trying to create a script but am not having much luck.
Basically I am wanting to run a script that will change the Default Homepage (URL) to a certain site on all the machines in our network, this script will need to be implemented when windows starts.
I have found this script on the net but I am unable to get it to work, basically nothing changes. It is a VBscript file but I don't mind using any kind of script file as long as it works.
Dim objShell
Set objShell = CreateObject("Wscript.Shell")
objShell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page", "REG_SZ","http://www.pchelpforum.com"
Set objShell = Nothing






















Linear Mode

