本帖最后由 sairen139 于 2026-4-4 16:38 编辑
Windows11高版本pe支持wifi7无线网卡正常上网所需依赖的驱动文件WifiCx.sys以及它的SYSTEM服务分享仅为新无线硬件需要的一点折腾经验
wifi7正常上网除了驱动文件WifiCx.sys以和它的SYSTEM服务外还依赖的驱动ExecutionContext.sys
新的wifi7驱动需要WifiCx.sys和ExecutionContext.sys的服务如下可离线导入:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\sys\ControlSet001\Services\Wificx]
"DependOnService"=hex(7):4e,00,65,00,74,00,41,00,64,00,61,00,70,00,74,00,65,00,\
72,00,43,00,78,00,00,00,00,00
"DisplayName"="Wifi Network Adapter Class Extension"
"ErrorControl"=dword:00000001
"ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
72,00,69,00,76,00,65,00,72,00,73,00,5c,00,57,00,69,00,66,00,69,00,43,00,78,\
00,2e,00,73,00,79,00,73,00,00,00
"Start"=dword:00000003
"Type"=dword:00000001
[HKEY_LOCAL_MACHINE\sys\ControlSet001\Services\Wificx\Parameters]
"LogPages"=dword:00000002
"WppRecorder_UseTimeStamp"=dword:00000001
[HKEY_LOCAL_MACHINE\sys\ControlSet001\Control\Wdf\Kmdf\WifiCx\Versions\1\1]
"Service"="WifiCx"
[HKEY_LOCAL_MACHINE\sys\ControlSet001\Services\ExecutionContext]
"BootFlags"=dword:00000001
"DisplayName"="@%SystemRoot%\\System32\\Drivers\\ExecutionContext.sys,-101"
"ErrorControl"=dword:00000001
"Group"="PNP_TDI"
"ImagePath"=hex(2):53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\
72,00,69,00,76,00,65,00,72,00,73,00,5c,00,45,00,78,00,65,00,63,00,75,00,74,\
00,69,00,6f,00,6e,00,43,00,6f,00,6e,00,74,00,65,00,78,00,74,00,2e,00,73,00,\
79,00,73,00,00,00
"Start"=dword:00000003
"Type"=dword:00000001
[HKEY_LOCAL_MACHINE\sys\ControlSet001\Services\ExecutionContext\Parameters\Reserved\ExecutionContextProfiles\Balanced]
"DispatchTimeWarning"=dword:00002710
"DispatchTimeWarningInterval"=dword:0036ee80
"DpcWatchdogTimerThreshold"=dword:00000050
"Flags"=dword:00000000
"MaxTimeAtDispatch"=dword:00000000
"WorkerThreadPriority"=dword:0000000a
PS:有一点疑惑目前唯有26100之后的pe支持wifi7,那么如果把以前的pe替换该26100版本以后的这个驱动和它的依赖文件,是否可以让老版本的pe也支持wifi7正常上网
|