Click to See Complete Forum and Search --> : Script to add a local Group Policy for adding a button in IE


synthesizer
September 24th, 2008, 02:39 PM
Hello everyone,

Does anyone have a script that would achieve the same outcome of the solution displayed here: http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/ie_buttons.html

This solution worked, I would like to be able to accomplish the same task programatically. Possibly using .hta or .vbs script.

You can ignore the create icons section of course.

Actually, anyway I can achecive this outcome programaticaly would be just fine, using scripting, DHTML, any method. I don't think that it would be possible in javascript, but you can let me know.

Thank You All

PeejAvery
September 25th, 2008, 10:25 AM
Since it is using Group Policy Editor, user interaction is going to be required. When changing anything on the system through VBScript, you will have to enable the user to run such a script.

synthesizer
September 26th, 2008, 09:33 AM
Thanks PeejAvery.

Much appreciated.