• Trace:

This is an old revision of the document!


clean

win7 update error

Windows Disk Cleanup

  • use this one first
  • right-click disk > properties > Disk Cleanup > Run as Admin
cleanmgr /?
sudo cleanmgr /verylowdisk

wise disk cleaner / registry cleaner / program uninstaller

bleachbit

choco install bleachbit.install
if exist "%ProgramFiles(x86)%\BleachBit\bleachbit_console.exe" cd "%ProgramFiles(x86)%\BleachBit"
if exist "%ProgramFiles%\BleachBit\bleachbit_console.exe" cd "%ProgramFiles%\BleachBit"
 
bleachbit_console --clean adobe_reader.cache adobe_reader.tmp chromium.cache ^
  firefox.backup firefox.cache firefox.crash_reports firefox.vacuum ^
  flash.cache flash.cookies gimp.tmp google_chrome.cache google_chrome.vacuum internet_explorer.cache ^
  internet_explorer.logs java.cache microsoft_edge.cache microsoft_edge.vacuum ^
  microsoft_office.debug_logs opera.cache opera.vacuum safari.cache safari.vacuum ^
  system.logs system.recycle_bin system.tmp system.updates windows_defender.backup ^
  windows_defender.history windows_defender.logs windows_defender.quarantine windows_defender.temp

CCleaner

  • Custom Clean > except cookies
  • Tools > Uninstall > Save to text file > Uninstall all craps
  • Tools > Startup > Save to text file > Stop all craps
choco install ccleaner.portable

cd %programfiles(x86)%

O&O Shutup

choco install shutup10
oosu10

data recovery

reset file permission

takeown /f <foldername> /r /d y   # take ownership to current user
takeown /f <foldername> /a /r /d y  # take ownership to administrator
icacls C:\drv /grant "%USERDOMAIN%\%USERNAME%":F /t
icacls C:\drv <filename> /grant administrators:F
pub/windows_repair.1639769853.txt.gz ยท Last modified: 2021/12/17 19:37 by derek