|
| 1 | +🛠️ Troubleshooting |
| 2 | +"Sysinternals tools not found" |
| 3 | +Solution: Use launcher Menu Option 5 to auto-download, or manually download from live.sysinternals.com |
| 4 | + |
| 5 | +"Execution policy" errors |
| 6 | +Solution: Use launcher Menu Option 3, or run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force |
| 7 | + |
| 8 | +"Access denied" / Permission errors |
| 9 | +Solution: Right-click launcher and choose "Run as administrator" |
| 10 | + |
| 11 | +Script crashes immediately on startup (v2.2 original only) |
| 12 | +Solution: ✅ FIXED - Use SystemTester.ps1 instead. Original had missing Initialize-Environment function. |
| 13 | + |
| 14 | +Tool verification (Menu Option 4) crashes |
| 15 | +Solution: ✅ FIXED - Use SystemTester.bat and SystemTester.ps1. Missing function has been added. |
| 16 | + |
| 17 | +AMD GPU not detected (multi-GPU systems) |
| 18 | +Solution: ✅ FIXED - Script now checks ALL registry subkeys (\0000, \0001, \0002, etc.), not just \0000. |
| 19 | + |
| 20 | +GPU-Z appears corrupted |
| 21 | +Solution: ✅ FIXED - Launcher now validates file size (should be >1MB). Re-download if size is too small. |
| 22 | + |
| 23 | +SMART test runs DISM/SFC instead |
| 24 | +Solution: ✅ FIXED - Incorrect code has been removed from SMART test function. |
| 25 | + |
| 26 | +Windows Update check fails |
| 27 | +Solution: Ensure Windows Update service is running; may require administrator rights |
| 28 | + |
| 29 | +GPU tests show "SKIPPED" |
| 30 | +Solution: |
| 31 | + |
| 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: |
| 39 | + |
| 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 |
0 commit comments