Thank you for your quick response.
You can follow steps below to help resolve the Error 633 further:
- Press Windows key+R, type regedit in the Run box and then click OK.
- In the Registry Editor, locate and then click the following registry subkey:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services|Tcpip\Parameters
- On the Edit menu, point to New and click Multi-String Value.
- Rename the multi-string value as ReservedPorts, and then double-click ReservedPorts.
- In the Value data box, type the ports used by your VPN so that we may reserve it (i.e. 1723-1723 if the port is only 1723 and not a range of ports).
- Exit to Registry Editor.
You can use netstat command to find the program that uses the port. Then end the process for that program.
- Type cmd in the search box, right click Command Prompt and then select Run as Administrator.
- In the command prompt type the following command:
- netstat -aon (A- To display all connections and listening ports, O- To displays the owning process ID associated with each connection, and N- To displays addresses and port numbers in numerical form).
- At the command prompt, type the following command and press Enter:
- Taskkill /PID PID /F (The taskkill commands ends the process that corresponds to the process ID number. The /F option is used to forcefully end the process.
- Type exit on the command prompt and press Enter to quit the command prompt.
- Restart your computer.
NOTE: It is important to back up first your registry.
Let us know how it goes.
Regards,
If you find this helpful, feel free to mark as answer.