shortcut created with runas \user creatiion is not getting full admin previlages

shardaj gautam 1 Reputation point
2022-06-30T06:27:37.263+00:00

shortcut created with runas \user is not getting full admin previlages.

I am not do all activities which I can perform by running exe with right click menu option RUN AS ADMINISTRATOR

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,851 Reputation points
    2022-07-03T09:52:54.367+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having issues related to Run as not getting full admin previlages

    1. Create a normal Short-Cut to application.exe on the desktop.
    2. Right-click the short-cut and select Properties.
    3. In the Target box, insert the following: runas /user:ComputerName\Username /savecred "C:\path\to\file.exe"
    4. Double-click the new short-cut, and enter the administrator password.

    Doing this will prompt you to enter in admin credentials once and once they are entered they get stored in Windows Credential manager and do not have to be entered again. The application will run elevated each time.

    ----------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.