About 133,000 results
Open links in new tab
  1. Open Elevated Command Prompt in Windows 10 | Tutorials

    Jun 14, 2020 · By typing commands in an elevated command prompt, you can perform tasks that require administrator rights on your computer without using the Windows graphical interface. …

  2. cmd - How do you run a command as an administrator from the …

    May 10, 2011 · I'm trying to run the script with elevated, administrative privileges from within the Windows shell (cmd.exe)--just as if I'd right-clicked it and chosen Run as Administrator, but …

  3. Run as Administrator in Windows 10 | Tutorials - Ten Forums

    Oct 18, 2021 · How to Run an App as Administrator in Windows 10 Information Some legitimate applications require a full administrator access token (elev

  4. How to open an elevated cmd using command line for Windows?

    Sep 30, 2013 · How do I open a elevated command prompt using command lines on a normal cmd? For example, I use runas /username:admin cmd but the cmd that was opened does not …

  5. powershell - How to run an application as "run as administrator" …

    When I run this through the command prompt, my testscript is running successfully. I want to run it as administrator (as if I have created a desktop shortcut and run as administrator.

  6. How to code a BAT file to always run as admin mode?

    Mar 23, 2017 · This does not work for me on either Windows 10 or Windows 7. When I try to run as Administrator, either by right clicking the BAT file and "Run as Administrator", or using the …

  7. Hotkey to open cmd with administration rights in current folder …

    Mar 21, 2018 · In Explorer sequence Shift+F10 -> open command window here opens cmd in current directory. Is there any way to do the same via shortcuts to launch cmd with …

  8. administrator - How do I run a program from command prompt as …

    How can I make it run as an admin? UPDATE: I am using Windows Server 2012 UPDATE: I opened cmd for another account by running runas /user:domain\username cmd.exe Then I …

  9. How can I run a command with administrator rights with Visual …

    Check "Run this program as an administrator" There is a caveat to it though Make sure you have all other instances of Visual Studio Code closed and then try to run as Administrator. The …

  10. How to create a batch file to run cmd as administrator

    Jul 17, 2012 · I need to run a batch file which needs to register a DLL. The DLL registration is failing because the Batch file is not starting the command prompt as "administrator". Is there …