mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Update notes in select hardware report
This commit is contained in:
+9
-7
@@ -44,14 +44,16 @@ class OCPE:
|
|||||||
while True:
|
while True:
|
||||||
self.u.head("Select hardware report")
|
self.u.head("Select hardware report")
|
||||||
print("")
|
print("")
|
||||||
print("Before generating the hardware report, please follow these steps:")
|
if os.name == "nt":
|
||||||
print("")
|
print("\033[1;36m", end="")
|
||||||
print(" 1. Install all available drivers if possible (skip if using Windows PE)")
|
print("Note:")
|
||||||
print(" 2. Use the latest version of Hardware Sniffer for manual export (if applicable)")
|
print("- Ensure you are using the latest version of Hardware Sniffer before generating the hardware report.")
|
||||||
if self.hardware_sniffer:
|
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("")
|
||||||
print("E. Export hardware report (Recommended) - This ensures the best results!")
|
|
||||||
print("")
|
|
||||||
print("Q. Quit")
|
print("Q. Quit")
|
||||||
print("")
|
print("")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user