Posts Tagged ‘broken’

Repair broken system files on Windows 7

Wednesday, May 23, 2012 posted by CSch

When important system files break, hardly anything on your machine remains working. Many programs won’t be able to start and you will be flooded with error notifications and Bluescreens of Death.

Windows 7 has a function to solve that kind of problem itself. All you will need for the procedure is access to your machine and your Windows 7 installation disk.

1. Enter your Windows 7 DVD into the disk tray. Then run the command line by typing cmd in the main menu. Right-click the application and select Run as administrator to run it with administrative rights (alternatively, you can press Ctrl + Shift + Enter while cmd is highlighted).

2.  Enter following into the console:

sfc /scannow

3. The system scan will be initiated and the broken files will be localized. This can take a few minutes. If broken files are found, they will be replaced by healthy ones from the DVD.

4. Perform a Windows update to make sure the new system files are up to date and reboot afterwards.

Thanks to Alexander Fox for this post!

Log In As Root in Live Mode (Linux Mint)

Monday, September 26, 2011 posted by CSch

After crashing your system and getting entertaining colored screens on boot, you may have to consider booting in live mode from a bootable device such as an installation DVD or a USB-device. However you’ll need to be able to log in as root in most cases to make changes in configuration files and others to get your system running again. While you can log in as root with a password on your normal system, you can do so in live mode by entering

sudo su -

into the terminal. This logs you in as root so you get to edit your important broken files to be able to boot from your hard drive again.