2023년 3월 22일 수요일

Disconnect the shared folder connection session (you can re-enter the account password)

Once you log in to the shared folder, you will not be asked for your account ID/PWD the next time you connect.

In case you want to re-enter or need to log in with a different ID, here is how to disconnect the session.

The command used at this time will be "net use".

First open a prompt window. (Start->Run->cmd)

 
 
If you execute the "net use" command, the target PC name where the current session is maintained is displayed. (\\Computer\IPC$)
 
Now that you have verified the name, you can use the verified name to delete it.
 
Easy, right? As in the important point here net use \\Computer\IPC$ /delete
 
You must use the computer name you checked in "net use" at first to disconnect the session.
 
Usually, when logging into an account, the target PC address is entered only in the \\Computer format, but actually check it with net use
 
If you look at it, \IPC$ is added. Be sure to write down the full name checked in net use

댓글 없음:

댓글 쓰기

Disconnect the shared folder connection session (you can re-enter the account password)

Once you log in to the shared folder, you will not be asked for your account ID/PWD the next time you connect. In case you want to re-enter ...