mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 21:46:00 +02:00
ipconfig: add Japanese translation (#4556)
This commit is contained in:
parent
0155304144
commit
fe394d950c
1 changed files with 24 additions and 0 deletions
24
pages.ja/windows/ipconfig.md
Normal file
24
pages.ja/windows/ipconfig.md
Normal 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`
|
Loading…
Add table
Reference in a new issue