-
ADM template files...
I need an ADM template file that will enable me to "Show Internet Explorer Icon on the desktop" to my users. I can make my own .adm template file for use here on this Novell Network (I push out policies with Zenworks 3 to lock down users) but I need to know where in the registry this is located. In the IE5.adm template file they didn't have any option for this, in other .adm template files I have they only had "Hide Internet Explorer Icon" (that was in a .adm template file called sp1shell.adm). thanks in advance.
-
In the registry it located in:
[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\ShellFolder]
"Attributes"=dword:00000024 (enabled)
"Attributes"=dword:00100024 (disabled)
Be sure the value 'NoInternetIcon' doesn't exist in the following key
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
or disable it (0-disabled 1-enabled)
Hope this helps
-
thanks. I am having a hell of a time creating this reg edit as an .adm file
http://support.microsoft.com/default...b;EN-US;225087
anyone out there good at making them?