This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
netsh [2025/08/08 06:21] 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> | ||