CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 18

Threaded View

  1. #6
    Join Date
    Apr 2010
    Posts
    17

    Re: Programmatic way to run a program as administrator in Windows 7

    Actually what i do now is, run cmd.exe with the option
    'run as admin' and register the dll with command "regsvr32<space> dll path.
    These process i need to do programatically so that the user need not do all such stuffs.
    Last edited by minums; June 24th, 2010 at 02:04 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured