@@ -97,8 +97,8 @@ Version 2.2 introduces comprehensive GPU testing capabilities, advanced network
9797
9898```
9999📂 SystemTester/
100- ├── 📄 SystemTester_FIXED .ps1 # Main PowerShell script (USE THIS)
101- ├── 📄 SystemTester_FIXED .bat # Batch launcher (USE THIS)
100+ ├── 📄 SystemTester .ps1 # Main PowerShell script (USE THIS)
101+ ├── 📄 SystemTester .bat # Batch launcher (USE THIS)
102102├── 📄 README.md # This file
103103├── 📄 LICENSE # MIT License
104104├── 📂 Sysinternals/ # Auto-created by launcher
@@ -123,7 +123,7 @@ Version 2.2 introduces comprehensive GPU testing capabilities, advanced network
123123### Option A: Batch Launcher (Recommended)
124124
1251251 . Download or clone this repository
126- 2 . Run ` SystemTester_FIXED .bat` (will request admin elevation)
126+ 2 . Run ` SystemTester .bat` (will request admin elevation)
1271273 . Choose ** Option 5** to auto-download Sysinternals Suite (first time only)
1281284 . Choose ** Option 6** to set up GPU testing tools (optional)
1291295 . Choose ** Option 1** for interactive menu or ** Option 2** to run all tests
@@ -133,10 +133,10 @@ Version 2.2 introduces comprehensive GPU testing capabilities, advanced network
133133
134134``` powershell
135135# Interactive menu
136- powershell -ExecutionPolicy Bypass -File .\SystemTester_FIXED .ps1
136+ powershell -ExecutionPolicy Bypass -File .\SystemTester .ps1
137137
138138# Run all tests automatically
139- powershell -ExecutionPolicy Bypass -File .\SystemTester_FIXED .ps1 -AutoRun
139+ powershell -ExecutionPolicy Bypass -File .\SystemTester .ps1 -AutoRun
140140```
141141
142142### ** First-Time Setup**
@@ -251,7 +251,7 @@ For detailed output, see: SystemTest_Detailed_20250103_143022.txt
251251
252252## 🔧 Launcher Menu Options
253253
254- The batch launcher (` SystemTester_FIXED .bat` ) provides:
254+ The batch launcher (` SystemTester .bat` ) provides:
255255
2562561 . ** Run Interactive Menu** — Select individual tests (includes GPU sub-options)
2572572 . ** Run ALL Tests Automatically** — Complete system scan with auto-report
@@ -288,10 +288,10 @@ When you select GPU testing in the PowerShell menu, you can:
288288** Solution:** Right-click launcher and choose "Run as administrator"
289289
290290### Script crashes immediately on startup (v2.2 original only)
291- ** Solution:** ✅ ** FIXED** - Use ` SystemTester_FIXED .ps1` instead. Original had missing ` Initialize-Environment ` function.
291+ ** Solution:** ✅ ** FIXED** - Use ` SystemTester .ps1` instead. Original had missing ` Initialize-Environment ` function.
292292
293293### Tool verification (Menu Option 4) crashes
294- ** Solution:** ✅ ** FIXED** - Use ` SystemTester_FIXED .bat` and ` SystemTester_FIXED .ps1` . Missing function has been added.
294+ ** Solution:** ✅ ** FIXED** - Use ` SystemTester .bat` and ` SystemTester .ps1` . Missing function has been added.
295295
296296### AMD GPU not detected (multi-GPU systems)
297297** Solution:** ✅ ** FIXED** - Script now checks ALL registry subkeys (\0000, \0001, \0002, etc.), not just \0000.
0 commit comments