Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
DP123
Participant

Hi Chris,


I managed to track it down.

In the end I saw that it is still installed just the Network Adapter is missing.

I found this article: ( I amended the steps from it as the folder was missing and there is a reboot requirement) 

https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solut...

  1. Open regedit on the Windows machine.
  2. Go to:
    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DeviceInstall\Parameters\
  3. Change the value of the "DeviceInstallDisabled" to "0" (if the registry key doesn't exist, create a new DWORD key).
  4. Reboot the client machine.
  5. Open the Windows Command Prompt as Administrator.
  6. Go to:
    cd "C:\Program Files (x86)\CheckPoint\Endpoint Security\"
  7. Uninstall the VNA driver:
    vna_utils.exe -ap vna dev remove_ex netvna.inf cp_apvna
  8. Re-install the VNA adapter:
    vna_utils.exe -ap vna dev install netvna.inf cp_apvna
  9. Stop and start the Endpoint processes:
    trac stop
    trac start
  10. Reboot
  11. Connect to VPN.

 

This worked on 1 users laptop. I have not had a chance to test this on the other user yet.

(1)
Who rated this post