Delete Network Drive Using Command Prompt (net use delete all)
Using the net use command, it may be possible to delete the specified mapped drive command line. For example, we can run the following command to disconnect the share shown below that has been mapped towards the drive z. Net use delete all – net use /del Z: The command below can be used to… Read More »