Trying to apply windows 10 updates

Page 1 of 5 123 ... LastLast

  1. Posts : 51
    Win 10
       #1

    Trying to apply windows 10 updates


    When Win 10 tries to install the Feature update to ver. 1709 it downloads the update just fine. During the install it gets to 53% and stays there. I have let it stay there 24hrs.
    I have run
    chkdsk /r /f
    In powershell As Administrator I ran:
    if (([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
    {Write-Output 'Running as Administrator!'}
    else
    {Write-Output 'Running Limited!'}
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    The above line comes up with a lot of red errors.
    I downloaded from Microsoft Win 10 PRO ISO ver. 1709 and did an in place install.
    I get an error saying:
    0xC1900101 - 03000D
    The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATA operation

    Currently I have 26.9 GB of free space
    All other updates have been installed.
    I don't have anything else plugged into the machine.
    I don't see any errors in Device Manager.
    Windows Defender is turned off.
    Windows firewall is turned off.
    I don't have any other firewall installed on the machine.
    I Uninstalled:
    Bitdefender
    Malwarebytes
    CCLeaner
    I have cleaned out all temp files.
    I have renamed the C:\WINDOWS\SoftwareDistribution folder.
    I don't have any other antivirus/malware software on the machine.
    I did the install with a clean boot running as Administrator.
    I'm currently running Win10 ver. 1607
    I ran Win 10 Feature update ver 1709 with Windows Update MiniTool.
    It said it succeeded and a reboot is required.
    It still reports Win 10 is at ver. 1607.
    I ran Check for updates again. It showed Win 10 Feature update ver 1709 ready.
    It asked for a reboot.
    It shows working on updates. It ended up with A restart is required.
    After the restart it started installing updates. It's stuck at 53%.
    It's been running for over 20hrs at 53%. I've tried this many times and every time It is stuck at 53%.

    Docfxit
      My Computer


  2. Posts : 42,955
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #2

    Hi, very thorough.... that result code indicates:
    Code
    0xC1900101 - 0x3000D

    Cause
    Installation failed during the FIRST_BOOT phase while attempting the MIGRATE_DATA operation.
    This can occur due to a problem with a display driver.
    Mitigation
    Disconnect all peripheral devices that are connected to the system, except for the mouse, keyboard and display.
    Update or uninstall the display driver.

    Resolve Windows 10 upgrade errors - Windows IT Pro | Microsoft Docs
    (from e.g.
    Upgrade to Windows 10 Windows 10 Tutorials
    'Resolve....')

    Noted you said
    I don't have anything else plugged into the machine.
    "First boot phase: Boot failures in this phase are relatively rare, and almost exclusively caused by device drivers. Disconnect all peripheral devices except for the mouse, keyboard, and display. Obtain and install updated device drivers, then retry the upgrade."

    You say you've run
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    chkdsk /r /f
    - can you confirm these passed please.

    Please post these logs:

    • C:\$Windows.~BT\Sources\Rollback\setupact.log
    • C:\$Windows.~BT\Sources\Rollback\setupact.err


    Should they not exist, try here:
    C:\$Windows.~BT\Sources\panther\
      My Computers


  3. Posts : 51
    Win 10
    Thread Starter
       #3

    I have updated the Intel HD graphics driver
    from 20.19.15.4424
    To 20.19.15.4835
    I have updated the HID-Compliant Touch Screen
    From 10.0.14393.2068
    To 11.25.8.938

    I will re-run these now and post the results.
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    chkdsk /r /f

    Thank you for the suggestions.

    Docfxit
    Trying to apply windows 10 updates Attached Files
      My Computer


  4. Posts : 42,955
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #4

    Looks like you should have at least these logs:
    C:\$WINDOWS.~BT\Sources\Panther\SetupAct.log
    C:\$WINDOWS.~BT\Sources\Panther\diagerr.xml
    C:\$WINDOWS.~BT\Sources\rollback\setupact.log
    C:\$WINDOWS.~BT\Sources\rollback\setupapi\setupapi.dev.log
    C:\$WINDOWS.~BT\Sources\rollback\setupapi\setupapi.offline.log
      My Computers


  5. Posts : 51
    Win 10
    Thread Starter
       #5

    dalchina said:
    Looks like you should have at least these logs:
    C:\$WINDOWS.~BT\Sources\Panther\SetupAct.log
    C:\$WINDOWS.~BT\Sources\Panther\diagerr.xml
    C:\$WINDOWS.~BT\Sources\rollback\setupact.log
    C:\$WINDOWS.~BT\Sources\rollback\setupapi\setupapi.dev.log
    C:\$WINDOWS.~BT\Sources\rollback\setupapi\setupapi.offline.log
    I have attached the files I currently have. I think the other files were on the machine but they are not there now. Probably because I have run
    DISM /Online /Cleanup-Image /RestoreHealth

    Thanks,
    Docfxit
    Trying to apply windows 10 updates Attached Files
      My Computer


  6. Posts : 51
    Win 10
    Thread Starter
       #6

    I have run this twice and it found corrupt files and successfully repaired them both times.

    Running as Administrator!

    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection found corrupt files and successfully repaired
    them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
    example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
    supported in offline servicing scenarios.
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Framework.1.3_1.3.23901.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Framework.1.3_1.3.23901.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.23816.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Messaging_3.19.1001.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Appconnector_1.3.3.0_neutral__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.CommsPhone_2.12.14001.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Framework.1.0_1.0.22929.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Framework.1.0_1.0.22929.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Runtime.1.0_1.0.22929.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.24123.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.24123.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\9E2F88E3.Twitter_5.4.1.0_x86__wgeqdkkx372wm\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.DesktopAppInstaller_1.0.2181.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.XboxIdentityProvider_11.19.19003.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.ConnectivityStore_1.1604.4.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.StorePurchaseApp_11608.1000.2431.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.OneConnect_1.1607.6.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsPhone_10.1609.2561.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.MicrosoftOfficeHub_17.7608.23501.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.3DBuilder_12.0.3131.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Windows.Photos_16.1118.10000.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Framework.1.2_1.2.23231.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Framework.1.2_1.2.23231.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Advertising.Xaml_10.1611.3.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Advertising.Xaml_10.1611.3.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsMaps_5.1611.3342.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.BingSports_4.18.37.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.BingWeather_4.18.37.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.BingFinance_4.18.37.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\microsoft.windowscommunicationsapps_17.7714.42037.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it
    does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.BingNews_4.18.41.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.120.00_12.0.21005.1_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\flaregamesGmbH.RoyalRevolt2_2.7.0.2_x86__g0q0z3kw54rap\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsFeedbackHub_1.1611.3471.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Drawboard.DrawboardPDF_5.1.50.0_x64__gqbn7fs4pywxm\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\microsoft.windowscommunicationsapps_17.7805.42277.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it
    does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\king.com.CandyCrushSodaSaga_1.81.900.0_x86__kgqvnymyfvs32\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Facebook.Facebook_75.717.63029.0_x86__8xx8rvfyw5nnt\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_3.12.12200.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it
    does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Office.Sway_17.7766.45161.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.MicrosoftStickyNotes_1.4.7.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.MinecraftUWP_1.0.20.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\LenovoCorporation.LenovoSettings_3.145.0.0_x86__4642shxvsv8s2\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\E046963F.LenovoCompanion_3.66.1.0_x86__k1h2ywk1493x8\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.SkypeApp_11.10.152.0_x64__kzf8qxf38zg5c\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsAlarms_10.1701.10103.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsStore_11610.1001.25.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\king.com.ParadiseBay_2.2.0.0_x86__kgqvnymyfvs32\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Getstarted_4.4.11.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsCalculator_10.1701.10102.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Office.PowerPoint_17.7766.42791.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Office.Excel_17.7766.50321.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Office.Word_17.7766.47821.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.People_10.1.3410.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.XboxApp_24.25.26002.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsSoundRecorder_10.1701.10102.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.ZuneMusic_10.16122.10271.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.WindowsCamera_2016.1215.40.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.ZuneVideo_10.16122.10291.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.Office.OneNote_17.7766.57821.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does not
    exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\microsoft.windowscommunicationsapps_17.7830.42257.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it
    does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.25426.0_x86__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.25426.0_x64__8wekyb3d8bbwe\AppXManifest.xml' because it does
    not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Cannot find path 'C:\Program
    Files\WindowsApps\XBMCFoundation.Kodi_17.6.2.0_x86__4n2hpmxwrvr6p\AppXManifest.xml' because it does not exist.
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
       ndException
        + FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it
    modifies are currently in use.
    error 0x80004004: Unable to install because the following apps need to be closed
    Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App.
    NOTE: For additional information, look for [ActivityId] d09f54f4-adaa-0000-dd68-9fd0aaadd301 in the Event Log or use
    the command line Get-AppxLog -ActivityID d09f54f4-adaa-0000-dd68-9fd0aaadd301
    At C:\Dnload\WindowsInstallerFixes\SFCWithinWindows.ps1:7 char:38
    + ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (C:\WINDOWS\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception
        + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
    
    Press Enter to continue...:
    Last edited by Brink; 24 Feb 2018 at 17:37. Reason: code box
      My Computer


  7. Posts : 51
    Win 10
    Thread Starter
       #7

    I ran SFC twice. They both came up with problems and fixed them.
    Trying to apply windows 10 updates Attached Files
      My Computer


  8. Posts : 4,224
    Windows 10
       #8

    Where SFC is concerned, conventional wisdom is that it's necessary to run it at least 3 times. Personally, I run it until it comes up with "nothing to fix" on the most recent pass. Then I know it's done.
    HTH,
    --Ed--
      My Computers


  9. Posts : 51
    Win 10
    Thread Starter
       #9

    Code:
    ------< Log generate on 2/24/2018 4:42:37 PM >------
    Category: 0
    Computer Name: DocfxitTablet
    Event Code: 1001
    Record Number: 63758
    Source Name: Microsoft-Windows-Wininit
    Time Written: 02-24-2018 @ 22:06:48
    Event Type: Information
    User: 
    Message: 
    
    Checking file system on C:
    The type of the file system is NTFS.
    Volume label is Windows.
    
    A disk check has been scheduled.
    Windows will now check the disk.                         
    
    Stage 1: Examining basic file system structure ...
      704512 file records processed.                                                        
    
    File verification completed.
      36380 large file records processed.                                   
    
      0 bad file records processed.                                     
    
    
    Stage 2: Examining file name linkage ...
      1040660 index entries processed.                                                       
    
    Index verification completed.
      0 unindexed files scanned.                                        
    
      0 unindexed files recovered to lost and found.                    
    
    
    Stage 3: Examining security descriptors ...
    Cleaning up 1036 unused index entries from index $SII of file 0x9.
    Cleaning up 1036 unused index entries from index $SDH of file 0x9.
    Cleaning up 1036 unused security descriptors.
    Security descriptor verification completed.
      168075 data files processed.                                           
    
    CHKDSK is verifying Usn Journal...
      36782416 USN bytes processed.                                                           
    
    Usn Journal verification completed.
    
    Stage 4: Looking for bad clusters in user file data ...
      704496 files processed.                                                               
    
    File data verification completed.
    
    Stage 5: Looking for bad, free clusters ...
      5088221 free clusters processed.                                                       
    
    Free space verification is complete.
    
    Windows has scanned the file system and found no problems.
    No further action is required.
    
     120829951 KB total disk space.
      99286484 KB in 444873 files.
        368308 KB in 168076 indexes.
             0 KB in bad sectors.
        822275 KB in use by the system.
         65536 KB occupied by the log file.
      20352884 KB available on disk.
    
          4096 bytes in each allocation unit.
      30207487 total allocation units on disk.
       5088221 allocation units available on disk.
    
    Internal Info:
    00 c0 0a 00 e2 59 09 00 c7 b7 11 00 00 00 00 00  .....Y..........
    59 02 00 00 42 24 01 00 00 00 00 00 00 00 00 00  Y...B$..........
    
    Windows has finished checking your disk.
    Please wait while your computer restarts.
    Last edited by Docfxit; 24 Feb 2018 at 20:13.
      My Computer


  10. Posts : 51
    Win 10
    Thread Starter
       #10

    This is the third run of SFC.

    I'm running it again.

    Docfxit
    Trying to apply windows 10 updates Attached Files
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:19.
Find Us




Windows 10 Forums