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

Calibre How To Add Audio Voices

  Quick Guide to Installing Piper TTS with Python Want to add text-to-speech to your projects? Here's how to set up Piper TTS with Pyth...