process.destroyFocibly() is not destroying net use command
In a windows 10 OS, I am trying to map a network drive using net use command with a timeout. If command is not completed withing timeout I want to kill that command and throw exception. Here is my code