# win10命令行映射网络驱动器


```
net use z: \\192.168.23.11\D "olym" /user:"olym"
```

