CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2008
    Posts
    11

    Script to add a local Group Policy for adding a button in IE

    Hello everyone,

    Does anyone have a script that would achieve the same outcome of the solution displayed here: http://www.windowsdevcenter.com/pub/...e_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
    Last edited by synthesizer; September 24th, 2008 at 02:44 PM.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Script to add a local Group Policy for adding a button in IE

    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.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Sep 2008
    Posts
    11

    Re: Script to add a local Group Policy for adding a button in IE

    Thanks PeejAvery.

    Much appreciated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured