Sunday, February 6, 2011

How to Fix Hal.Dll for Free


1. Reboot your computer. Sometimes this solves the problem if it was just a small bug in the operating system.
2. Go to your Start menu and click 'Run.'
3. Write 'cmd' in the box and click 'OK.'
4. Write 'cd /' to switch the directory focus to the main system drive's root folder.
5. Write 'attrib --h --r --s boot.ini' to make your boot file modifiable.
6. Delete your boot file by writing 'del boot.ini.'
7. Write 'BootCfg /Rebuild' to rewrite your boot file automatically.
8. Write 'FixBoot' to automatically fix your booting sequence. Your problem should disappear by now after you reboot your computer.