Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pub:windows_repair [2021/12/18 18:43] – [bleachbit] derek | pub:windows_repair [2024/05/01 07:19] (current) – removed derek | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | == clean | ||
- | |||
- | === win7 update error | ||
- | |||
- | |||
- | |||
- | === Windows Disk Cleanup | ||
- | * use this one first | ||
- | * right-click disk > properties > Disk Cleanup > Run as Admin | ||
- | |||
- | cleanmgr /? | ||
- | sudo cleanmgr / | ||
- | |||
- | === wise disk cleaner / registry cleaner / program uninstaller | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | === bleachbit | ||
- | * https:// | ||
- | * choose only browser cache and vaccum | ||
- | |||
- | <code dos> | ||
- | choco install bleachbit.install | ||
- | |||
- | if exist " | ||
- | if exist " | ||
- | |||
- | 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 | ||
- | |||
- | REM bleachbit_console --clean deepscan.backup deepscan.ds_store deepscan.thumbs_db deepscan.tmp | ||
- | |||
- | </ | ||
- | |||
- | === 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 | ||
- | |||
- | ---- | ||
- | |||
- | <code dos> | ||
- | cd %programfiles(x86)% | ||
- | |||
- | |||
- | </ | ||
- | === O&O Shutup | ||
- | * https:// | ||
- | * Action > Apply only recommended settings | ||
- | |||
- | choco install shutup10 | ||
- | oosu10 | ||
- | |||
- | == data recovery | ||
- | * https:// | ||
- | |||
- | == reset file permission | ||
- | | ||
- | takeown /f < | ||
- | takeown /f < | ||
- | |||
- | |||
- | icacls C:\drv /grant " | ||
- | icacls C:\drv < | ||