LoginSignup
3
8

More than 5 years have passed since last update.

Windows Power Shell 3.0 を Windows7 にインストールする手順

Last updated at Posted at 2016-06-25

やりたいこと

  • Windows Power Shell 3.0 を Windows7 にインストールする。

前提環境

インストールするソフトウェア

  • Windows Management Frameork 3.0

手順

インストーラをダウンロード

Windows Management Framework 3.0Download を選択します。

image

  1. Windows6.1-KB2506143-x64.msu を選択
  2. Next を選択しインストーラをダウンロードします。

image

インストーラを実行

ダウンロードされたインストーラ Windows6.1-KB2506143-x64.msu.exe を実行します。

はい を選択。

image

同意します を選択。

image

今すぐ再起動 を選択して、PCを再起動。

image

  1. PowerSheel を起動。%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
  2. PowerShell のバージョンを確認
コマンド
PS C:\> $PSVersionTable
出力結果
Name                           Value
----                           -----
PSVersion                      3.0  # <== Versionが更新されました
WSManStackVersion              3.0
SerializationVersion           1.1.0.1
CLRVersion                     4.0.30319.34209
BuildVersion                   6.2.9200.16398
PSCompatibleVersions           {1.0, 2.0, 3.0}
PSRemotingProtocolVersion      2.2

完了

参考文献

3
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
8