Tips Tricks Tutorials

WEB-NES-BAY

Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware

bookmark bookmark
WEBNESBAY On October - 20 - 2009

This is new trick where you can repair your windows using your linux.

Warning…!!!: Please don’t follow this trick if you are not familiar with windows and linux installation

Our crazy windows some times says some dll  files missing etc etc

Corurpt or missing : C:\WINDOWS\SYSTM32\CONFIG\SYSTEM Put Windows CD etc etc…

Step 1

For doing this trick you need to have any linux OS (any distribution)

Step 2

Insert your linux boot disk and drop to root prompt

Step3

Now run the below command

dosfsck -a /dev/sdaN

where /dev/sdaN is the Drive windows is installed on. If you are not sure what is the value of N, then type df -h you can see the sdaN with windows mount. This should fix a corrupt file system.

Step 4

Reboot the system

If the above process doesn’t works out follow the below steps.

Boot into linux and do the following as root

Mount the drive windows is installed on to say “/mnt/c”

# cd /mnt/c/windows/system32
# cp -r config /home/username
# cp ../Repair/system config/system

Now reboot the system. It should boot into windows and show your desktop.  After booting in to windows use system restore to get back to your initial state.

Related posts:

  1. Hack Windows Admin Password using Ubuntu Linux
  2. New trick for breaking WINDOWS Administrator password
  3. How to use Windows Key in Ubuntu Linux
  4. Tip: Dual boot Ubuntu and windows 7
  5. Prevent end-user to restart your linux computer
  6. Speed Up Windows Boot Time
  7. How to block websites in Ubuntu Linux
  8. Unmounting the unresponsive DVD drive
  9. How to surf anonymus in ubuntu linux
  10. Get SSH back door in linux
Categories: Linux, PC Tips

2 Responses

  1. themay says:

    Hey this is worked like anything thanks to webnesbay

  2. Assistencia Tecnica says:

    Thanks for the information.

Leave a Reply