About 123,000 results
Open links in new tab
  1. 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 …

  2. 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 …

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

    Jul 17, 2012 · This code uses PowerShell to start a new Command Prompt process with administrative privileges. The -Verb RunAs parameter tells PowerShell to run the process as …

  4. command prompt - How to convert opened CMD to …

    Oct 15, 2021 · Run this command in your normal user privileged Command Prompt Which will open another Administrator: CMD window. powershell -Command "Start-Process cmd -Verb …

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

    As a solution that is a non-starter for me. Rather than enable administrator mode in the Compatibility tab I find it easier to just open the normal Visual Studio Code shortcut using Ctrl …

  6. run CMD as administrator in PowerShell - Stack Overflow

    Nov 11, 2018 · I'm trying to execute a command prompt as administrator by using powershell. (like when you press right click on cmd icon and choose run as administrator). what should I …

  7. How can I open a cmd window in a specific location?

    Sep 14, 2008 · The reason this answer has received so many upvotes is that it works for a shortcut. I keep a collection of shortcuts on my taskbar that each open a command prompt …

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

    I am using "runas" to open command prompt as a different user but that command prompt is not running as an admin. How can I make it run as an admin? UPDATE: I am using Windows …

  9. How do I run Visual Studio as an administrator by default?

    I recently discovered that even while logged into my personal laptop as an administrator, Visual Studio does not run in administrator mode and you need to explicitly use Run As …

  10. How open PowerShell as administrator from the run window

    Here's one way to open powershell (or run any command) as admin: press the Windows key (or control-escape) to bring up the Start Menu. Type the command you want to run. Press Control …