|
|
Brett Serkez schrieb: > I've been researching and have as yet to find a way to hide the TAP tray icon. > > Does anyone know how to do this? > Look into the GUI installer source. The GUI installer uses a different .inf file ;----------------- Characteristics ------------ ; NCF_PHYSICAL = 0x04 ; NCF_VIRTUAL = 0x01 ; NCF_SOFTWARE_ENUMERATED = 0x02 ; NCF_HIDDEN = 0x08 ; NCF_NO_SERVICE = 0x10 ; NCF_HAS_UI = 0x80 ;----------------- Characteristics ------------ [tap0901.ndi] CopyFiles = tap0901.driver, tap0901.files AddReg = tap0901.reg AddReg = tap0901.params.reg Characteristics = 0x89 So the characteristics here show the TAP as hidden, virtual with a UI cheers Erich ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |