I have a problem for my IpcClient to connect to my IpcServer.
I get "Access denied" message.
It appears that the solution is to write this:
dict["authorizedGroup"] = "Everyone";

This works fine on my computer at work.

The problem is this is not working on my home computer. It is a Windows XP
french edition. The group "Everyone" does not exists.

Isn't it possible to remove security from the Ipc engine so it will allow
access to every group ?