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 3279530
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:36:12+00:00 2026-05-17T19:36:12+00:00

Due to the joys of UAC, I need to open an elevated command prompt

  • 0

Due to the joys of UAC, I need to open an elevated command prompt programmatically and then redirect the standard input so I can use the time command.

I can open the link (a .lnk file) if I use

Process ecp = System.Diagnostics.Process.Start("c:/ecp.lnk");

however, if I use this method, I can’t redirect the standardIn.

If I use the StartProcessInformation method (which works wonderfully if you are calling an exe)

ProcessStartInfo processStartInfo = new ProcessStartInfo("c:/ecp.lnk");
                processStartInfo.UseShellExecute = false;
                processStartInfo.ErrorDialog = false;
                processStartInfo.RedirectStandardError = true;
                processStartInfo.RedirectStandardInput = true;
                processStartInfo.RedirectStandardOutput = true;
                Process process = new Process();
                process.StartInfo = processStartInfo;
                bool processStarted = process.Start();

                StreamWriter inp = process.StandardInput;
                StreamReader oup = process.StandardOutput;
                StreamReader errorReader = process.StandardError;
                process.WaitForExit();

I get the error message:
The specified executable is not a valid Win32 application.

Can anyone help me create an elevated command prompt which I can capture the standard input of? Or if anyone knows how to programatically escalate a command prompt?

  • 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-17T19:36:12+00:00Added an answer on May 17, 2026 at 7:36 pm

    In case no-one comes up with a better idea (pretty please), here is the work around one of the more devious in my office just came up with:

    1. Copy cmd.exe (the link it pointing at this file)
    2. Paste this file into a different directory
    3. Rename the newly pasted file to something different
    4. Set the permissions on this new file to Run As Administrator

    You will still get the escalation dialog popping up, but at least you can capture the standardIn of this valid Win32 app!

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

Sidebar

Related Questions

Due to a legacy report generation system, I need to use a cursor to
Due to performance reasons I can't use the ORM query methods of Django and
Due to legacy reasons a lot of our data is stored encoded in standard
Due to some caching issues, I need to explicitly bypass the cache, for a
Due to a customer requirement I am forced to use classic ASP, so I
Due to quota restrictions I really need to build a project that I'm working
Due to a change in developers, I need to destroy my trunk (but keep
Due to an older version of MySQL I'm having to use some pretty outdated
Due to the length of the code I can not post it here, I
Due to some requirements on speed, we need to some computation in-place on internal

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.