About 374,000 results
Open links in new tab
  1. Open Elevated Windows PowerShell in Windows 10 | Tutorials

    Jun 7, 2020 · How to Open Elevated Windows PowerShell in Windows 10 Published by Shawn Brink Category: Apps & Features 07 Jun 2020 How to Open Elevated Windows PowerShell in Windows 10 …

  2. Open Windows PowerShell in Windows 10 | Tutorials - Ten Forums

    May 26, 2021 · How to Open Windows PowerShell in Windows 10 Windows 10 comes with Windows PowerShell 5.0 included. Windows PowerShell is a task-based command-line shell and scripting …

  3. How do I start PowerShell from Windows Explorer?

    In Windows Explorer, just go to the Address Bar at the top (keyboard shortcuts: Alt + D or Ctrl + L) and type powershell or powershell_ise and press Enter. A PowerShell command window opens with the …

  4. Is it possible to open a Windows Explorer window from PowerShell ...

    Nov 26, 2008 · Whereas if one was issuing this command from powershell, this would be no big deal (less typing anyway), if one is scripting and needs to "open containing folder" on a variable, it …

  5. How can I activate a Conda environment from PowerShell?

    Oct 1, 2020 · Run ./conda init powershell in that folder, and reopen the PowerShell. Please note: If you encountered ps1 cannot be loaded because running scripts is disabled on this system, simply run the …

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

    342 If you are on PowerShell 2.0, use PowerShell.exe's -File parameter to invoke a script from another environment, like cmd.exe. For example:

  7. How to set PowerShell 7 as default and remove other versions

    Mar 2, 2021 · I want to set PowerShell 7 as the default shell. So when I shift right click in File Explorer and click on "Open PowerShell window here" in the context menu, I want PowerShell 7 to …

  8. How to open Powershell Console Window from Powershell

    99 I am writing a script to use multiple plink (PuTTY) sessions as a Windows version of clusterssh. I am stuck however because I want to open multiple Powershell windows from powershell. When I type …

  9. How to run a PowerShell script from a batch file - Stack Overflow

    Rather than hard-coding the entire path to the PowerShell script though, I recommend placing the batch file and PowerShell script file in the same directory, as my blog post describes.

  10. Run bash script from Windows PowerShell - Stack Overflow

    Jul 8, 2009 · In cygwin, I could just do ./script.sh args, but this opens the script file in notepad in PowerShell. What do I need to do have it execute?