About 733,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 seem to be …

  2. BAT file: Open new cmd window and execute a command in there

    Jun 3, 2020 · I wanted to run "rails server" in a new cmd window so I don't have to open a new cmd and then find my path again. What I found out was to use the K switch like this: start cmd /k echo Hello, …

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

    Sep 14, 2008 · How can I open a cmd window in a specific location without having to navigate all the way to the directory I want?

  4. Command line for looking at specific port - Stack Overflow

    Aug 17, 2012 · Is there a way to examine the status of a specific port from the Windows command line? I know I can use netstat to examine all ports but netstat is slow and looking at a specific port …

  5. How can I open the terminal in Visual Studio? - Stack Overflow

    Aug 1, 2021 · 12 New in Visual Studio 2019 & 2022, there is menu View → Terminal, which will open a PowerShell instance as a Visual Studio dockable window, rather than a floating PowerShell or CMD …

  6. Is there a way to open command prompt in current folder?

    Oct 20, 2016 · I have a project folder somewhere, and many times I need to open command prompt (on windows 7/8.1/10) and cd to that folder. It would be very handy if there's an option right click > open …

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

  8. Hotkey to open cmd with administration rights in current folder from ...

    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 administration rights?

  9. BAT file to open CMD in current directory - Stack Overflow

    Dec 15, 2010 · Create a file named open_dos_here.cmd with the following lines: %~d1 cd "%~p1" call cmd Put this file at any folder. Then, go to your Send To folder (Win + E; Alt + D; shell:sendto; Enter). …

  10. How to start Visual Studio 2022 from cmd - Stack Overflow

    Jul 15, 2022 · 7 in Visual Studio 2019 is it possible to Launch in cmd via "start devenv". Now i have installed both version 2019 and 2022, and with the same command it starts 2019 version. Any body …