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
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