wintun Failed to setup adapter的问题处理

Creating adapter
Timed out waiting for device query: The wait operation timed out. (Code 0x00000102)
Failed to setup adapter (problem code: 0x1C, ntstatus: 0xC0000490): There was no match for the specified key in the index. (Code 0x00000491)
no TUN failure diagnostics for OS "windows"  

 

问题原因:wintun卸载后没有正常删除驱动

解决方式:以管理员身份cmd运行如下命令

dism /online /get-drivers /format:table | findstr /i wintun

  

image

 

复制第一条数据,如 oem9.inf  (实际看你的情况)

 

然后执行

pnputil.exe /d  oem9.inf 


posted @ 2025-08-01 18:12  异地远程联网技术  阅读(46)  评论(0)    收藏  举报