Deleting Pesky Registry Entires

28 December 2010 | 2:45 am

The other day while working on some Windows USB drivers, it was required that some entries in the registry be deleted. The goal was to remove the entries to re-establish a "virgin" system for testing. The registry entries were owned by the "System" so launching regedit with elevated [Admin] privileges didn't help when trying to delete the items. It was also a lost cause (and a waste of about 30 minutes) trying to play around with the entry's ownership. Right-clicking on the entry and trying to delete only resulted in the annoying dialog box below.

Reg Delete Message

The magic trick needed to delete the pesky registry entries is to use the Psexec which can be downloaded from Microsoft. You can read the manual page and more about the tools from here, but basically it's used in our case to launch regedit as the SYSTEM user. Before using, you'll want to extract the download archive and add an entry in your environment variables to point to the EXE. To finally get rid of those pesky registry entires, simply start a command shell as Admin and run the command below:

'psexec -s -i regedit'

Now you can navigate to any registry entry, right click, and edit or delete as desired. Begone unwanted registry entries for good.

P.S. Needless to say you should know what you're doing when working with regedit, have backups, not call us when you accidentally trash you system, etc., etc., etc.


Windows Phone 7 Commercial

13 October 2010 | 11:20 pm
Love this commercial. I think this will really resonate with users. If nothing else, it's so true [and funny]. Let's see if the technology and user experience behind Windows Phone 7 is as good as the commercial. I hope so...


Renesas DevCon 2010

13 October 2010 | 4:40 am
This week we are participating at DevCon as both an exhibitor and speaker. Tomorrow morning will be our first of two lectures on using Renesas' new cap touch solutions.

413C - Can Touch This: Designing Cap Sense Solutions

Can't resist the urge to press multiple buttons when in an elevator? Does the electronics section in the local department store light-up like the Vegas strip after your "interactive" visit? Join us in learning how to implement capacitive based touch solutions from a practical, application engineering perspective. Session topics to address choosing appropriate user interfaces and leveraging Renesas' touch library with emphasis on how to handle capacitive-based switches, sliders, and rotary wheels within application code. While this session will focus on "touchy-feely" topics, all displays of crying, hugging, emotional openness, or any other forms of overt tender feelings are prohibited during the presentation.



If you're unable to make it, stay tuned as we'll be posting the full presentation soon after the show.

Web Site Upgrade

13 October 2010 | 4:25 am
It's been over 3 years now that we've wanted to update our web site to a fresher, cleaner look-n-feel. Well, after starting and stopping this endeavor numerous times, we've decided to draw the line and just flip the switch "as is". We've been so focused on supporting our customers that this project will never get done unless we go public and become "forced" to work on it. So disclaimer... Please bear with us as we continue to update the site over the next few weeks.

Categories