From 25f003357d527f0d8214812b7059cbff8673d1c4 Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Fri, 7 Feb 2025 17:37:43 +0700 Subject: [PATCH] Update notes in select hardware report --- OpCore-Simplify.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index 7b226ee..3ddd313 100644 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -44,14 +44,16 @@ class OCPE: while True: self.u.head("Select hardware report") print("") - print("Before generating the hardware report, please follow these steps:") - print("") - print(" 1. Install all available drivers if possible (skip if using Windows PE)") - print(" 2. Use the latest version of Hardware Sniffer for manual export (if applicable)") - if self.hardware_sniffer: + if os.name == "nt": + print("\033[1;36m", end="") + print("Note:") + print("- Ensure you are using the latest version of Hardware Sniffer before generating the hardware report.") + print("- Hardware Sniffer will not collect information related to Resizable BAR option of GPU (disabled by default) and monitor connections in Windows PE.") + print("\033[0m", end="") + if self.hardware_sniffer: + print("") + print("E. Export hardware report (Recommended)") print("") - print("E. Export hardware report (Recommended) - This ensures the best results!") - print("") print("Q. Quit") print("")