1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ja/windows/assoc.md
2021-10-05 21:10:14 +01:00

505 B

assoc

ファイル拡張子の関連付けを表示または変更します。 詳しくはこちら: https://docs.microsoft.com/windows-server/administration/windows-commands/assoc

  • 関連するすべてのファイルタイプをします:

assoc

  • 特定の拡張子に関連付けられているファイルの種類を表示します:

assoc {{.txt}}

  • 特定の拡張子に関連付けられたファイルタイプを変更します:

assoc {{.txt}}={{テキストファイル}}