For checking the cached information's :-
- Open the command prompt (Run--->CMD)
- Execute the command :- net use
- 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