Quantcast
Viewing all articles
Browse latest Browse all 10469

IE 10 Enable Display Mixed Contents

I am deploying a Windows 7 computer with IE 10 using MDT. I have written a batch file to enable Display Mixed Contents but it is not working for some reason.

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1" /V 1609 /d 0 /t REG_DWORD /f

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2" /V 1609 /d 0 /t REG_DWORD /f

REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /V 1609 /d 0 /t REG_DWORD /f

reg load HKU\DefaultUser "C:\Users\Default\ntuser.dat"

reg add "HKU\DefaultUser\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1" /v 1609 /d 0 /t REG_DWORD /f

reg add "HKU\DefaultUser\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2" /v 1609 /d 0 /t REG_DWORD /f

reg add "HKU\DefaultUser\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3" /v 1609 /d 0 /t REG_DWORD /f

reg unload HKU\DefaultUser

I was hoping that by loading default user's registry & adding 1609 values, all domain users who will be logging on to the computer will have enabled Display Mixed Content setting. I have read throughhttp://support.microsoft.com/kb/182569/en-nz but can't seem to fix my problem. Please help.

Manually changing the values under HKEY_CURRENT_USER enables the setting but then its per user basis. How can I set it to take effect for every user?

Not much of group policy usage in our environment. I understand this can be done via GPO but I am asked to stay away from GPO.

Viewing all articles
Browse latest Browse all 10469

Trending Articles