How to upgrade PowerShell (steps with pictures and text)

藏色散人
Release: 2021-12-24 17:15:02
Original
13716 people have browsed it

I am a Windows 7 system. When I ran the vagrant box add laravel/homestead command during the process of setting up the Homestead environment today, it failed. The minimum version of PowerShell required is 3.0, and the built-in version of Windows 7 is PowerShell 2.0. However, it can be upgraded to 3.0 or 4.0, so we can only upgrade obediently~

Upgrade PowerShell to 3.0:

Step 1: Download PowerShell3.0

Click to open this link: https://www.microsoft.com/en-us/download/details.aspx?id=34595

Click on the opened pagedownload

How to upgrade PowerShell (steps with pictures and text)

Then select Windows6.1-KB2506143-x64.msu and click Next# on the right ##Download;

How to upgrade PowerShell (steps with pictures and text)

Step 2: Double-click the file and install

How to upgrade PowerShell (steps with pictures and text)

How to upgrade PowerShell (steps with pictures and text)

How to upgrade PowerShell (steps with pictures and text)

Step 3: Restart the computer

How to upgrade PowerShell (steps with pictures and text)

Step 4: Verify whether the installation is successful

First click "Start" in the lower left corner of the computer, then enter PowerShell, find and open Windows PowerShell;

Then execute the command in PowerShell

Get-Host | Select-Object Version

If Windows PowerShell 3.0 is installed, you can see the following output:

Version  
-------    
3.0
Copy after login

How to upgrade PowerShell (steps with pictures and text)

How to upgrade PowerShell (steps with pictures and text)

Related recommendations:

The most comprehensive tutorial on setting up the Win10 Homestead environment [Pictures and Text]

Detailed explanation of the steps to install and run the laravel project on Homestead [Pictures and Text]

The above is the detailed content of How to upgrade PowerShell (steps with pictures and text). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!