Skip to content

Commit 487ee71

Browse files
authored
Update README.md
1 parent f1f9df9 commit 487ee71

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

125125
1. Download or clone this repository
126-
2. Run `SystemTester_FIXED.bat` (will request admin elevation)
126+
2. Run `SystemTester.bat` (will request admin elevation)
127127
3. Choose **Option 5** to auto-download Sysinternals Suite (first time only)
128128
4. Choose **Option 6** to set up GPU testing tools (optional)
129129
5. 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

256256
1. **Run Interactive Menu** — Select individual tests (includes GPU sub-options)
257257
2. **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

Comments
 (0)