when i debug my program as standard user it gives access denied on a process( created by System.Diagnostics.Process) so unable to get the values of 'WorkingSet'.But it works when i debug it as administrator. How can i grant permission on process programmatically.Please suggest me... Amit