Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 211565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:06:24+00:00 2026-05-11T18:06:24+00:00

I am trying to open a process handle in C# using the OpenProcess function

  • 0

I am trying to open a process handle in C# using the OpenProcess function as follows:

IntPtr hProcess = OpenProcess(0x410, false, pid);

where pid is the process ID of the process I would like to open.

When called on a PID whose user is “NT AUTHORITY\SYSTEM” (on Vista x64), the above call fails, with an “Access Denied” error.

How do I get a handle of such a process?

What makes me think this is at all possible is that the .NET System.Diagnostics.Process class seems to be able to operate on such processes. For example, Process.ProcessName works fine on such processes. Under the hood, it calls Process.MainModule.ModuleName, which ultimately calls OpenProcess in exactly the same way I do. However, System.Diagnostics doesn’t get the “Access Denied” error whereas I do.

Curiously, anything that attempts to get the handle of the process into my application also throws the exception. For example, Process.Handle and Process.MainModule both throw an “Access Denied” error, despite the fact that Process.MainModule clearly succeeds when called indirectly through Process.ProcessName.

Does System.Diagnostics operate under some sort of raised privileges? How can I raise the privileges of my application to be able to do the same?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T18:06:25+00:00Added an answer on May 11, 2026 at 6:06 pm

    How do I get a handle of such a process?
    How can I raise the privileges of my application to be able to do the same?

    Apparently the application needs to give itself the SeDebugPrivilege: How To Use the SeDebugPrivilege to Acquire Any Process Handle

    However it’s not a great idea for a general-purpose app to rely on this because SeDebugPrivilege is equivalent to administrator privileges (security-wise).

    I’m still not sure how exactly System.Diagnostics exposes Process.ProcessName without requiring the SeDebugPrivilege, but then I know next to nothing about the code security features of .NET.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 120k
  • Answers 120k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you have access to the open source libraries, and… May 12, 2026 at 12:06 am
  • Editorial Team
    Editorial Team added an answer You can't! It's would be a security issue if you… May 12, 2026 at 12:06 am
  • Editorial Team
    Editorial Team added an answer From the Java API for JFrame: public void setLayout(LayoutManager manager)… May 12, 2026 at 12:06 am

Related Questions

I am not very familiar with the way of creating a daemon in Python,
From the Microsoft website (see msdn.microsoft.com/en-us/library/ms683502(VS.85).aspx ) it clearly says Services cannot directly interact
I am trying to programatically unzip a zipped file. I have tried using the
I have a process in a website (Asp.net 3.5 using Linq-to-Sql for data access)

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.