Login | |
|
 |
Re: VBSCRIPT AND IE Settings - 6/3/2005 9:26:44 PM
|
|
 |
|
| |
TNO
Posts: 1303
Score: 12
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Yes, its possible. What are you trying to change?
|
|
| |
|
|
|
 |
Re: VBSCRIPT AND IE Settings - 6/12/2005 8:27:27 PM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
There is a tool you can download from the Microsoft Script Center called Tweakomatic. This tool generates scripts to make changes to your windows or internet explorer settings. I would suggest to download this tool and take a look at the generated scripts concerning the internet explorer security settings. They should get you started with what you're trying to do. HTH
|
|
| |
|
|
|
 |
Re: VBSCRIPT AND IE Settings - 6/15/2005 2:28:54 AM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
I hope that's not possible. That would mean a serious security problem. Imagine what a malicous person can do to your system if they could change the security settings of IE from a webpage...
|
|
| |
|
|
|
 |
Re: VBSCRIPT AND IE Settings - 6/16/2005 5:49:10 AM
|
|
 |
|
| |
mbouchard
Posts: 1916
Score: 16
Joined: 5/15/2003
From: USA
Status: offline
|
The message that you are receiving are by design. IE security settings prohibit files from automatically downloading and some activeX controls from being loaded. An individual can relax the IE settings on their PC's or it can be done to multiple PC's if on a domain, and yes, some of this should be doable from a script, BUT it would have to be run on each individual PC and can leave the system open for attack. Also, this is not taking Firefox users into consideration as ActiveX is not supported in Firefox.
|
|
| |
|
|
|
 |
RE: VBSCRIPT AND IE Settings - 7/15/2005 2:40:38 AM
|
|
 |
|
| |
Country73
Posts: 733
Score: 10
Joined: 8/25/2004
From: USA
Status: offline
|
I don't believe you're going to get an answer to your question here. (It's too big of a security risk) Even if you only plan on running this against your own machine, what happens when someone else get's a hold of that code for malicious reasons? If you're only concerned about running the script on your computer, no chance of "infecting" anyone else's computer, then just manually go in and change the settings on YOUR browser. Then you can run your script till your heart's content.
|
|
| |
|
|
|
|
|