Tuesday, May 19, 2015

Clear Cached Credentials For A Network Share On A Windows Machine Without Rebooting

For checking the cached information's :-
  1. Open the command prompt (Run--->CMD)
  2. Execute the command : net use
  3. For Clearing cache :-  net use * /d
Eg:-
C:\>net use
New connections will be remembered.
Status       Local     Remote                    Network
-----------------------------------------------------------------------------
OK                     \\10.3.3.173\www          Microsoft Windows Network
Disconnected           \\192.168.172.219\IPC$    Microsoft Windows Network
The command completed successfully.
C:\>net use * /d
You have these remote connections:
                   \\10.3.3.173\www
                   \\192.168.172.219\IPC$
Continuing will cancel the connections.
Do you want to continue this operation? (Y/N) [N]:

No comments:

Post a Comment

bloggerwidgets