ipconfig: add Japanese translation (#4556)

beep
NL Sum 2020-10-08 04:43:18 +08:00 committed by GitHub
parent 0155304144
commit fe394d950c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# ipconfig
> Windowsのネットワーク構成を表示および管理します。
> 詳しくはこちら: <https://docs.microsoft.com/windows-server/administration/windows-commands/ipconfig>.
- ネットワークアダプタのリストを表示します:
`ipconfig`
- ネットワークアダプタの詳細なリストを表示します:
`ipconfig /all`
- ネットワークアダプタのIPアドレスを更新します:
`ipconfig /renew {{adapter}}`
- ネットワークアダプタのIPアドレスを解放します:
`ipconfig /release {{adapter}}`
- DNSキャッシュからすべてのデータを削除します:
`ipconfig /flushdns`