About 98,400 results
Open links in new tab
  1. windows - How can I run a command with administrator rights …

    Easy to accomplish in Bash with a right click on exe location > properties > compatibility > run as administrator, not sure of a persistent way to do it in Powershell (or Windows Terminal).

  2. How to activate Python virtual environment in VS Code's terminal …

    2 On a Windows system, after opening a PowerShell terminal in VS Code You need to run the two lines below: first setting execution policy then activating virtual environment.

  3. shell - Terminal vs PowerShell - Stack Overflow

    Aug 30, 2020 · Here is the simple answer: PowerShell Preview replaced PowerShell, and PowerShell replaced Command Prompt (CMD). Windows Terminal is an application that …

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

    May 29, 2019 · As a Mac Terminal devotee, I suggest you'll be unlikely to enjoy any of the options. IMHO, Git Bash is not a very complete implementation and I suspect not many …

  5. Visual Studio Code is suddenly defaulting to PowerShell for …

    Sep 3, 2021 · The bug manifested in the following symptoms: The Open in Integrated Terminal shortcut-menu command in the Explorer pane's shortcut always uses the built-in default shell …

  6. windows - How can I select which version of PowerShell (5 or 7) is …

    Jun 11, 2024 · When I hit the run button in a Windows PowerShell v5 terminal, a new PowerShell version 7 terminal gets created, and the code returns version 7. How can I choose which …

  7. Change the default terminal in Visual Studio Code

    Jun 8, 2017 · I am using Visual Studio Code on my Windows 10 PC. I want to change my default terminal from Windows PowerShell to Bash on Ubuntu (on Windows). How can I do that?

  8. What's the cmd line equivalent of "ls -a" in Powershell on …

    Aug 2, 2022 · The command in cmd to list all files (and directories) is dir /a. PowerShell, on the other hand, has an alias named "dir" (obviously confusing) which actually calls the cmdlet Get …

  9. How to install Windows Terminal on VS code - Stack Overflow

    Dec 16, 2019 · I think you want to launch the new Windows Terminal from within VS Code. What you need to do is edit your USER settings.json, and locate the line that associates an editor …

  10. visual studio code - $env:PATH different for Windows Powershell …

    Nov 26, 2021 · Check the VSCode setting for "terminal.integrated.env.windows". In my case, there was PATH setting so that caused the difference between Windows Powershell and …