Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. This is how i got it to work (OpenVPN GUI and Private Internet Access (PIA). No rebooting required:
  2.  
  3. uninstall all tap adapters in device manager>network adapters
  4. install openvpn with default options
  5. https://swupdate.openvpn.org/community/releases/openvpn-install-2.3.6-I603-x86_64.exe
  6. add string value/data ComponentId/tap0901 (REG_SZ) with regedit
  7. value name=ComponentId
  8. value data=tap0901
  9. to key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\[0001]
  10. where [0001] stands for the instance on your system in which you find the REG_SZ string with
  11. value name=ProductName
  12. value data=TAP-Windows Adapter V9
  13. disable and enable TAP-Windows Adapter V9 in device manager>network adapters to reinitialize the driver with the newly added ComponentId
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement