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:
- Hack Windows Admin Password using Ubuntu Linux
- New trick for breaking WINDOWS Administrator password
- How to use Windows Key in Ubuntu Linux
- Tip: Dual boot Ubuntu and windows 7
- Prevent end-user to restart your linux computer
- Speed Up Windows Boot Time
- How to block websites in Ubuntu Linux
- Unmounting the unresponsive DVD drive
- How to surf anonymus in ubuntu linux
- Get SSH back door in linux


Hey this is worked like anything thanks to webnesbay
Thanks for the information.