Monday, December 8, 2008

How To Delete All The Active Connections From Local Computer

From Microsoft's Knowledge Base...

You can use the following command to delete Active Connections on a local computer:

Net Use * /delete.

The above command deletes all the active connections in local computer.

Please note this command can also be used on remote computer. Please see the Net help use for more options.

To connect from the command line... net use x: \\server\share /user:domain\username

No comments: