Continue "C # to start WinForm as an administrator and then use the Administrator to control Windows Service"

Source: Internet
Author: User

premise: in our domain environment, assign the Administrator level two account (User0,user1).

Requirement: Only one account is allowed to run the process "WindowsFormsApplication1":

1,) when the "WindowsFormsApplication1" is already running and the account is not your own, you need to indicate to whom the process is occupied;

2,) when "WindowsFormsApplication1" is already running and the account is running, it is necessary to indicate that the process is occupied by itself;

Problem:

When I run the change account with User0, when using [code Code-00], if the program is not enabled, it is not right-click on the administrator to start the code:

Managementbaseobject outparameters = disk. InvokeMethod ("GetOwner", inparameters,null);

The row throws an exception, saying that the permissions are insufficient.

Workaround:

We still need to add "application Manifest file" files to the project and configure the application to start with the Administrator role account.

[Code Code-00]:

Continue "C # to start WinForm as an administrator and then use the Administrator to control Windows Service"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.