B
Bob Maier
I ran into a problem in an application I wrote. I narrowed
it down to the following line:
Process[] processes = Process.GetProcessesByName
("Notepad");
When I run as an Administrator it works. When I run it as
a member of the Users group I receive the following
exception:
Couldn't get process information from remote machine.
I'm sure its a policy issue, but I don't know which policy
is required?
Any help would be appreciated.
Bob Maier
it down to the following line:
Process[] processes = Process.GetProcessesByName
("Notepad");
When I run as an Administrator it works. When I run it as
a member of the Users group I receive the following
exception:
Couldn't get process information from remote machine.
I'm sure its a policy issue, but I don't know which policy
is required?
Any help would be appreciated.
Bob Maier