PC Diangostics: Offline NT Password & Registry Editor
Posted by Beuy in Uncategorized on October 7, 2009

You need to log into safe mode of your family members computer, however their user account doesn’t have administration privileges, and they don’t know the password to the administrator account, worse still it’s not blank, password, or the name of the family dog!
A handy tool to deal with this problem is the Offline NT Password & Registry Editor, another bootable device that needs to load before the operating system. With this you can blank the administrator or change the password (Warning: I have never managed to change the password successfully, however blanking has always worked!) this will let you log into the machine to make the changes you need.
I highly suggest that a backup image of the machine be taken via a cloning tool before you make any changes with ONTPRE, there is always the slight possibility that something will go wrong and it’s much better to have a backup and not need it instead of finding yourself with a corrupt system and no backup.
Fix-it Tuesday: IP Address Conflict
Posted by Beuy in Uncategorized on October 6, 2009
A common problem that plagues large Windows Domains and Networks is the IP Address Conflict, this is when a device is trying to communicate to the Gateway or Primary Point of Contact, and is informed that the IP address it is using is the same as another device. This is usually confusing as DHCP is most commonly used in large networks.
In order to resolve this problem, it is first required that you understand the basics of IP addresses, if a machine receives a lease from a DHCP server with an IP address that reports a conflict, it is unlikely that the DHCP server is corrupted, but rather much more likely that there is another device on the network with a Static IP address.
The most effective way to correct this issue is to track down the device with the Static IP and change it’s IP to outside the DHCP range. Following is a true step-by-step troubleshooting method that I recently performed:
- Change the workstation that is reporting the IP Address Conflict to a Static IP outside the DHCP range.
- Delete the lease for the workstation from the DHCP server.
- Ping the offending address to ensure that the device is still on the network.
- Perform a Port Scan with a program like Nmap to identify the device, in my case port 80 was open, so I went to the URL of the device and confirmed it to be an IP based camera provided by a company called GeoVision.
- Inform the owner of the device to change the IP to outside the DHCP range.
- Change the original workstation back to DHCP and ipconfig /renew to request a new lease.
As with many problems, breaking down into layers is key to resolving the issue.
PC Diangostics: Memtest86
Posted by Beuy in Troubleshooting on October 1, 2009

Perhaps one of the most frustrating PC problems I had ever encountered was when I was still somewhat new to building custom units, I was receiving all kinds of strange and bizarre errors on my XP workstation such as unable to open cabinet files, installation errors, incredible up and down system performance. In the end it turned out to be a single corrupted chip on one of my sticks of DDR memory.
A useful tool to easily identify corrupted Memory is Memtest86, a freely available OS-independent bootable CD. After downloading and creating a CD from the image on the website, restart the PC and boot into the device. There are many options available to tweak but Memtest86 will automatically begin running the basic test. If you get errors similar to the image, then you’ve got corrupted memory somewhere.
Next steps are to remove each stick of memory, change over the slots etc etc and continue running Memtest86 until you nail down the problem. Memtest86 is a must-have for anyone’s PC troubleshooting kit!