Change Internet Explorer Extensions Default Visible from yes to No

G

Guest

I have to lock down ActiveSync so the Create Mobile Faviorite Icon does not
display on IE toolbar. I have tried to create a custom .adm but none of the
is working. The registry path is HKLM\Software\Microsoft\Internet
Explorer\Extensions\{2EAF5BB1-070F-11D3-9307-00C04FAE2D4F}
ValueName (REG_SZ) "Default Visible" and Data Yes. I would like to change
it to No.

This is my latest try:

Category "LoadingDock"
Policy "Hide Mobile Favorite Visible Icon"
EXPLAIN "Enabled: Will hide ActiveSync Mobile Favorite Icon. If Not
Configured or Disabled the ActiveSync Mobile Favorite Icon is displayed."
KEYNAME "SOFTWARE\Microsoft\Internet Explorer\Extensions"
PART "See Visible Icon Yes or No?" EDITTEXT
VALUENAME "Default Visible"
CLIENTEXT {2EAF5BB1-070F-11D3-9307-00C04FAE2D4F}
END PART
END POLICY
END CATEGORY

I must be doing something wrong, Any ideas?

Thanks,
 
N

Norbert Fehlauer [MVP]

Paul wrote:
Hi,
This is my latest try:

This is mine, maybe you can give it a try:

Class Machine

CATEGORY "LoadingDock"

POLICY "Hide Mobile Favorite Visible Icon"

EXPLAIN !!Hlp_HideMobileFav

KEYNAME "SOFTWARE\Microsoft\Internet
Explorer\Extensions\{2EAF5BB1-070F-11D3-9307-00C04FAE2D4F}"

PART "Hide" Checkbox

VALUENAME "Default Visible"

VALUEON "NO"

VALUEOFF "YES"

END PART

END POLICY ;Hide Mobile Favorite Visible Icon

END CATEGORY ;LoadingDock



[STRINGS]

Hlp_HideMobileFav="Checked: Will hide ActiveSync Mobile Favorite Icon. If
Unchecked the ActiveSync Mobile Favorite Icon is displayed."



HTH

Norbert
 

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