Finding corrupt file in an Windows 8.1 Update installation

Discussion in 'Windows 8' started by balubeto, Oct 5, 2014.

  1. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    580
    10
    30
    Hi

    I would like to know if, with Windows 8.1 Update, there is a way to know if its installation has some of its corrupt file?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #2 s1ave77, Oct 5, 2014
    Last edited by a moderator: Apr 20, 2017
    :eek: ...................

    Code:
    sfc /scannow
    
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    580
    10
    30
    #3 balubeto, Oct 5, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    In which Windows mode is better to run this command?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    No need for safe mode, so normal start up and CMD must run as admin.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...