Quote:
Originally Posted by phoenix You can add yourself to the cc list on any bug report. |
If that's true of private bugs, then that's a security hole... though not a highly critical one.
Extracting the gist that should be publishable:
HKEY_CURRENT_USER\Software\Zimbra or
HKEY_LOCAL_MACHINE\SOFTWARE\Zimbra (if 64bit machine,
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Zimbra).
The advantage of the first is that it's writeable by end users; the disadvantage is that it only applies to the specific user.
Assuming the former, and that the SyncDisabledProcesses value is not already
there:
HKEY_CURRENT_USER\Software\Zimbra
Right click on Zimbra
New String value
Name the value SyncDisabledProcesses
Double click on the value to edit the Value data
In the Value data box, put the name of your program in there.
If it's more than one program, enter them separated by semicolons, like MSACCESS.EXE;FOO.EXE