Ozzie.eu

Love to code, although it bugs me.

Showing posts with label vpn. Show all posts
Showing posts with label vpn. Show all posts

Cisco VPN on Windows 8: Failed to Enable Virtual Adapter

After migrating my laptop to Windows 8 RTM, I installed Cisco VPN client software. All went well but when trying to connect to my workplace VPN, I got the error “Failed to enable virtual adapter”.

The problem is that, for some unknown reason, the adapter’s name get’s garbled on your windows registry.

The solution lies on the following steps:

  1. Open Registry editor by typingregedit in Run prompt
  2. Browse to the Registry Key: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\CVirtA
  3. Select the DisplayName to modify, and remove the leading characters from the value data up to "%;" i.e. for x64, change the value data from something like " @oem8 .inf,%CVirtA_Desc%;Cisco Systems VPN Adapter for 64-bit Windows” to "Cisco Systems VPN Adapter for 64-bit Windows”
  4. Try connecting again

Good luck!