📌

wingetからPowerShellをアンインストールする

2024/07/10に公開

やりたいこと

前回の記事でインストールしたPowerShellをMicrosoft Storeで管理したいので削除する。
OEMのPCなのでStore経由で定期的に更新しているため、PowerShellもStoreにまとめたい…。

https://zenn.dev/jirihinmaru/articles/9a14a8f669ea36

作業手順

1. PowerShellをアンインストールする

Windows terminalを起動しPowerShellで以下のコマンドを実行する。
自分自身を消すためエラーが発生するが、いい感じにやってくれてそう。
(心配な方は古いPowerShellなどを起動して実行しよう)

Windows terminal
winget uninstall Microsoft.PowerShell

Windows terminalを再起動する。
規定のプロファイルに設定していた方はエラーが発生し、古いPowerShellが起動するはず。

2. StoreからPowerShellをインストール

https://www.microsoft.com/store/productId/9MZ1SNWT0N5D?ocid=pdpshare

インストールするとWindows terminalが勝手に認識して、設定からも選択可能になっていた。

Discussion