Tux to [email protected] • 2 days agoWindows VS Linux (part 3)lemmy.worldmessage-square25fedilinkarrow-up1392
arrow-up1392imageWindows VS Linux (part 3)lemmy.worldTux to [email protected] • 2 days agomessage-square25fedilink
minus-square0^2linkfedilink10•17 hours agochkdsk /scan If any errors found, stop and /f them Then: DISM.exe /Online /Cleanup-image /Restorehealth Finally: sfc /scannow
minus-square@[email protected]linkfedilink3•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-square@[email protected]linkfedilinkEnglish8•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-squareDacoTacolinkfedilink4•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…