views:

16

answers:

1

I would like to change the ie setting under: Internet Options->Security->Trusted Zones->Custom Level->Miscellaneous->Enable

I have done this with other registry keys like "Disable Debugging" and such.

But I can't seem to set this value to enable. Here is what I have so far:

WshShell.RegWrite "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\SO\MISC\CrossDomainData\Default",1, "REG_DWORD"

Please advise

A: 

Do you have permissions to modify this registry entry? You may need administrator privs (i.e., elevation) in order to do it.

Michael Goldshteyn
On my machine yes.
Jeff Thompson