Cumulative Update KB4043961 Build 16299.19 for PC Insider

Page 96 of 99 FirstFirst ... 46869495969798 ... LastLast

  1. Posts : 516
    Windows 10 Enterprise
       #950

    Cliff S said:
    Attachment 158412

    fsutil resource setautoreset true c:\&fsutil usn deletejournal /d /n c:&Dism.exe /online /Cleanup-Image /StartComponentCleanup&sfc /scannow&Dism.exe /Online /Cleanup-Image /RestoreHealth&sfc /scannow&Dism.exe /Online /Cleanup-Image /StartComponentCleanup /ResetBase&winsat formal&pause
    NICE.

    I like this Power Shell
    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
    }
    :)
      My Computer


  2. Posts : 9
    Windows 10
       #951

    Dave44 said:
    Thats not Tea it’s Coffee
      My Computer


  3. Posts : 1,151
    Windows 10 Pro
       #952

    Bi PolarBear said:
    Thats not Tea it’s Coffee
    T- is a countdown not what in cup
      My Computer


  4. Posts : 15,485
    Windows10
       #953

    Dave44 said:
    T- is a countdown not what in cup
    Really?
      My Computer


  5. Posts : 1,151
    Windows 10 Pro
       #954

    cereberus said:
    Really?
    as pointed out it coffee in cup not so why say t- 2 hours and windows FCU in tweet
      My Computer


  6. Posts : 50,055
    Windows 10 Home 64bit 21H1 and insider builds
       #955
      My Computer


  7. Posts : 15,485
    Windows10
       #956

    Dave44 said:
    as pointed out it coffee in cup not so why say t- 2 hours and windows FCU in tweet
    I was not being serious. I think we all got joke about Tea.
      My Computer


  8. Posts : 15,485
    Windows10
       #957

    For a Brit, my comment obviously whooshed over your head. We invented such replies - LOL.
      My Computer


  9. Posts : 1,778
    Windows 10 Pro,
       #958

    cereberus said:
    For a Brit, my comment obviously whooshed over your head. We invented such replies - LOL.


    A bunch of faff if you ask me.
      My Computer


  10. Posts : 2,205
    WINDOWS 10 Pro x64 build 19042.685
       #959

    So, DS was referring to the publication of this blog and not to the official release of FCU when she wrote "t-2 hours..."
      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 00:53.
Find Us




Windows 10 Forums