| C:\>netsh | と実行すると |
| netsh> | プロンプトが変わる |
| netsh>interface | を実行すると |
| netsh interface> | またプロンプトが変わる。 |
| netsh interface>? | 途中で『?』を実行すると |
| netsh interface>? 使用できるコマンドは次のとおりです: netsh コンテキストから引き継いだコマンド: .. - 一階層上のコンテキスト レベルに移動します。 abort - オフライン モードで行われた変更を破棄します。 add - エントリの一覧に構成エントリを追加します。 |
使用できるコマンドと、説明が表示される。 『?』で調べながらやると、より分かり易い。 |
| netsh interface>exit C:\> |
抜けるには『exit』で。 |