Reported when eSight is installed on Windows:
'The XXX port reserved by the system is occupied and the installation cannot continue'.
Execute netstat –ano | findstr “XXX port” to query the process PID of the occupied port.
Then execute tasklist | findstr "PID" to query the process name of the process. After confirming, you can continue to install the eSight after the task management kills the process.