彻底清除Windows共享登录的用户名和密码_Windows

执行:

net use * /d  //@ 清除所有连接
net use \\192.168.1.10  /del  //@ 清除指定连接

彻底清除Windows共享登录的用户名和密码_Windows_02