Program for Internet Explorer SSL, TLS settings manager

WasntMyBestToss

New member
Local time
9:44 PM
Messages
2
Hello,

I'm searching for a way to automate security settings within IE. I want to be able to create instances of IE sessions with specific settings enabled and disabled (specifically SSL, TLS settings). Is there some type of macro or script or program that would allow me to manage and target these settings?

To be a little more specific, there are certain sites that require different protocols to be enabled/disabled. If there is a way to create a "shortcut" to those requested sites and have that "shortcut" apply the settings for the specific site to run properly.

I'm using IE 10

Thanks:geek:
 
Last edited:

My Computer

Computer type
PC/Desktop
OS
windows 7 64bit
The way that I would do this:

Use Process Monitor to determine which registry changes take place when you set IE10 as desired for a given website.

Use AutoIt to make those same registry changes and then launch IE10. The resulting script (text file) can be launched directly (by double clicking on the text file) or by double clicking on a shortcut to that text file (script).

You might be able to skip using AutoIt and use a native batch file or Windows PowerShell.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Back
Top