About 57 results
Open links in new tab
  1. console - PowerShell steps to fix slow startup - Stack Overflow

    Dec 15, 2019 · I have slow PowerShell console startup times (always more than 5 second wait) and was hoping for advice on troubleshooting steps to find out where the bottlenecks might be?

  2. Does powershell opening on startup necissarilly mean infection?

    Oct 26, 2024 · Back again with a new question, This time it's concerning Powershell. This doesn't happen upon every Startup, but once in a while as everything loads in Powershell will …

  3. PowerShell window launches then closes immediately

    Jun 28, 2015 · 7 When I start PowerShell, it launches and the the window it opens in closes immediately. I tried taking a screenshot and it says there's a registry error: Reading the value …

  4. How do you set PowerShell's default directory? - Stack Overflow

    If it does not exist, that's ok; just create it. Create a new file named profile.ps1 in the WindowsPowerShell folder (or PowerShell for PowerShell Core). Open profile.ps1 and add the …

  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, …

  6. Windows powershell.exe getting detected as Trojan or Malware

    Aug 25, 2023 · Hello Recently, powershell.exe in the Windows folder has been being detected by Malwarebytes as either a Trojan, or Malware (as the title says), and I'm not sure what to do …

  7. Why does Windows Powershell and Command Prompt attempt to …

    Jul 1, 2022 · Why does Windows Powershell and Command Prompt attempt to open conda.exe from a temp folder on startup? Asked 3 years, 5 months ago Modified 3 years, 5 months ago …

  8. How do I run a PowerShell script when the computer starts?

    The second file is what needs to be executed when the computer starts up, and simply copy-pasting the .ps1 to the startup folder won't work, because that doesn't actually execute the …

  9. How can I remove the PowerShell start text? - Stack Overflow

    Jan 15, 2018 · Just at tip: If you're using the new Windows Terminal (highly recommended) then you can edit it's settings to have it launch powershell.exe -nologo too, which works great

  10. How to keep the shell window open after running a PowerShell …

    While the original poster asked for PowerShell 2.0, all current answers should work up to PowerShell <6 (powershell.exe). For modern PowerShell >= 6 (pwsh.exe) you can merge the …