About 49,400 results
Open links in new tab
  1. How do I run multiple commands on one line in PowerShell?

    In a cmd prompt, you can run two commands on one line like so: ipconfig /release & ipconfig /renew When I run this command in PowerShell, I get: Ampersand not allowed. The `&` …

  2. View full history for powershell, not just current session

    Feb 17, 2019 · 33 Powershell now handily remembers history from previous sessions, and I can get to earlier commands simply by using the up-arrow. What I would like though is to be able …

  3. PowerShell es-es Language Installation: ErrorCode -2147418113

    Sep 21, 2023 · I'm trying to install language with PowerShell run as admin on another computer but it fails with the ErrorCode: -2147418113 : PS C:\WINDOWS\system32> Install-Language …

  4. Most PowerShell commands not working - Super User

    Dec 30, 2020 · PowerShell 5.1 is the last version of PowerShell 5.x, the next version, is PowerShell Core 6. PowerShell 7 is the current version, replaces both PowerShell 5.1 and …

  5. event log - Is it possible to log powershell scripts which executed …

    Aug 20, 2022 · Title says it all. I already turned on logging via regedit but I want something more stable. I would like to see every commands which executed on powershell to be in my event …

  6. PowerShell equivalent to the Unix `which` command? - Super User

    Does PowerShell have an equivalent to the which command found in most (if not all) Unix shells? There are a number of times I'd like to know the location of something I'm running from the …

  7. PowerShell equivalent to DISM's /Cleanup-Image in Windows 10

    Apr 17, 2024 · 3 The parameters of Dism commands are an almost 1:1 to the parameters of PowerShell's Dism cmdlets, with the main difference being cmdlets use - instead of /, coupled …

  8. How to run a PowerShell command silently? - Super User

    Jun 14, 2018 · I want to execute a PowerShell command silently with no blue screen. How can I do this from the PowerShell command? I tried this. . . PowerShell.exe -windowstyle hidden but …

  9. Avoid dot backslash Windows 10 Powershell - Super User

    Nov 6, 2018 · Powershell does not load commands from the current location by default. Suggestion [3,General]: The command xxx.exe was not found, but does exist in the current …

  10. What is the ampersand sign (&) before commands in PowerShell?

    Feb 9, 2023 · What is the ampersand sign (&) before commands in PowerShell? Ask Question Asked 2 years, 9 months ago Modified 2 years, 9 months ago