mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
Fixed an issue preventing network services from being installed if no NIC's were present.
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user