About 1,570,000 results
Open links in new tab
  1. Update powershell to the latest revision - Stack Overflow

    Windows PowerShell can NOT be updated on demand (only indirectly, via Windows Update). Switching editions, from Windows PowerShell to PowerShell (Core) is more than just a fully backward …

  2. windows - How to upgrade PowerShell version - Stack Overflow

    Lately, firing up PowerShell, I noticed that there is a phrase that says: Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows So why not trying it following ...

  3. powershell - How to update specific PHP version on Windows? - Stack ...

    Apr 15, 2024 · Is there a way to update PHP via Terminal (Windows PowerShell) or Git Bash? Currently, I am on PHP 7.2, but I wanted to update it to 8.2.

  4. How to update all Azure Powershell Az modules? - Stack Overflow

    Apr 9, 2021 · The Azure Powershell Az module comes with an assortment of modules such as Az.Accounts, Az.Aks, etc. Is it possible to update all these Az.* modules at once?

  5. node.js - How can I update npm on Windows? - Stack Overflow

    If you want to update Node.js over a CLI on windows, I recommend running winget upgrade -q NodeJS or use chocolatey for that. What method should I choose to update NPM?

  6. Setting Windows PowerShell environment variables

    The original question is: "Setting Windows PowerShell environment variables", not "Setting Windows PowerShell environment variables using PowerShell". So this reply is both correct, and informative, …

  7. How to Install and Update PowerShell 6 (one-liner)

    Mar 12, 2019 · How to Install and Update PowerShell 6 (one-liner) Check it out here: https://www.thomasmaurer.ch/2019/03/how-to-install-and-update-powershell-6/

  8. How can I easily install pending Windows updates on my PC?

    Mar 22, 2025 · Call 1-855-535-7109. To install pending Windows updates easily on your Windows PC, follow these steps: Open Windows Settings: Press Windows + I to quickly open the Settings menu. …

  9. PowerShell UPDATE-HELP error | Microsoft Community Hub

    Jan 28, 2022 · Dear Community,I am a complete beginner with MS PowerShell. While making my first steps with PowerShell, I tried to update Help System by means of running...

  10. How can I check for a pending reboot? - Stack Overflow

    powershell.exe "Get-Item 'HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired'" But like Mathis mentioned, this key only exists if a reboot is pending.