Using Perl to change the url homepage for Internet Explorer

前端 未结 1 541
迷失自我
迷失自我 2021-01-25 18:39

I am using Perl only, and I am trying to code-in the lines that would change the homapage url for Internet Explorer after running this Perl program.

*I am using the head

1条回答
  •  隐瞒了意图╮
    2021-01-25 18:57

    You could use Win32::TieRegistry (https://metacpan.org/module/ADAMK/Win32-TieRegistry-0.26/lib/Win32/TieRegistry.pm) to edit the registry to set:

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "Start Page"="http://www.example.com/"
    

    0 讨论(0)
提交回复
热议问题