• technopredator

    technopredator

    @technopredator

    Viewing 1 replies (of 1 total)
    Author
    Replies
    • Keep your Win10 updated and execute this to delete trash:

      Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase

      Got my Win10 to 7GB on SxS and 1 GB on Servicing

      PS: never delete manually files in C:\Windows, since Win8.1 many files are protected ‘coz Windows will use them at some point for some reason, so to restore your Windows good health, make a .iso file from a Windows DVD or download a copy from TechNet, mount it with Daemon Tools Lite (freeware), then put this on a .bat:

      @echo off
      echo Start:
      time /t
      DISM.exe /Online /Cleanup-Image /RestoreHealth /LimitAccess
      echo Finish:
      time /t
      pause
      exit

      and execute as admin as rh.bat F:\

      where F:\ is your virtual Daemon Tools Lite drive

      Best of Lucks

    Viewing 1 replies (of 1 total)