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.
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?
Delete "c:\windows\softwaredistribution\downloads" and retry, or run the windows update troubleshooter.
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
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!