About 1,960,000 results
Open links in new tab
  1. Visual Studio 2022: How to access the built in "Developer …

    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 …

  2. Enable Powershell 7 in Visual Studio Developer Powershell terminal

    Sep 20, 2022 · 10 Use the Terminal Options dialog to change the "Developer PowerShell" Shell Location to your desired version. The article you linked implies that "Developer" PowerShell is …

  3. How can I use PowerShell with the Visual Studio Command Prompt?

    Jan 24, 2010 · As of Visual Studio 2022, there is already a dedicated shortcut that sets PowerShell for development. The default path to the directory which contains both Cmd and PowerShell …

  4. How do I get Visual Studio Developer Powershell working in Visual ...

    Aug 3, 2021 · However, every other place I looked for a Developer Powershell profile, the environment variable wasn't used. Later on, I found out that I can just copy from the shortcut at …

  5. Is there a way to add the Developer Powershell for VS 2019 as an ...

    May 6, 2020 · As such, I was wondering if there is a way for me to add the Developer Powershell as an integrated terminal, so that I can compile without needing a secondary terminal open. I …

  6. How to enable the x86 version of Developer PowerShell for VS 2022

    Dec 16, 2023 · In earlier versions of Visual Studio it used to have both x86 and x64 versions for the Developer PowerShell. In the 2022 version, it only has the x64 version. How can I enable the …

  7. Execute code using 'Developer Command Prompt for VS 2019' via ...

    Aug 14, 2023 · There are certain 'tf' commands that only work within 'Developer Command Prompt for VS 2019' (DCP) and not in cmd or PowerShell. The code I need to run via the DCP will be …

  8. Start Developer PowerShell for VS 2019 from Azure DevOps pipeline

    The Developer PowerShell for VS 2019 is a regular PowerShell with a module imported, you can see exactly what in this way: Go the Start menu and search for Developer PowerShell for VS 2019.

  9. How to integrate Developer Command Prompt for VS 2022 as …

    Dec 4, 2022 · I have Visual Studio Build Tools installed and can call cl from the Developer Command prompt. The default way recommended by Microsoft to get VS Code to use the cl …

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

    Apr 14, 2020 · 17 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 …