Here are the steps to fix common Windows installation issues using a bootable USB drive:
Method 1: Try Running the System File Checker (SFC)
- Insert your Windows installation media (USB drive or CD/DVD).
- Open Command Prompt as an administrator.
- Type
sfc /scannow
and press Enter.
- If any errors are found, follow the prompts to repair them.
Method 2: Run the System File Checker (SFC) without a bootable media
- Insert your Windows installation media (USB drive or CD/DVD).
- Open Command Prompt as an administrator.
- Type
sfc /scannow
and press Enter.
- If any errors are found, follow the prompts to repair them.
Method 3: Run the DISM (Deployment Image Service Manager) tool
- Insert your Windows installation media (USB drive or CD/DVD).
- Open Command Prompt as an administrator.
- Type
dism /online /cleanup-image /scanhealth
and press Enter.
- If any issues are detected, follow the prompts to repair them.
Method 4: Use the System Restore Manager
- Insert your Windows installation media (USB drive or CD/DVD).
- Open System Restore by pressing the Windows key + R, type
restore
in the Run dialog box, and press Enter.
- Select the restore point that fixed a similar issue.
- Follow the prompts to complete the restoration process.
Method 5: Perform a System Update
- Install any available updates for your system.
- Restart your computer after each update is applied.
Common Issues Solved with Bootable USB Drive:
- System Image Restore
+ If you’ve recently installed software or hardware, it may have corrupted the system image, causing issues.
- BIOS settings
+ The BIOS settings are set to boot from a different drive than intended (e.g., changing the UEFI settings).
+ Bootable USB drives can sometimes override the BIOS settings.
- Device driver conflicts
+ Conflicting drivers may be installed on your system and causing issues.
Tips:
- Before trying any of these methods, make sure you have backed up your important files and data before attempting to fix the issue.
- If none of the above steps resolve the issue, you can try running a full system scan using an antivirus software or a malware removal tool.
- Keep in mind that some issues may require more complex troubleshooting or may not be resolved by these methods.