Jump to content

Recommended Posts

Posted

Hey all, I have been working on some unattended install images for a client and am running into a slight problem.

I am trying to turn off the IE Enhanced Security through a registry file. On my Win 2k3 Server x86 images it works flawlessly. However on the x64 images the keys exist but it still displays that its enabled. Any Ideas? Is it a different key used in x64?

Keys being used:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}]

"IsInstalled"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}]

"IsInstalled"=dword:00000000


Posted
Hey all, I have been working on some unattended install images for a client and am running into a slight problem.

I am trying to turn off the IE Enhanced Security through a registry file. On my Win 2k3 Server x86 images it works flawlessly. However on the x64 images the keys exist but it still displays that its enabled. Any Ideas? Is it a different key used in x64?

Keys being used:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}]

"IsInstalled"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}]

"IsInstalled"=dword:00000000

Probably is here:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...