diff --git a/Projects/PhoenixPE/Components/320-Audio.script b/Projects/PhoenixPE/Components/320-Audio.script index 4a301a1..49a2dba 100644 --- a/Projects/PhoenixPE/Components/320-Audio.script +++ b/Projects/PhoenixPE/Components/320-Audio.script @@ -35,8 +35,8 @@ Author=Homes32 Level=4 Selected=True Mandatory=False -Version=1.2.2.0 -Date=2023-09-10 +Version=1.2.1.0 +Date=2024-01-12 [Variables] @@ -305,14 +305,14 @@ If,ExistFile,"%TargetSystem32%\AudioSrvPolicyManager.dll",Begin If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\AudioSrvPolicyManager.dll] failed. Audio may not be available under the SYSTEM session. The error returned was [#r].",WARN End Else,Begin - // 10.0.22621.1485 - We will try this patch even if a more recent version is present + // 10.0.22621.1485+ ShellExecute,Hide,"%Tools%\%HostArch%\binmay.exe","-v -u #$q%TargetSystem32%\AudioSrvPolicyManager.dll#$q -s 83FF017426 -r 83FF01EB26" If,Not,#r,Equal,0,Echo,"ERROR: Patching [%TargetSystem32%\AudioSrvPolicyManager.dll] failed. Audio may not be available under the SYSTEM session. The error returned was [#r].",WARN End End // Warn if AudioSrvPolicyManager.dll version is unverified, as the patch will most likely fail to find a match -If,%AudioSrvPolicyManagerVersion%,Bigger,10.0.22621.1485,Echo,"WARNING: [%TargetSystem32%\AudioSrvPolicyManager.dll] version [%AudioSrvPolicyManagerVersion%] has not been verified to work with this patch. Audio may not be available under the SYSTEM session. Please check the log for details.",WARN +If,%AudioSrvPolicyManagerVersion%,Bigger,10.0.22621.2506,Echo,"WARNING: [%TargetSystem32%\AudioSrvPolicyManager.dll] version [%AudioSrvPolicyManagerVersion%] has not been verified to work with this patch. Audio may not be available under the SYSTEM session. Please check the log for details.",WARN [#ToggleStartupSound#] // =============================================================================================================================== diff --git a/Projects/PhoenixPE/Shell/051-StartAllBack.script b/Projects/PhoenixPE/Shell/051-StartAllBack.script index f511588..237d09d 100644 --- a/Projects/PhoenixPE/Shell/051-StartAllBack.script +++ b/Projects/PhoenixPE/Shell/051-StartAllBack.script @@ -35,8 +35,8 @@ Author=Homes32 Level=3 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2022-12-25 +Version=1.0.1.0 +Date=2024-01-12 [Variables] %ProgramFolder%=StartAllBack @@ -44,7 +44,7 @@ Date=2022-12-25 %DownloadURL%=https://www.startallback.com/download.php // Latest version of StartAllBack that has been confirmed working with this project. // New versions have a history of breaking in PE so we warn the user of the possibility there will be issues. -%SupportedVer%=3.6.13.4715 +%SupportedVer%=3.7.3.4855 [Process] Echo,"Configuring [ StartAllBack ] as the start menu..."