[BUG DISCUSSION] Windows 10 "Final 1803" 17134.1 (PC) Bugs and Issues

Discussion in 'Windows 10' started by sid_16, May 3, 2018.

  1. td47

    td47 MDL Novice

    May 17, 2018
    1
    0
    0
    #181 td47, May 20, 2018
    Last edited: May 20, 2018
    Did you look at checking the Power Profile settings, especially the "Fast Startup" option, that is ticked by default after 1709 and 1803 upgrades. This might cause odd issues on some machines. I have also seen the hiberfil.sys (used by the Hibernate AND the fast-startup functions) get messed up, and need deleting. The Fast Startup tick-box is at "Control Panel -> All Control Panel Items -> Power Options -> System Settings" then click on the "Eanable Settings that are currently unavailable" link, then untick the box. To turn off hibernation (that will remove the large hiberfil.sys file for you as well), open an elevated (admin) command prompt, then do "powercfg /H" to turn off, then after rebooting and testing, you can turn it on again with "powercfg /HIBERNATE". Obviously if one of those items (or even the "power button actions" might not be what you are expecting/wanting - you can change those on the first screen called "Choose what the power buttons do" ) is causing the issue, leave it off/unticked. The Fast Startup only gains a few seconds during booting these days, on modern laptops/desktops anyway.
     
  2. Quaint10

    Quaint10 MDL Member

    Mar 15, 2018
    177
    32
    10
    my Windows Build is Windows 10 Pro 1803 10.0.17134 but when i update kbKB4103721 my installed update complete but when i restart my pc is says we couldn't complete the updates undoing changes and i tried troubleshoot it its delete that file and agin when i check updates its download again and same problem ... anyone know whats that problem?
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    Delete "c:\windows\softwaredistribution\downloads" and retry, or run the windows update troubleshooter.
     
  4. Quaint10

    Quaint10 MDL Member

    Mar 15, 2018
    177
    32
    10
    i did it but its same again i try to install via dism too but also got and error... when i manually update its install and when i restart my pc its again say we couldnt complete your update undoin changes
     
  5. foo3495

    foo3495 MDL Senior Member

    Nov 6, 2015
    315
    161
    10
    Try
    Extract & Run
    Advanced / Run as Administrator / Next
     

    Attached Files:

  6. Quaint10

    Quaint10 MDL Member

    Mar 15, 2018
    177
    32
    10
    what this file do?
     
  7. foo3495

    foo3495 MDL Senior Member

    Nov 6, 2015
    315
    161
    10
    #189 foo3495, May 20, 2018
    Last edited: May 20, 2018
    as RGadelha said
    And
    windows update database corruption.
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
  9. RGadelha

    RGadelha MDL Expert

    Feb 14, 2010
    1,233
    611
    60
    External (unsafe) download? I linked Microsoft o_O
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    I quoted Foo, posting a rar.
     
  11. RGadelha

    RGadelha MDL Expert

    Feb 14, 2010
    1,233
    611
    60
    It was @Quaint10, not me ;)
     
  12. Quaint10

    Quaint10 MDL Member

    Mar 15, 2018
    177
    32
    10
    now all good i completey installed my updates... Thnx guys
     
  13. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    #196 sebus, May 21, 2018
    Last edited: May 21, 2018
    It should work:

    Code:
    $App = Get-AppXProvisionedPackage -Online | Where {$_.DisplayName -eq "Microsoft.BingWeather" }
    Remove-AppXProvisionedPackage -Online -PackageName $App.PackageName
    instead I get error:

    Code:
    PS C:\temp> $App = Get-AppXProvisionedPackage -Online | Where {$_.DisplayName -eq "Microsoft.BingWeather" }
    PS C:\temp> Remove-AppXProvisionedPackage -Online -PackageName $App.PackageName
    Remove-AppXProvisionedPackage : Unspecified error
    At line:1 char:1
    + Remove-AppXProvisionedPackage -Online -PackageName $App.PackageName
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Remove-AppxProvisionedPackage], COMException
        + FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
    any ideas?

    sebus

    edit
    Reboot solved it and works as expected!
     
  14. cr7_gskdl

    cr7_gskdl MDL Novice

    May 21, 2018
    7
    0
    0
  15. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,364
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. RGadelha

    RGadelha MDL Expert

    Feb 14, 2010
    1,233
    611
    60
    At least it should be :rolleyes:
     
  17. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...