mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-17 02:28:09 +02:00
Fix an issue where the WLAN service would not start
RegWrite MultiSZ for WlanSvc dependencies was being written as a single string instead of a null terminated list.
This commit is contained in:
@@ -36,8 +36,8 @@ Author=Homes32
|
||||
Level=4
|
||||
Selected=True
|
||||
Mandatory=False
|
||||
Version=1.6.2.0
|
||||
Date=2022-06-25
|
||||
Version=1.6.3.0
|
||||
Date=2022-07-31
|
||||
|
||||
[Variables]
|
||||
%ProgramFolder%="PENetwork"
|
||||
@@ -581,7 +581,7 @@ RegCopy,HKLM,"Tmp_Install_System\ControlSet001\Services\LanmanWorkstation",HKLM,
|
||||
RegWrite,HKLM,0x4,"Tmp_System\ControlSet001\Services\LanmanWorkstation\Parameters","AllowInsecureGuestAuth",1
|
||||
RegCopy,HKLM,"Tmp_Install_System\ControlSet001\Control\NetTrace\Scenarios\WLAN",HKLM,"Tmp_System\ControlSet001\Control\NetTrace\Scenarios\WLAN"
|
||||
RegCopy,HKLM,"Tmp_Install_System\ControlSet001\Services\WlanSvc",HKLM,"Tmp_System\ControlSet001\Services\WlanSvc"
|
||||
RegWrite,HKLM,0x7,"Tmp_System\ControlSet001\Services\WlanSvc","DependOnService","nativewifip,RpcSs,Ndisuio,wcmsvc",NOWARN
|
||||
RegWrite,HKLM,0x7,"Tmp_System\ControlSet001\Services\WlanSvc","DependOnService","nativewifip","RpcSs","Ndisuio","wcmsvc",NOWARN
|
||||
|
||||
If,%SourceVer%,BiggerEqual,10.0.17000.0,Begin
|
||||
RegWrite,HKLM,0x4,"Tmp_System\ControlSet001\Services\WlanSvc","ErrorControl",1
|
||||
|
Reference in New Issue
Block a user