Reset Custom settings from Command line

G

Guest

In IE6, under Internet Options, Security tab, Custom Level, there is a 'Reset
custom settings' section with a 'Reset' button, which ranges from Low to High.
Is there a DOS, or command line, equivalent of this 'Reset' button?
 
R

Rob ^_^

Hi Jazzcat,

No. A programmer could make you a wrapper application to do that for you or
you could use a registry script to restore your security settings on the
fly, but they would not be refreshed in IE until you have restarted IE.

Regards.
 
G

Guest

OK, thanks Rob.
--
SRFerrier


Rob ^_^ said:
Hi Jazzcat,

No. A programmer could make you a wrapper application to do that for you or
you could use a registry script to restore your security settings on the
fly, but they would not be refreshed in IE until you have restarted IE.

Regards.
 
R

Robert Aldwinckle

jazzcat said:
In IE6, under Internet Options, Security tab, Custom Level, there is a 'Reset
custom settings' section with a 'Reset' button, which ranges from Low to High.
Is there a DOS, or command line, equivalent of this 'Reset' button?


Who knows? You would have to do an API trace to find out if there
was a possibility of setting up a rundll32.exe command operand.
You can at least get as far as displaying the button with this:

rundll32 inetcpl.cpl,LaunchSecurityDialog

Hmm... If you can display that with a script, perhaps all you need
to do to automate it further would be to make WSH SendKeys issue
the equivalent keyboard accelerator of whatever button(s) you want pressed?


Good luck

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top