Question: Windows Update Issues
Problem
Following Windows Update weeks ago, experiencing issues with desktop PC. Symptoms: PC crashes after a few minutes of usage.
Troubleshooting Steps Taken
- Performed a system restore
- Updated drivers
- Run Windows Update Troubleshooter
- Performed a clean boot
- Performed a SFC scan
- Reset the PC
Additional Information
Believe exhausted troubleshooting options available.
Hardware Information
- Intel Core i5 7600K
- 16GB DDR4 RAM
- NVIDIA GeForce GTX 1060 6GB
- 500GB SSD
- Windows 10 Home Edition
Code Snippet
// Example of a C++ code snippet to demonstrate the issue
#include
int main() {
int i = 0;
while (true) {
std::cout << "Hello, World!
";
i++;
}
return 0;
}