Tux@lemmy.world to linuxmemes@lemmy.world · 2 days agoWindows VS Linux (part 3)lemmy.worldimagemessage-square24fedilinkarrow-up1392arrow-down116cross-posted to: tech_memes@lemmy.world
arrow-up1376arrow-down1imageWindows VS Linux (part 3)lemmy.worldTux@lemmy.world to linuxmemes@lemmy.world · 2 days agomessage-square24fedilinkcross-posted to: tech_memes@lemmy.world
minus-square0^2@lemmy.dbzer0.comlinkfedilinkarrow-up9·17 hours agochkdsk /scan If any errors found, stop and /f them Then: DISM.exe /Online /Cleanup-image /Restorehealth Finally: sfc /scannow
minus-squareInFerNo@lemmy.mllinkfedilinkarrow-up3arrow-down6·edit-26 hours agoIs that command line stuff? Hard pass for Windows users. Edit: I guess the Windows users didn’t like that joke
minus-squaremadeline@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up8·15 hours 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-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up3·14 hours 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…