Featured image of post WinGetを使ってコマンドでアプリをインストールする

WinGetを使ってコマンドでアプリをインストールする

前提条件

Windows 11 であること

手順

  1. Microsoft Store からアプリインストーラーをインストールする https://www.microsoft.com/store/productId/9NBLGGH4NNS1
  2. コマンドプロンプトでアプリをインストールする
    1
    
    winget install Google.Chrome
    

インストールできる主なアプリ

  • Google Chrome (コマンドwinget install Google.Chrome)
  • Microsoft Edge (コマンドwinget install Microsoft.Edge)
  • Microsoft Teams (コマンドwinget install Microsoft.Teams)
  • Microsoft Office (コマンドwinget install Microsoft.Office)
  • Visual Studio Code (コマンドwinget install vscode)
  • Slack (コマンドwinget install SlackTechnologies.Slack)
  • Discord (コマンドwinget install Discord.Discord)
  • Docker Desktop (コマンドwinget install Docker.DockerDesktop)
  • Git (コマンドwinget install Git)
  • 7zip (コマンドwinget install 7zip)
  • VLC (コマンドwinget install VideoLAN.VLC)

参考

winget ツールを使用したアプリケーションのインストールと管理

余談

Paint.Netもインストールできるかなと思ったけど、インストールできなかった。

https://forums.getpaint.net/topic/118574-please-add-paintnet-to-the-available-packages-for-windows-package-manager-winget/

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Hugo で構築されています。
テーマ StackJimmy によって設計されています。