Forum Discussion

tmahender12's avatar
tmahender12
Frequent Contributor
8 years ago

Disable IE Enhanced SEcurity settings

HI,

 

I want to disable IE Enhanced Security settings using testcomplete, do you have script for that?

 

thanks

Mahender

3 Replies

    • tmahender12's avatar
      tmahender12
      Frequent 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