Tux to linuxmemes • 1 month agoWindows VS Linux (part 3)imagemessage-square25arrow-up1422arrow-down116cross-posted to: tech_memes
arrow-up1406arrow-down1imageWindows VS Linux (part 3)Tux to linuxmemes • 1 month agomessage-square25cross-posted to: tech_memes
minus-square0^2linkfedilink14•1 month agochkdsk /scan If any errors found, stop and /f them Then: DISM.exe /Online /Cleanup-image /Restorehealth Finally: sfc /scannow
minus-square@[email protected]linkfedilink-2•edit-21 month agoIs that command line stuff? Hard pass for Windows users. Edit: I guess the Windows users didn’t like that joke
minus-squareMadelinelinkfedilinkEnglish9•1 month agoyes, it is. those are pretty much the definitive windows commands to try to fix random stuff like this too, if they fail then it’s reinstall time lmao
minus-squareDacoTacolink4•1 month agoSure, but then they shouldnt complain. Stuff break on linux too and when fixing them you also often have to open a terminal. When things are broken, a terminal is often the goto on any system…
chkdsk /scan
If any errors found, stop and /f themThen:
DISM.exe /Online /Cleanup-image /Restorehealth
Finally:
sfc /scannow
Is that command line stuff? Hard pass for Windows users.
Edit: I guess the Windows users didn’t like that joke
yes, it is. those are pretty much the definitive windows commands to try to fix random stuff like this too, if they fail then it’s reinstall time lmao
Is fixmbr still used?
Sure, but then they shouldnt complain. Stuff break on linux too and when fixing them you also often have to open a terminal. When things are broken, a terminal is often the goto on any system…