About 51 results
Open links in new tab
  1. How can I open the terminal in Visual Studio? - Stack Overflow

    Aug 1, 2021 · 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 …

  2. Visual Studio 2022: How to access the built in "Developer PowerShell ...

    Jul 29, 2022 · 0 The developer command line tools are installed here: Get-ChildItem 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\' You can view the VsDevCmd.bat …

  3. Starting Visual Studio from a command prompt - Stack Overflow

    May 26, 2017 · I have three different versions of Visual Studio installed on my machine, Visual Studio 2003, Visual Studio 2008, and VS2005. How do I start a particular version of Visual Studio using a …

  4. Visual Studio Command Prompt vs. a regular command prompt?

    Jul 14, 2009 · The Visual Studio command prompt is a convenient way to access the command line tools that ship with the .NET Framework SDK and, if installed the, Windows Platform SDK tools. By …

  5. How do I get the x64 Native Tools Developer Command Prompt for …

    Apr 14, 2020 · I have a 64 bit Windows 10 and have installed the 2019 community edition Visual Studio. When I do a search for "x64" in Windows there is only an x86 developer command prompt and a …

  6. Is there a way to open Visual Studio developer command prompt from …

    Sep 30, 2023 · In Windows 11, Windows Terminal is built-in and you can type wt in the File Explorer's address bar to launch the Terminal in the current directory. In the Terminal setting itself, you can pick …

  7. How to open Visual Studio Solution File from the Command Prompt

    If you have mutliple versions of Visual Studio installed and want to open the solution file using a specific version of VS then you can pass the solution path directly to the devenv.exe: "C:\Program Files …

  8. Visual Studio Command Window - Stack Overflow

    35 What is the usefulness of the Command Window in Visual Studio (menu View -> Other Windows -> Command Window)? I know that the Visual Studio Command Window is used to execute commands …

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

  10. Visual Studio: missing Shortcut: "Visual Studio Command Prompt"

    Mar 16, 2016 · So basically to get a visual studio command prompt for a particular version, just open regular command prompt and run this batch script : C:\Program Files (x86)\Microsoft Visual Studio …