Hi,
My vb.net console application (.net framework 1.1) is using a call to
Process.GetCurrentProcess.ProcessName.
the app works fine when I run it 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?
As test, I already gave the user account the same rights in the Windows
Server
2003 local security policy, 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?