Windows Keeps Crashing? Fix It FAST with These 10 Commands
Windows Keeps Crashing? Fix It FAST with These 10 Commands
Stop the Blue Screen of Death (BSOD) for good! π»π«
If your PC is freezing, restarting randomly, or showing constant error messages, you donβt need to be a tech genius to fix it. In this video, weβre diving into the Command Prompt (CMD) to run the 10 most powerful repair commands that every Windows user should know.
From repairing corrupted system files with SFC Scannow to fixing boot errors and deep-cleaning your Windows image with DISM, these steps are designed to get your computer running like newβFAST.
In this video, you will learn:
How to run CMD as an Administrator.
The difference between SFC and DISM (and why you need both).
How to fix internet connectivity and DNS issues via terminal.
Advanced boot repair commands to save a “dead” PC.
Commands featured in this video:
Right Click on Start, Click on Terminal with Administrator.
scans the integrity of protected system files and repairs corrupt, missing, or damaged files by replacing them with a cached healthy version
sfc /scannow
π Check if image is repairable
DISM /Online /Cleanup-Image /AnalyzeComponentStore
Removes old component versions
DISM /Online /Cleanup-Image /StartComponentCleanup
π Repair using Windows Update
DISM /Online /Cleanup-Image /RestoreHealth
Aggressive cleanup (recommended occasionally)
DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase
π Repair using a local source (ISO/USB)
DISM /Online /Cleanup-Image /RestoreHealth /Source:X:\sources\install.wim
or
DISM /Online /Cleanup-Image /RestoreHealth /Source:X:\sources\install.esd
is a Windows command-line tool used to detect and repair hard drive errors, file system corruption, and bad sectors.
chkdsk /r /x
Reset Network Components:
ipconfig /flushdns: Resolves DNS and website loading issues.
netsh winsock reset: Fixes Winsock catalog corruption.
netsh int ip reset: Resets TCP/IP stack to default.
Refresh IP Address and Fix Internet Issues:
ipconfig /release: Releases your current IP address.
ipconfig /renew: Requests a new IP address
ipconfig /flushdns and press Enter to clear dns cache
View and configure the network settings on a Windows computer.
ipconfig -ano
Kill a process from the command line:
cmd.exe. taskkill /F /PID (pid number)
cmd.exe. taskkill /F /IM (process name)
Windows PowerShell. Stop-Process -Force -Id (pid)
Windows PowerShell. Stop-Process -Name (process name)
Timestamps:
0:00 – Why Windows Crashes
0:35 – Run System File Checker (SFC Scannow)
0:48 – Analyze Component Store
1:42 – Start Component Cleanup
2:05 – Repair using Windows Update with Restore Health
2:21 – Repair using a local source (ISO/USB) with Restore Health
3:23 – Fixing Disk & File System Errors
5:26 – Check Event Viewer Logs
7:27 – Other Windows Repair Options
9:29 – Fix Internet Problems with IPConfig Release/Renew
10:35 – Reset TCP/IP Stack
11:00 – Reset Winsock Catalog
11:14 – Troubleshoot Network Connections
12:14 – Kill Rouge Task
#WindowsFix #PCCrash #TechTips #Windows11 #Windows10 #BlueScreen #PCRepair #CMD #ComputerTips
π SUBSCRIBE for more:
——————————————————————————————
π Support me with your Amazon purchases:
UK
USΒ
Please note that as an Amazon Associate I earn a commission from any qualifying purchases that you may make through these links.
——————————————————————————————
β€οΈ Join Britec YouTube Members:
——————————————————————————————
πWatch related playlists and videos
——————————————————————————————
πJoin us on DISCORD
——————————————————————————————
πCheck out our merch:
——————————————————————————————
π¦Follow and interact with me on Twitter:
——————————————————————————————
β
Follow and interact with me on Facebook:
—————————————————————————————–
π¬ View my Website:
—————————————————————————————–
β οΈ Disclaimer: This video is for educational purposes only! Everything shown here is based on my own experience and research. Please do your own research and follow at your own risk.
