OpenVPN / tap-windows6

Windows TAP driver (NDIS 6)
Other
788 stars 237 forks source link

Windows 10 remove tap failed #39

Open CanadianJeff opened 7 years ago

CanadianJeff commented 7 years ago
C:\Program Files\TAP-Windows\bin>tapinstall.exe remove tap0901
ROOT\NET\0000                                               : Remove failed
No devices were removed.
CanadianJeff commented 7 years ago

uninstalling tap-windows in add/remove leaves the driver installed

C:\Program Files\TAP-Windows\bin>sc query tap0901

SERVICE_NAME: tap0901
        TYPE               : 1  KERNEL_DRIVER
        STATE              : 4  RUNNING
                                (STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
        WIN32_EXIT_CODE    : 0  (0x0)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
CanadianJeff commented 7 years ago
C:\Program Files\TAP-Windows\bin>sc query tapoas

SERVICE_NAME: tapoas
        TYPE               : 1  KERNEL_DRIVER
        STATE              : 1  STOPPED
        WIN32_EXIT_CODE    : 1077  (0x435)
        SERVICE_EXIT_CODE  : 0  (0x0)
        CHECKPOINT         : 0x0
        WAIT_HINT          : 0x0
CanadianJeff commented 7 years ago

do NOT type tapinstall.exe remove * lol oh my god

mattock commented 7 years ago

Prior to running "tapinstall.exe remove tap0901" was the tap0901 service running? Were any services that depended on the tap0901 service running? For example, OpenVPNService depends on tap0901 service.