How to fix corrupted Windows registry from Ubuntu partition

The registry is one of the most important part of the Windows Operating System. Any problem with the registry can have far reaching consequences. A corrupted registry can prevent Windows from even starting up.

In this article, we will show you how you can fix a corrupted Windows registry from an Ubuntu partition.

So, if there is some problem with your Windows registry and you cannot start Windows, here is what you can do:

sudo apt-get install ntfs-3g
sudo apt-get install ntfsprogs
sudo mkdir /media/windows
sudo ntfs-3g -o force,rw /dev/<device name> /media/windows
sudo cp -r /media/windows/WINDOWS/system32/config/ /home/<user>/Desktop/
sudo ntfsfix /dev/<device name>/

[via Ubuntu Forum]

If this sounds like your situation, let's talk

No pitch decks. No sales process. Just a conversation about what you're dealing with and whether I can help.

Book a 30-minute call →