Ok, well, I found some problems with my template above and modified it to this:
POLICY HideKeyIcon
KEYNAME "Software\Policies\Namescape\[path to settings]"
EXPLAIN "This setting controls whether or not the Key Icon is displayed in the login window. A value of 0 will display the icon and a value of 1 will hide it."
PART "HideKeyIcon" EDITTEXT REQUIRED
VALUENAME "HideKeyIcon"
END PART
END POLICY
And this works for updating the registry with the new setting, although it puts it in as a string value and I need to define it as a DWORD value. Any love out there?


LinkBack URL
About LinkBacks
Reply With Quote