Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pub:windows_repair [2021/08/06 13:33] derekpub:windows_repair [2024/05/01 07:19] (current) – removed derek
Line 1: Line 1:
-== clean 
- 
-===  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 
-* https://www.wisecleaner.com/wise-disk-cleaner.html 
-* https://portableapps.com/apps/utilities/wise-disk-cleaner-portable - clean and defrag 
- 
-===  bleachbit 
-* choose only browser cache and vaccum 
- 
-  choco install bleachbit.install 
- 
-===  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 
- 
-===  O&O Shutup 
-* https://www.oo-software.com/en/shutup10 
-* Action > Apply only recommended settings 
- 
-  choco install shutup10 
-  oosu10 
- 
-=== data recovery 
-* https://portableapps.com/apps/utilities/wise-data-recovery-portable 
- 
-== reset file permission 
-   
-  icacls * /t /q /c /reset 
-  icacls C:\Windows\Web /grant "%USERDOMAIN%\%USERNAME%":(F) /t 
-