About 137,000 results
Open links in new tab
  1. On Windows what is the difference between Git Bash vs Windows …

    May 29, 2019 · Powershell is also entirely object-oriented, which is unique when compared to most other shell languages which are primarily text based. You can read more here about why …

  2. What is the difference between Anaconda Prompt and Anaconda …

    Jun 20, 2019 · 2 In order to understand the difference between Anaconda Prompt and Anaconda Powershell Prompt, you need to understand the difference between Windows Command …

  3. Change the default terminal in Visual Studio Code - Stack Overflow

    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?

  4. What's the fastest way to delete a large folder in Windows?

    417 Using Windows Command Prompt: rmdir /s /q folder Using Powershell: powershell -Command "Remove-Item -LiteralPath 'folder' -Force -Recurse" Note that in more cases del …

  5. Why is the Powershell Environment PATH different to the System ...

    Sep 30, 2013 · In my case the state of the Powershell window in VS Code was retained even between reboots. When I finally actively terminated the Powershell window within VS Code …

  6. Open CMD in the Visual Studio Code terminal - Stack Overflow

    Sep 8, 2017 · Whenever I open the terminal in Visual Studio Code, I get a bash shell. I want to add CMD as a second shell. To do that, I went through the VS Code documentation and found …

  7. How can I run a command with administrator rights with Visual …

    0 Win + R, or from another cmd, type: powershell -Command "Start-Process code -Verb RunAs" powershell "start code -v runAs" The second line is just a shorter version. An empty cmd will …

  8. How do I change my VS Code terminal to cmd.exe instead of …

    Dec 12, 2019 · For some reason my VS Code terminal is Powershell instead of cmd.exe. In my Terminal > External: Windows Exec is set to C:\WINDOWS\System32\cmd.exe. However, …

  9. Why do I need to use git-bash instead of cmd? - Stack Overflow

    Sep 3, 2021 · When you use cmd and Windows batch files (.bat / .cmd) you'll find yourself constantly running into problems caused by CMD's own idiosyncrasies (e.g. it's surprisingly …

  10. cmd.exe - Powershell vs Cmd - Super User

    Dec 7, 2020 · cmd does come with a lot of commands, such as copy, move, but they still are meant to perform some basic tasks. PowerShell is more advanced language that is an …