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

Curl, Wget, Winget & Powershell Install or Download Commands

After the mess I made in previous posts this summary might be useful.     Thanks PatchMyPC, the great and powerful program downloader and up...