This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
netsh [2024/12/05 10:49] val |
netsh [2026/04/29 11:24] (current) val |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| <code> | <code> | ||
| admincmd> netsh interface ipv4 set dns name="VirtualBox Host-Only Network" static 192.168.X.10 | admincmd> netsh interface ipv4 set dns name="VirtualBox Host-Only Network" static 192.168.X.10 | ||
| + | </code> | ||
| + | |||
| + | ===== Удаление профиля с паролем ===== | ||
| + | <code> | ||
| + | admincmd> netsh lan delete profile Ethernet | ||
| + | |||
| + | admincmd> netsh wlan delete ... | ||
| </code> | </code> | ||
| Line 19: | Line 26: | ||
| <code> | <code> | ||
| admincmd> netsh interface ip delete arpcache | admincmd> netsh interface ip delete arpcache | ||
| + | </code> | ||
| + | |||
| + | ===== ipv6 ===== | ||
| + | |||
| + | <code> | ||
| + | ping -6 fe80::7a20:4ff:fe33:dc6d | ||
| + | |||
| + | netsh interface ipv6 show neighbors | find "dc6d" | ||
| </code> | </code> | ||