Essential Windows Commands to Fix Common PC Issues on Windows 10 and 11
This guide provides you with essential Windows commands and features to help fix a variety of PC-related issues, including slow boot times, crashes, and applications not opening. Whether you’re looking to resolve current problems or want a resource for future reference, these steps will enhance your Windows performance on both Windows 10 and 11.
Step 1: Back Up Important Data
Before making changes to your system, it is crucial to back up any important files or settings. Use an external hard drive or cloud service to ensure that your data is secure.
Step 2: Open Command Prompt
To access the commands, you need to open the Command Prompt as an administrator.
- Press the Windows key.
- Type
cmd
orCommand Prompt
. - Right-click on it and select
Run as administrator
. - Select
Yes
when prompted.
Step 3: Run System File Checker
Type the following command to check for and repair corrupted system files:
sfc /scannow
Press Enter and allow the process to complete. This may take some time. If errors are found, the system will attempt to repair them.
Step 4: Use DISM to Repair the Windows Image
If the SFC scan reported errors, run the following commands one at a time:
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
Each command will check and repair the Windows image, so wait for each to complete before moving to the next step.
Step 5: Restart Your PC
After completing the scans, close the Command Prompt. Restart your PC to ensure all updates are applied. After restarting, check for any available Windows updates:
- Click on the Windows button.
- Go to
Settings
. - Select
Update & Security
. - Click
Check for updates
.
Step 6: Utilize the Built-in Troubleshooters
If issues persist, utilize Windows troubleshooters:
- Go to
Settings
. - Select
System
, then scroll toRecovery
. - Run the built-in troubleshooters as needed.
Step 7: Reinstall Windows Components
If necessary, you can reinstall Windows components while keeping your files intact. Navigate to the Windows recovery options:
- Go to
Settings
. - Select
Update & Security
. - Choose
Recovery
and selectReinstall now
under the ‘Fix problems without resetting your PC’ section.
Follow the prompts to proceed with the reinstallation.
Step 8: Manually Force Update Windows
If your system isn’t receiving updates, manually download the Windows 10 or Windows 11 installation assistant from Microsoft’s website. Follow these steps:
- Go to Google and search for
Download Windows 10
orDownload Windows 11
. - Download the installation assistant and open the file.
- Follow the on-screen prompts to update your system.
Step 9: Last Resort – Reset Your PC
If all else fails, you can reset your PC:
- Go to
Settings
. - Select
Update & Security
. - Click on
Recovery
, then selectGet started
underReset this PC
. - Follow the instructions provided to reset your PC.
Extra Tips & Common Issues
Make sure to:
- Only perform these steps if you’re experiencing issues.
- Regularly check for virus and malware using reliable software.
- Keep your device drivers updated.
Conclusion
By following these steps, you can effectively troubleshoot and resolve common Windows issues. Staying proactive with updates and regular maintenance can help keep your system running smoothly. If needed, refer back to this guide for quick assistance in the future.