how to run powershell as administrator

Daniel Ferras 0 Reputation points
2023-07-30T02:23:07.3033333+00:00

how to run as administrator

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,816 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JimmySalian-2011 42,241 Reputation points
    2023-07-30T09:33:30.1666667+00:00

    Hi Daniel,

    Follow the steps or check the link to run the PS with admin privileges.https://www.javatpoint.com/powershell-run-as-administrator

    Open the command prompt, type PowerShell, and then enter “Start-Process powershell -Verb RunAs”. This will open a new PowerShell window with administrator privileges.

    Hope this helps.

    JS

    ==

    Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.

    1 person found this answer helpful.
    0 comments No comments

  2. Scott Head 0 Reputation points
    2023-08-01T04:14:49.04+00:00

    If you have a GUI you can simply right click the ICON \ More \ Run as Administrator

    User's image

    Scott Head

    https://www.scriptsbyscott.com/

    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.