Friday, March 16, 2018

Windows Repair DISM

DISM commands

https://www.ghacks.net/2018/03/16/use-dism-to-fix-issues-sfc-cant/

Here is a list of repair commands . . .
sfc /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth /Source:repairSource\install.wim
Reset Windows 10 with command line
1. systemreset -cleanpc
Run system restore from command prompt
1. rstrui.exe

Rufus and Windows 11 Upgrade

Once the Rufus drive is created, there is no need to boot from the drive to upgrade. Navigate to the Rufus drive and run setup.exe For a cle...