Category: Windows
How to delete cached network connections in Windows – “net use”
NET USE / net use commands
To List the currently cached connections:
C:UsersAdministrator>net use New connections will be remembered. Status Local Remote Network ------------------------------------------------------------------------------- Disconnected 188.65.36.213IPC$ Microsoft Windows Network Disconnected 188.65.36.215IPC$ Microsoft Windows Network The command completed successfully.
To delete the second connection from the above list:
C:UsersAdministrator>net use 188.65.36.215IPC$ /DELETE 188.65.36.215IPC$ was deleted successfully.
Tags:
windows