Site icon sulli.blog

Clean C:\windows\Temp cab files

The below lists what the command will do

  1. To begin, click Start, type in “cmd” (no quotes); wait for “CMD.EXE” or “Command Prompt” to appear in the list, then right click and “Run as Administrator”.
     
  2. Use your mouse to highlight the text below:

    net stop wuauserv
    cd %systemroot%
    rename SoftwareDistribution SoftwareDistribution.old
    rmdir /q /s c:\windows\temp
    net stop trustedinstaller
    c:
    cd c:\windows\logs\CBS
    del *.cab
    del *.log
    rem regenerate cab files
    c:\windows\system32\wuauclt.exe /detectnow
    net start wuauserv
    echo this is a dummy line
Exit mobile version