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:
Homes32
2022-07-31 11:22:17 -05:00
parent 6fbda3c7e2
commit 9b02651cca

View File

@@ -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