With the client already uninstalled, the script was started to delete all the network interfaces created by harmony connect:
The delete command is this:
echo off "C:\Program Files\CheckPoint\Harmony Connect\resources\tools\openvpn\tapctl.exe" list > output.log FOR /F %%G IN (output.log) DO ( "C:\Program Files\ CheckPoint\Harmony Connect\resources\tools\openvpn\tapctl.exe" delete %%G echo "Was removed "+%%G )
It was placed inside a txt. and named with this name: adapter_cleaner.bat, then run as administrator.
At each new step it is important to identify if the Connect service is still running and stop it:
From this link you will need to download the file that has the uncorrupted driver:
https://swupdate.openvpn.org/community/releases/OpenVPN-2.5.3-I601-amd64.msi
After the driver has finished executing, check if the connectors have been created:
netsh interface ipv4 show route
After this validation, it will be necessary to enter the CheckPoint folder and follow the paths of the images, and run as administrator. Then just follow by clicking enter on the page that will open at the command prompt:
At the end of these steps, just proceed with the installation of the Connect Client and check if the VPN will work.