Hello Syed,
Thank you for your question and for reaching out with your question today.
I'm sorry to hear about the issues you're facing with your laptop. Here are some steps you can try to troubleshoot the problems:
- Update Graphics Drivers: Outdated or incompatible graphics drivers can cause various display-related issues. Visit the manufacturer's website for your laptop's graphics card and download the latest drivers. Install them and restart your laptop to see if the issue is resolved.
- Run System File Checker (SFC) Scan: The System File Checker tool scans for and repairs corrupted system files. Open the Command Prompt as an administrator and run the following command:
Allow the scan to complete, and if any corrupted files are found, let SFC attempt to repair them.sfc /scannow - Check for Malware: Perform a full scan of your laptop using an updated antivirus or anti-malware program. Malware infections can cause system slowdowns and erratic behavior. Make sure your antivirus software is up to date and perform a thorough scan.
- Check for Disk Errors: Use the built-in Windows utility called "Check Disk" to scan and repair any disk errors. Open Command Prompt as an administrator and run the following command:
Replace "C:" with the drive letter of your system drive if it's different. Follow the prompts to schedule a disk check and restart your laptop. The scan will run during the reboot process.chkdsk C: /f - Perform a Clean Boot: Perform a clean boot to start Windows with only essential services and startup programs. This helps identify if any third-party software is causing conflicts. Here's how to do it:
- Press Windows + R, type "msconfig," and hit Enter.
- In the System Configuration window, go to the "Services" tab, check the "Hide all Microsoft services" box, and click "Disable all."
- Next, go to the "Startup" tab and click "Open Task Manager."
- In the Task Manager window, disable all startup programs by right-clicking each entry and selecting "Disable."
- Close Task Manager and go back to the System Configuration window. Click "Apply" and then "OK."
- Restart your laptop and check if the issues are resolved. If they are, you can selectively enable services and startup programs to identify the problematic one.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
If the reply was helpful, please don’t forget to upvote or accept as answer.