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

    Windows PowerShell-specific considerations:. Revisions of v5.1 are delivered as part of Windows updates.. However, you can selectively update the PowerShellGet module, in which the problem-causing Register-PSRepository command is defined:

  2. How do I upgrade the Python installation in Windows 10?

    PowerShell will download Chocolatey for you and launch the installation. It only takes a few moments. It looks exactly like the CMD installation, save perhaps some fancy colored text. Either Exit PowerShell or type the following command to reload the environment variables: refreshenv Upgrading Python

  3. How can I update Edge with Command Line? - Microsoft Community

    Oct 7, 2023 · To update Edge via command line, make sure that the Microsoft Desktop AppInstaller (winget) is present. it is configured if you can type winget in an elevated Powershell Window. At the command prompt, type the following then press

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

    Apr 9, 2021 · To update any PowerShell module, you should use the same method used to install the module. For example, if you originally used Install-Module, then you should use Update-Module to get the latest version. If you originally used the MSI package, then you should download and install the new MSI package.

  5. HOW to reset windows update components in windows

    Nov 12, 2020 · Reset Windows update components: Right click on the start button and select Powershell (admin) or Command Prompt (admin) Write the next hit enter after each line. net stop wuauserv net stop cryptSvc net stop bits net stop msiserver Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

  6. Downloading PowerShell ISE 7.x | Microsoft Community Hub

    Oct 23, 2022 · Hi . Since I use PowerShell 7.x 64bit with Windows 11 Update 2022, where could I download the corresponding ISE from?

  7. Setting Windows PowerShell environment variables - Stack Overflow

    Aug 5, 2024 · 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, as folks might be unaware that a change to the registry file will be visible in their later PowerShell session.

  8. PowerShell ISE: how to run new PowerShell version

    Sep 22, 2018 · PowerShell has 3 executables... Windows only... PowerShell_ISE.exe = ISE v2 - v5.1 ; powershell.exe = consolehost v1 - 5.1; Note: (there are no new versions coming, but this will be supported going forward as it is today, as per Microsoft announcements, just nothing new coming to it. Just bug /security fixes.) Cross-platform. pwsh.exe ...

  9. Powershell to manipulate host file - Stack Overflow

    Oct 27, 2023 · I am looking to see if I can create a Powershell script to update the contents in the host file. Does anybody know if there are any examples that manipulate the host file using Powershell or any ot...

  10. python - How to upgrade pip? - Stack Overflow

    Mar 12, 2019 · if you do want to update pip, open Windows ® CMD.EXE in administrator mode and give the command it gave you python -m pip install --upgrade pip – chickity china chinese chicken Commented Mar 12, 2019 at 5:06

Refresh