Check/Fix your Windows 10 installation

There are 3 replies in this Thread. The last Post () by SilverFox.

  • I just wanted to share my experience with Windows 10 and how easy it is to fix trivial errors.


    First you want to check the integrity of Windows 10
    Open Command Prompt in Administrator mode, then run the command


    Code
    1. sfc /scannow


    For this to work correct your Windows update must work and you need internet connection for Windows update to fix eventual errors.


    A bit more complicated is the dism commands, but you need to run these command on a regular basis to insure your install.
    Open Command Prompt in Administrator mode, then run the command and I run them in this order:


    Code
    1. Dism /Online /Cleanup-Image /StartComponentCleanupdism /online /Cleanup-Image /AnalyzeComponentStoreDism /Online /Cleanup-Image /CheckHealthDism /Online /Cleanup-Image /RestoreHealth


    These commands do take some time to run!


    Last run the

    Code
    1. sfc /scannow

    again to activate Windows Update


    2 Logfiles are created with these commands:


    Code
    1. findstr /C:"[SR] Re" %windir%\logs\cbs\cbs.log >> %USERPROFILE%\desktop\sfc-repairs.txtfindstr /C:"[SR] Cannot repair member file" %windir%\logs\cbs\cbs.log >> %USERPROFILE%\desktop\sfc-errors.txt


    open them with these commands


    Code
    1. Notepad.exe %USERPROFILE%\desktop\sfc-repairs.txt
    2. Notepad.exe %USERPROFILE%\desktop\sfc-errors.txt


    That's it, even if you think that your Windows is running flawless, this will expose any error and try to fix it.


    :woot:

    CF RP: Probably smuggling something or exploring the universe
    EM char: Event_Manager_Silverfox

    9248-cebc88b9.png

    Edited 7 times, last by SilverFox ().

  • nice sum up

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!