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

  2. Running CMD command in PowerShell - Stack Overflow

    23 One solution would be to pipe your command from PowerShell to CMD. Running the following command will pipe the notepad.exe command over to CMD, which will then open the Notepad …

  3. Windows PowerShell: changing the command prompt

    Learn how to customize the PowerShell command prompt with examples and tips for creating a personalized and efficient working environment.

  4. Run PowerShell command from command prompt (no ps1 script)

    Aug 27, 2013 · Great answer. Small extension: I needed to start the powershell command in a new window from the command prompt and found that the following worked: start powershell -Command …

  5. How to open command prompt from powershell - Stack Overflow

    Jul 19, 2013 · 13 I am new to powershell. Can any body please explain me how to open command prompt from powershell. I want to open command prompt and run Dir command Is it possible to use …

  6. Prompt for user input in PowerShell - Stack Overflow

    Mar 9, 2016 · I want to prompt the user for a series of inputs, including a password and a filename. I have an example of using host.ui.prompt, which seems sensible, but I can't understand the return. Is …

  7. Command Prompt/PowerShell Closing Automatically with Error

    Mar 29, 2024 · Description: I am encountering an issue with both Command Prompt and PowerShell in Visual Studio Code. Whenever I attempt to open either the Command Prompt or PowerShell terminal …

  8. On Windows what is the difference between Git Bash vs Windows …

    May 29, 2019 · The Git installer will create a shortcut to launch this "private" version of bash, hence "git bash". The Windows command prompt runs the default Windows shell, CMD.EXE, which is a …

  9. windows - How to run a PowerShell script - Stack Overflow

    Prerequisites: You need to be able to run PowerShell as an administrator You need to set your PowerShell execution policy to a permissive value or be able to bypass it Steps: Launch Windows …

  10. 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 written …