Changes between Version 76 and Version 77 of Windows Eleven Tweeks
- Timestamp:
- 11/22/23 07:49:53 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows Eleven Tweeks
v76 v77 321 321 * Note to disable tool bars you need to goto edit prefrences then document, then save toolbar status, then scroll down and press OK 322 322 323 == Windows Repair (Do Both) ==323 == Windows Repair (Do All In This Order) == 324 324 325 325 {{{ 326 326 sfc /scannow 327 327 328 dism.exe /online /cleanup-image /startcomponentcleanup 329 330 dism.exe /online /cleanup-image /scanhealth 331 332 dism.exe /online /cleanup-image /restorehealth 333 328 334 DISM /Online /Cleanup-Image /CheckHealth 335 329 336 }}} 330 337