|
1 | | -🛠️ Troubleshooting |
2 | | -"Sysinternals tools not found" |
3 | | -Solution: Use launcher Menu Option 5 to auto-download, or manually download from live.sysinternals.com |
| 1 | +## 🛠️ Troubleshooting |
4 | 2 |
|
5 | | -"Execution policy" errors |
6 | | -Solution: Use launcher Menu Option 3, or run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force |
| 3 | +### "Sysinternals tools not found" |
| 4 | +**Solution:** Use launcher Menu Option 5 to auto-download, or manually download from [live.sysinternals.com](https://live.sysinternals.com) |
7 | 5 |
|
8 | | -"Access denied" / Permission errors |
9 | | -Solution: Right-click launcher and choose "Run as administrator" |
| 6 | +### "Execution policy" errors |
| 7 | +**Solution:** Use launcher Menu Option 3, or run: `Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force` |
10 | 8 |
|
11 | | -Script crashes immediately on startup (v2.2 original only) |
12 | | -Solution: ✅ FIXED - Use SystemTester.ps1 instead. Original had missing Initialize-Environment function. |
| 9 | +### "Access denied" / Permission errors |
| 10 | +**Solution:** Right-click launcher and choose "Run as administrator" |
13 | 11 |
|
14 | | -Tool verification (Menu Option 4) crashes |
15 | | -Solution: ✅ FIXED - Use SystemTester.bat and SystemTester.ps1. Missing function has been added. |
| 12 | +### Script crashes immediately on startup (v2.2 original only) |
| 13 | +**Solution:** ✅ **FIXED** - Use `SystemTester.ps1` instead. Original had missing `Initialize-Environment` function. |
16 | 14 |
|
17 | | -AMD GPU not detected (multi-GPU systems) |
18 | | -Solution: ✅ FIXED - Script now checks ALL registry subkeys (\0000, \0001, \0002, etc.), not just \0000. |
| 15 | +### Tool verification (Menu Option 4) crashes |
| 16 | +**Solution:** ✅ **FIXED** - Use `SystemTester.bat` and `SystemTester.ps1`. Missing function has been added. |
19 | 17 |
|
20 | | -GPU-Z appears corrupted |
21 | | -Solution: ✅ FIXED - Launcher now validates file size (should be >1MB). Re-download if size is too small. |
| 18 | +### AMD GPU not detected (multi-GPU systems) |
| 19 | +**Solution:** ✅ **FIXED** - Script now checks ALL registry subkeys (\0000, \0001, \0002, etc.), not just \0000. |
22 | 20 |
|
23 | | -SMART test runs DISM/SFC instead |
24 | | -Solution: ✅ FIXED - Incorrect code has been removed from SMART test function. |
| 21 | +### GPU-Z appears corrupted |
| 22 | +**Solution:** ✅ **FIXED** - Launcher now validates file size (should be >1MB). Re-download if size is too small. |
25 | 23 |
|
26 | | -Windows Update check fails |
27 | | -Solution: Ensure Windows Update service is running; may require administrator rights |
| 24 | +### SMART test runs DISM/SFC instead |
| 25 | +**Solution:** ✅ **FIXED** - Incorrect code has been removed from SMART test function. |
28 | 26 |
|
29 | | -GPU tests show "SKIPPED" |
30 | | -Solution: |
| 27 | +### Windows Update check fails |
| 28 | +**Solution:** Ensure Windows Update service is running; may require administrator rights |
31 | 29 |
|
32 | | -For NVIDIA: Install latest drivers from nvidia.com |
33 | | -For AMD: Install latest drivers from amd.com/support |
34 | | -nvidia-smi is included with NVIDIA drivers |
35 | | -Some GPU tests don't require special tools and should always work |
36 | | -Note: AMD detection now properly checks all registry locations |
37 | | -Tests taking too long |
38 | | -Expected: Some tests are intentionally slow: |
| 30 | +### GPU tests show "SKIPPED" |
| 31 | +**Solution:** |
| 32 | +- For NVIDIA: Install latest drivers from nvidia.com |
| 33 | +- For AMD: Install latest drivers from amd.com/support |
| 34 | +- nvidia-smi is included with NVIDIA drivers |
| 35 | +- Some GPU tests don't require special tools and should always work |
| 36 | +- **Note:** AMD detection now properly checks all registry locations |
39 | 37 |
|
40 | | -CPU Performance: 10-30 seconds |
41 | | -Power/Energy Report: 15-20 seconds (admin only) |
42 | | -Windows Update Search: 30-90 seconds |
43 | | -DISM/SFC Scans: 5-15 minutes each (admin only) |
44 | | -DirectX Diagnostics (dxdiag): Up to 50 seconds |
| 38 | +### Tests taking too long |
| 39 | +**Expected:** Some tests are intentionally slow: |
| 40 | +- CPU Performance: 10-30 seconds |
| 41 | +- Power/Energy Report: 15-20 seconds (admin only) |
| 42 | +- Windows Update Search: 30-90 seconds |
| 43 | +- DISM/SFC Scans: 5-15 minutes each (admin only) |
| 44 | +- DirectX Diagnostics (dxdiag): Up to 50 seconds |
| 45 | + |
| 46 | +--- |
0 commit comments