Fixed an issue preventing network services from being installed if no NIC's were present.

This commit is contained in:
Homes32
2022-12-26 11:47:15 -06:00
parent ebb4948fda
commit 06f891e608
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Notable changes to the PhoenixPE project.
### Changed
### Fixed
- Fixed an issue preventing network services from being installed if no NIC's were present.
### Removed

View File

@@ -92,7 +92,7 @@ If,%PENMini_MinimizeToTray%,Equal,"Yes",RegWrite,HKLM,0x4,"Tmp_Software\PENetwor
Else,RegWrite,HKLM,0x4,"Tmp_Software\PENetwork","CloseToTray",0
// Force install network services even if no NICs are detected (missing GUI option)
RegWrite,HKLM,0x1,"Tmp_Software\PENetwork,ForceServices",1
RegWrite,HKLM,0x1,"Tmp_Software\PENetwork","ForceServices",1
// Custom Wireless Config
If,%cb_AutoConnectWifi%,Equal,True,Run,%ScriptFile%,PENetwork-AutoConnectWifi