Hello, I'm having a really weird issue where I'm able to execute exactly one Maven command, after that if I try to execute another Maven command, the cursor in the command prompt just keeps blinking expecting for something to happen but after several hours nothing happen, I'm trying with basic commands like *mvn -v*, *mvn install*. While I'm waiting for the command to run, it doesn't react to *Ctrl+C*, usually that should stop whatever is running but I have to close the terminal using the X.
And if I restart the computer I'm able to execute exactly one command again before stop working. I have also noticed that after executing the Maven command also I'm not able to execute some .exe files, for example launching some programs by double clicking them, I see it in the *Task Manager* (in the *Background Processes* section) but it never opens, then if I restart the computer I'm able to open that program just fine but the same situation happens, no other programs can be opened after executing one Maven command. This problem is really tedious since I have to restart the computer every time I need to execute a Maven command. Has anyone else seen this problem?