>  기사  >  데이터 베이스  >  How to access other computer using different name/password

How to access other computer using different name/password

WBOY
WBOY원래의
2016-06-07 15:37:21904검색

Once you have successfully accessed another computer in the same LAN, the user name and password will be remembered by your computer, if you access the same computer again, the computer will use the defalt username/password to access. what

Once you have successfully accessed another computer in the same LAN, the user name and password will be remembered by your computer, if you access the same computer again, the computer will use the defalt username/password to access. what shall we do if we want to use another username/password. Here is the brief answer below.
First open the DOS interface, by input 'cmd' in the 'run'. using 'net use' command to see what's current connection, is as below:

>net use
会记录新的网络连接.
状态       本地        远程                      网络
-------------------------------------------------------------------------------
OK                     //192.168.0.138/IPC$      Microsoft Windows Network
命令成功完成。

Second delete current connection.

>net use //192.168.0.138/IPC$ /delete
//192.168.0.138/IPC$ 已经删除。

Third access the server by IP, the connection interface will prompt out asking you to input the user name/password.

i tried this on my own computer, it works, but on some of my colleagues' computer didn't work, i don't know the reason.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.