[Windows]net use 删除samba连接

1. 查看samba连接

net use

PS C:\Users\Administrator> net use
会记录新的网络连接。


状态       本地        远程                      网络

-------------------------------------------------------------------------------
已断开                 \\10.1.90.201\shared      Microsoft Windows Network
OK                     \\172.16.1.129\IPC$       Microsoft Windows Network
命令成功完成。

2. 删除samba连接

net use \<服务器ip><共享文件夹> /del

PS C:\Users\Administrator> net use \\10.1.90.201\shared /del
\\10.1.90.201\shared 已经删除。

PS C:\Users\Administrator> net use
会记录新的网络连接。


状态       本地        远程                      网络

-------------------------------------------------------------------------------
OK                     \\172.16.1.129\IPC$       Microsoft Windows Network
命令成功完成。

END

posted @ 2021-08-30 11:04  LeoShi2020  阅读(682)  评论(0编辑  收藏  举报