G
Guest
Hi,
My console application (vb.net, .net framework 1.1) is using a call to
Process.GetCurrentProcess.ProcessName.
It works fine when I run the app as administrator, but I would
like the run it with a normal user account using the
least possible privileges.
Does anyone know what rights need to be set?
I already gave the user the same rights in the Windows Server
2003 local security policy as the builtin administrator, but this did not
work.
I am not sure if the .NET framework Process class uses
WMI, but adding permissions in WMI control tool did not
work either.
Thoughts anyone?
My console application (vb.net, .net framework 1.1) is using a call to
Process.GetCurrentProcess.ProcessName.
It works fine when I run the app as administrator, but I would
like the run it with a normal user account using the
least possible privileges.
Does anyone know what rights need to be set?
I already gave the user the same rights in the Windows Server
2003 local security policy as the builtin administrator, but this did not
work.
I am not sure if the .NET framework Process class uses
WMI, but adding permissions in WMI control tool did not
work either.
Thoughts anyone?