MHimken / WinRE-Customization

WinRE Customization to apply patches, drivers and soon™ language packs
https://manima.de/2023/01/modify-winre-patches-drivers-and-cve-2022-41099/
MIT License
61 stars 8 forks source link

Localization issues #3

Closed tobiasabele closed 1 year ago

tobiasabele commented 1 year ago

Seems the script only works well on English Windows versions. The output of "ReAgentC.exe /disable" on a German Windows is "REAGENTC.EXE: Vorgang erfolgreich" so "success" does not match and it fails. Would recommend to use the exitcode of the exe ($LASTEXITCODE -eq 0" instead.

MHimken commented 1 year ago

Hey @tobiasabele thanks for pointing this out! Check out Version 2.2 from today, this should fix your issue. Please also pay close attention to the changes regarding usage syntax. If anything else comes up let me know.

Regards Martin

MHimken commented 1 year ago

@tobiasabele I'll close this for now - I assume the issues have been fixed with the major update.

Regards Martin