Security_HKLM_only Questions

Y

Yogi_Bear_79

I wrote a small program to help me admin the 120 some machines I am
responsible for. I set the Security_HKLM_only value to 1, then populate the
HKLM\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains\ with my list of restricted sites.

After that I go to
HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4\
and set the following values to "1601", "1604", "1605", "1606", "1607",
"1608", "1609", "1800", "1802" to 3.

Those values corsepond to the security settings that were not set at
disabled by default. All of the code functions correclty.

Here's the problem:

The Sites show up under all users. And the custom level button is triggered
per another section of code, yet even though the registry settings are at 3
for those items above, they still show as default. If I go in and manually
trip them, it makes the changes to HKCU not HKLM which were already set.

So what is the deal? Shouldn't Security_HKLM_only apply to these settings
as well?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top