group policy problem...

Soldato
Joined
10 Aug 2003
Posts
2,696
Location
London
Hi,

I am trying to roll out a group policy to disable the email address autocomplete in ms outlook. I created a group policy to run a logon script which disables this feature. The problem i have is that it only seems to work for some users.

regedit.exe /s "autocomplete.reg"

Here is the contents of autocomplete.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\Outlook]

[HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\Outlook\Contact]
"CreateContactsForOneOffs"=dword:00000000

[HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\Outlook\Preferences]
"ShowAutoSug"=dword:00000000


[HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\Outlook\Preferences]
"ShowAutoSug"=dword:00000000


Anyone know where i am going wrong, could it be that some users don't have permissions to change the registry values??

Thanks in advance
 
It seems to apply to my profile whichever workstation I log onto, but not to none admin level users strangely??
 
Back
Top Bottom