From 06f891e60801c5f5223b9bc0ef70d6739ea60370 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Mon, 26 Dec 2022 11:47:15 -0600 Subject: [PATCH] Fixed an issue preventing network services from being installed if no NIC's were present. --- CHANGELOG.md | 1 + Projects/PhoenixPE/Components/310-Networking.script | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65aa785..6512b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Projects/PhoenixPE/Components/310-Networking.script b/Projects/PhoenixPE/Components/310-Networking.script index 6529b5f..5c20f73 100644 --- a/Projects/PhoenixPE/Components/310-Networking.script +++ b/Projects/PhoenixPE/Components/310-Networking.script @@ -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