mirror of
https://github.com/slorelee/wimbuilder2.git
synced 2025-05-06 18:25:51 +08:00
update 02-Network/main.bat
This commit is contained in:
parent
9ecf89e5c9
commit
b97218e5e6
@ -9,6 +9,11 @@ if "x%opt[component.PPPoE]%"=="xtrue" (
|
||||
if not exist "%X_SYS%\wlanapi.dll" (
|
||||
call :ApplySubPatch "..\00-Boot2WinRE" _WinPE-WiFi-Package.bat
|
||||
)
|
||||
|
||||
if "x%opt[build.registry.software]%"=="xfull" (
|
||||
reg add "HKLM\Tmp_SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\Capabilities\wlanLocationBypass" /v RequireWindowsCert /t REG_DWORD /d 0 /f
|
||||
)
|
||||
|
||||
call _networktrayicon.bat
|
||||
call full_functional.bat
|
||||
call netdrivers.bat
|
||||
|
Loading…
x
Reference in New Issue
Block a user