Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:repair_windows [2025/09/08 07:20] – removed - external edit (Unknown date) 127.0.0.1 | en:repair_windows [2025/09/08 07:20] (current) – ↷ Page moved from repair_windows to en:repair_windows derek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | == Repair Windows | ||
| + | |||
| + | |||
| + | === win7 update error | ||
| + | |||
| + | === god mode | ||
| + | * create folder '' | ||
| + | |||
| + | === Windows Disk Cleanup | ||
| + | * https:// | ||
| + | * use this one first | ||
| + | * right-click disk > properties > Disk Cleanup > Run as Admin | ||
| + | * clean most junks '' | ||
| + | * clean all (slow) '' | ||
| + | * clean previous windows after update/ | ||
| + | |||
| + | === choco cleaner | ||
| + | choco install choco-cleaner | ||
| + | choco-cleaner | ||
| + | choco uninstall choco-cleaner | ||
| + | # | ||
| + | |||
| + | === bleachbit | ||
| + | * https:// | ||
| + | * choose only browser cache and vaccum | ||
| + | |||
| + | install | ||
| + | choco install bleachbit.portable | ||
| + | |||
| + | <code powershell> | ||
| + | #bleachbit clean | ||
| + | $p=" | ||
| + | $p+=" firefox.backup firefox.cache firefox.crash_reports firefox.vacuum" | ||
| + | $p+=" flash.cache flash.cookies gimp.tmp google_chrome.cache google_chrome.vacuum" | ||
| + | $p+=" internet_explorer.cache internet_explorer.logs java.cache" | ||
| + | $p+=" microsoft_edge.cache microsoft_edge.vacuum microsoft_office.debug_logs" | ||
| + | $p+=" opera.cache opera.vacuum safari.cache safari.vacuum system.logs system.recycle_bin" | ||
| + | $p+=" system.tmp system.updates windows_defender.backup windows_defender.history" | ||
| + | $p+=" windows_defender.logs windows_defender.quarantine windows_defender.temp" | ||
| + | $p.Split(" | ||
| + | # | ||
| + | </ | ||
| + | |||
| + | deep clean (slow) | ||
| + | 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 | ||
| + | |||
| + | === wise disk cleaner / registry cleaner / program uninstaller | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | === 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 < | ||