Cumulative Update KB4497936 Windows 10 Insider 1903 build 18362.113 Insider

Page 3 of 8 FirstFirst 12345 ... LastLast

  1. Posts : 146
    Windows 11 Pro 64bit (Insider Builds)
       #20

    Intel microcode updates for 1903 also available:
    https://support.microsoft.com/en-us/...rocode-updates
      My Computer


  2. Posts : 622
    Windows 10 Pro x64
       #21

    Warre1 said:
    Intel microcode updates for 1903 also available:
    https://support.microsoft.com/en-us/...rocode-updates
    Does not matter still fails no matter what. This worries me as 1903 will fail to install any Cumulative update everytime.
      My Computer


  3. Posts : 7,254
    Windows 10 Pro 64-bit
       #22

    reddice said:
    Does not matter still fails no matter what. This worries me as 1903 will fail to install any Cumulative update everytime.
    Try disabling the Defender service before hand.
      My Computers


  4. Posts : 11,247
    Windows / Linux : Arch Linux
       #23

    Hi folks

    VMWare has an update for this build -- am installing it and will try it out -- let you guys know if it works

    Cheers
    jimbo
      My Computer


  5. Posts : 1
    Windows 10
       #24

    This latest cumulative update failed to install on my system with error code 0x80070003, just like the previous one. I already tried many solutions but none of them work
      My Computer


  6. Posts : 11,247
    Windows / Linux : Arch Linux
       #25

    Hi folls

    VMWare problems fixed with this update (and all 19H1 previous releases and the 20H1 release).

    One slight thing though when installing this 19H1 release via UUPDUMP and updating to the current version via WU I can't seem to find any way to delete the windows.old file --- the option to delete previous installations of windows seems to be missing in the clean up system files from Disk properties. I've got rid of it via booting a linux live distro but you shouldn't have to do that.

    If I revert Windows I use Macrium - I restore an image I made before doing the update -- I don't need to have a 30GB (approx) file I can't get rid of on my machine.

    Cheers
    jimbo
      My Computer


  7. Posts : 516
    Windows 10 Enterprise
       #26

    jimbo45 said:
    Hi folls One slight thing though when installing this 19H1 release via UUPDUMP and updating to the current version via WU I can't seem to find any way to delete the windows.old file --- the option to delete previous installations of windows seems to be missing in the clean up system files from Disk properties. I've got rid of it via booting a linux live distro but you shouldn't have to do that.

    Cheers
    jimbo
    Hi Jimbo,

    To clean old files I use this Power shell command
    Code:
    <#
    .SYNOPSIS
    Automates the Disk Clean tool to clean up all possible items for the given OS.
    #>
    
    
    # V2 admin check
    If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
    {
        Write-Warning "Please run this script as an Administrator!"
        Exit 1
    }
    
    # Create reg keys
    $volumeCaches = Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches"
    foreach($key in $volumeCaches)
    {
        New-ItemProperty -Path "$($key.PSPath)" -Name StateFlags0099 -Value 2 -Type DWORD -Force | Out-Null
    }
    
    # Run Disk Cleanup 
    Start-Process -Wait "$env:SystemRoot\System32\cleanmgr.exe" -ArgumentList "/sagerun:99"
    
    # Delete the keys
    $volumeCaches = Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches"
    foreach($key in $volumeCaches)
    {
        Remove-ItemProperty -Path "$($key.PSPath)" -Name StateFlags0099 -Force | Out-Null
    }
    If the $Windows.-BT folder is still there, I delete on reboot.
      My Computer


  8. Posts : 11,247
    Windows / Linux : Arch Linux
       #27

    Zardoc said:
    Hi Jimbo,

    To clean old files I use this Power shell command
    Code:
    <#
    .SYNOPSIS
    Automates the Disk Clean tool to clean up all possible items for the given OS.
    #>
    
    
    # V2 admin check
    If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator"))
    {
        Write-Warning "Please run this script as an Administrator!"
        Exit 1
    }
    
    # Create reg keys
    $volumeCaches = Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches"
    foreach($key in $volumeCaches)
    {
        New-ItemProperty -Path "$($key.PSPath)" -Name StateFlags0099 -Value 2 -Type DWORD -Force | Out-Null
    }
    
    # Run Disk Cleanup 
    Start-Process -Wait "$env:SystemRoot\System32\cleanmgr.exe" -ArgumentList "/sagerun:99"
    
    # Delete the keys
    $volumeCaches = Get-ChildItem "HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches"
    foreach($key in $volumeCaches)
    {
        Remove-ItemProperty -Path "$($key.PSPath)" -Name StateFlags0099 -Force | Out-Null
    }
    If the $Windows.-BT folder is still there, I delete on reboot.
    Hi there

    Thanks -- that's also a great idea which saves a re-boot --especially if I have a number of VM's active !!!!

    Cheers
    jimbo
      My Computer


  9. Posts : 172
    Windows 10
       #28

    swarfega said:
    Try disabling the Defender service before hand.
    Tried, still no go.
      My Computer


  10. Posts : 3,274
    Windows 10 and windows insider
       #29

    jtjt00 said:
    Tried, still no go.
    And you have no memory cards or USB devices in use?
      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 04:07.
Find Us




Windows 10 Forums