G
Guest
Hi
Wonder if someone can help.......
I have created a .adm template to use in a Windows 2000 AD which forces the
SP2 popup blocker to be turned off. I does exactly what I intend it to do
apart from one side effect.
When I set the value to "no" it also writes a REG_SZ value of "no" with the
data "no" .
Heres what I have done
CLASS USER
CATEGORY "Internet Explorer 6.0 SP2 Popup Blocker"
POLICY "Disable Popup Blocker"
KEYNAME "Software\Microsoft\Internet Explorer\New Windows"
PART "PopupMgr" EDITTEXT
VALUENAME "PopupMgr"
END PART
END POLICY
END CATEGORY
When set this is what ends up in the registry.......
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows]
"PopupMgr"="no"
"no"="no"
Although this gives me what I want, the popup blocker turned off, I would
like to keep the registry clean from any junk as this is being deployed in a
corporate environmet to 8000 plus computers.
Besides I going nuts trying to work out whu its doing it.
Thanks for any help
Wonder if someone can help.......
I have created a .adm template to use in a Windows 2000 AD which forces the
SP2 popup blocker to be turned off. I does exactly what I intend it to do
apart from one side effect.
When I set the value to "no" it also writes a REG_SZ value of "no" with the
data "no" .
Heres what I have done
CLASS USER
CATEGORY "Internet Explorer 6.0 SP2 Popup Blocker"
POLICY "Disable Popup Blocker"
KEYNAME "Software\Microsoft\Internet Explorer\New Windows"
PART "PopupMgr" EDITTEXT
VALUENAME "PopupMgr"
END PART
END POLICY
END CATEGORY
When set this is what ends up in the registry.......
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows]
"PopupMgr"="no"
"no"="no"
Although this gives me what I want, the popup blocker turned off, I would
like to keep the registry clean from any junk as this is being deployed in a
corporate environmet to 8000 plus computers.
Besides I going nuts trying to work out whu its doing it.
Thanks for any help