Disconnect all network drive connections

Hits: Failed to execute CGI : Win32 Error Code = 3


A quick method to delete all network connections is

net use * /del /yes

This could be placed in a batch file with a shortcut if you are not a command line person.