Skip to content

Commit b54e6ee

Browse files
authored
Update Troubleshooting.md
1 parent fe7101a commit b54e6ee

1 file changed

Lines changed: 35 additions & 33 deletions

File tree

Troubleshooting/Troubleshooting.md

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,46 @@
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
42

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)
75

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`
108

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"
1311

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.
1614

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.
1917

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.
2220

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.
2523

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.
2826

29-
GPU tests show "SKIPPED"
30-
Solution:
27+
### Windows Update check fails
28+
**Solution:** Ensure Windows Update service is running; may require administrator rights
3129

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
3937

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

Comments
 (0)