Forum Discussion
- sanjay0288Frequent Contributor
You can try the script mentioned in the below link and find out and tweak the registry depending on your needs. I have not tested this script as I am not into web application testing. May be you can give a try and post if this is useful or if you find out a better solution to solve your problem
http://stackoverflow.com/questions/2760125/how-to-handle-a-security-alert-pop-up-on-ie-by-vbscript
- tmahender12Frequent Contributor
i got solution,
we have to run below commands and run as part of Tested Apps
REG ADD "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}" /v IsInstalled /t REG_DWORD /d 00000000 /f
REG ADD "HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}" /v IsInstalled /t REG_DWORD /d 00000000 /f
Rundll32 iesetup.dll, IEHardenLMSettings
Rundll32 iesetup.dll, IEHardenUser
Rundll32 iesetup.dll, IEHardenAdmin