Hi,

I'd like to know if there's a way to create a vb script to launch and CPL
file and set some values.

For example, %windir%\system32\inetcpl.cpl file (this file brings up IE
"Internet Options" dialog) and I'd like to set some values on the dialog,
e.g. "home page address" on the "General" tab, "customs level" on "security"
tab, edit "web sites" list on "privacy" tab, etc. etc. etc.

Is it doable in vb script? If yes, how to? If no, any other way to
approach this?

Please advice, thanks!
-P

Re: Automation - CPL file by Dave

Dave
Tue Apr 05 19:01:04 CDT 2005

That sounds like a hard way to go. This link may help.

http://www.microsoft.com/downloads/details.aspx?FamilyID=ef3a35c0-19b9-4acc-b5be-9b7dab13108e&displaylang=en

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Paul" wrote:
| Hi,
|
| I'd like to know if there's a way to create a vb script to launch and CPL
| file and set some values.
|
| For example, %windir%\system32\inetcpl.cpl file (this file brings up IE
| "Internet Options" dialog) and I'd like to set some values on the dialog,
| e.g. "home page address" on the "General" tab, "customs level" on
"security"
| tab, edit "web sites" list on "privacy" tab, etc. etc. etc.
|
| Is it doable in vb script? If yes, how to? If no, any other way to
| approach this?
|
| Please advice, thanks!
| -P



Re: Automation - CPL file by Paul

Paul
Tue Apr 05 19:25:08 CDT 2005

Too bad that I am not able to download the file.

"Dave Patrick" wrote:

> That sounds like a hard way to go. This link may help.
>
> http://www.microsoft.com/downloads/details.aspx?FamilyID=ef3a35c0-19b9-4acc-b5be-9b7dab13108e&displaylang=en
>
> --
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Paul" wrote:
> | Hi,
> |
> | I'd like to know if there's a way to create a vb script to launch and CPL
> | file and set some values.
> |
> | For example, %windir%\system32\inetcpl.cpl file (this file brings up IE
> | "Internet Options" dialog) and I'd like to set some values on the dialog,
> | e.g. "home page address" on the "General" tab, "customs level" on
> "security"
> | tab, edit "web sites" list on "privacy" tab, etc. etc. etc.
> |
> | Is it doable in vb script? If yes, how to? If no, any other way to
> | approach this?
> |
> | Please advice, thanks!
> | -P
>
>
>

Re: Automation - CPL file by Dave

Dave
Tue Apr 05 20:13:58 CDT 2005

Works fine here.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Paul" wrote:
| Too bad that I am not able to download the file.