Welcome to AA Technical. If you are experiencing issues with Windows 11, this guide provides a step-by-step method to troubleshoot and repair your PC using a command line tool in Windows Recovery Mode, ensuring you don't lose any data.
Windows Installation Media:
Connect Media:
Restart and Access Recovery Mode:
BIOS Boot Manager:
Language Preference:
Install and Repair:
Troubleshoot and Command Prompt:
Identify Drive Letter:
diskpart
and press Enter, then list vol
to display all drives.Locate Installation Files:
diskpart
by typing exit
.dir G:\sources
(replace G with your drive letter) to confirm the presence of install.wim
or install.esd
.Run DISM:
dism /image:C:\ /cleanup-image /restorehealth /source:G:\sources\install.wim /limitaccess
C
and G
with your specific system and media drive letters.Specify Scratch Directories (if needed):
dism /image:C:\ /cleanup-image /restorehealth /source:G:\sources\install.wim /scratchdir:G:\ /limitaccess
Handling Errors:
System File Checker (SFC):
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
Restart PC:
Your Windows system should now be successfully repaired and functioning normally.
Thank you for watching, and have a nice day!