How to reset a Windows Vista password
Filed Under Geek, Hacks and Mods, Software, Tools, Windows |

So you, er I mean “a friend”, forgot your password on a Windows Vista machine that you haven’t used in awhile. You would never forget a password, right? And now you need to get into the machine and don’t want to blast away and install Windows fresh. If you use Windows XP you can just boot into Safe Mode and use the built in administrator account, but if you’re in Vista that account has been disabled by default. Luckily there’s a tool that will help you reset that password in Windows NT and Vista. It’s called Offline NT Password & Registry Editor (pretty catchy name, eh?). Simply download the zip file containing an .iso, burn it with your favorite CD burning software, pop it in the drive and go. It will boot up a copy of linux off the CD and ask you all sorts of questions. When in doubt, hit Enter to accept the default. Before you know it, you’ll have a reset password and will be staring at your desktop again in no time. There is another way to reset Vista passwords, but it requires that you created a password reset disk before you forgot your password. You might want to do this now in case you forgot your password. There are instructions over on Microsoft’s site.
Of course all of this exposes just how easy it can be to get into a machine that’s password protected. In the end, it’s pretty safe to say that if someone has physical access to your machine, you’re just plain screwed.
Turn off border popup on OLPC laptop
Filed Under Geek, Hacks and Mods, XO Laptop |
One of the minor, yet incredibly annoying features about Sugar, the operating system on the XO laptop, is that there is this thick border that pops up to allow you to navigate. It seems to be really sensitive and loves to pop up when I try to go access the menus in a program that’s running. I put up with it for a long time, but finally stumbled across the information to turn off that automatic popup based on mouse location.
Open up Terminal and enter these commands:
su
cd /usr/share/sugar/shell/view/frame
nano -w eventarea.py
Now, find line 56 and 57 and comment them out. i.e. change
invisible.connect(’enter-notify-event’, self._enter_notify_cb)
invisible.connect(’leave-notify-event’, self._leave_notify_cb)
to
#invisible.connect(’enter-notify-event’, self._enter_notify_cb)
#invisible.connect(’leave-notify-event’, self._leave_notify_cb)
Either reboot your laptop, or exit out of everything and hit Ctrl+Alt+Erase to restart the GUI. Now you can just use the box key in the top right corner of the keyboard to access the border navigation!
Nintendo Light Zapper + Wiimote
Filed Under Fun, Gadgets, Hacks and Mods, Old Hardware, Video Games |

I told you how the old school Nintendo Light Zapper works, but now cyberpyrot over at AcidMods shows you how to modify one for use with the Nintendo Wii. Pretty simple, yet slick and a nice merging of old school with new school.