Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Forums > Software

Vista Tutorial - Easily find registry locations in Windows Vista

Reply
 
Old 05-27-2008   #1 (permalink)
Antidisestablishmentarian


Join Date: May 2008
Vista Ultimate x64 MAK, OpenSolaris 5, Gentoo 2008.1....
 
 

Easily find registry locations in Windows Vista

Hi, all,

Just wanted to pass along a nice little tweaked program for making the registry a lot easier to use.

Even with Windows Vista, the basic registry editor has not changed - and one *sorely* missing feature is an 'address bar' of sorts, allowing you easy navigation through the registry.

Ever read a tutorial, like Copy as Path - Add or Remove from Context Menu and wished you could easily open that registry key without having to navigate through the tree on the left and find each individual hive / key?

Well, with RegEditX - Tweaks for the Windows Registry Editor (REGEDIT) you can - quickly, easily, and painlessly.

See, RegEditX has that missing address bar - so, if you want to go to the key mentioned in the tutorial I linked above, HKEY_CLASSES_ROOT\AllFilesystemObjects\shellx\ContextMenuHandlers\CopyAsPathMenu, you simply copy the entire thing, paste it in the address bar in RegEditX, and presto! You're there.

If you have need to use the registry a lot, or are like me, like to add system tweaks by hand, then this is a must have program for you.

*WARNING* - Editing the registry can result in your computer being rendered unusable. You assume all risks if you decide to edit anything in the registry. I assume no liability in providing you with this link. As always, be sure to make backups prior to changing anything.

My System SpecsSystem Spec
Old 05-27-2008   #2 (permalink)
ɠɛɐǨ


Join Date: May 2007
Windows Vista™ Ultimate
 
 

Re: Easily find registry locations in Windows Vista

Quote  Quote: Originally Posted by johngalt View Post
Hi, all,

Ever read a tutorial, like Copy as Path - Add or Remove from Context Menu and wished you could easily open that registry key without having to navigate through the tree on the left and find each individual hive / key?
Hi John,

Did you know the "Copy as Path" context menu is already in Vista and you dont need to edit the registry to bring it up.... Just hold shift while right-clicking on an object like a folder or file



Steven
My System SpecsSystem Spec
Old 05-27-2008   #3 (permalink)
Antidisestablishmentarian


Join Date: May 2008
Vista Ultimate x64 MAK, OpenSolaris 5, Gentoo 2008.1....
 
 

Re: Easily find registry locations in Windows Vista

Yes, I knew that - that is why I used that one as the example :P
My System SpecsSystem Spec
Old 05-27-2008   #4 (permalink)
Member


Join Date: Apr 2008
Ultimate x64 SP1
 
 

Re: Easily find registry locations in Windows Vista

is there something we can add to the shortcut to make it run as admin by default?
My System SpecsSystem Spec
Old 05-27-2008   #5 (permalink)
Antidisestablishmentarian


Join Date: May 2008
Vista Ultimate x64 MAK, OpenSolaris 5, Gentoo 2008.1....
 
 

Re: Easily find registry locations in Windows Vista

Well, there's two things:

1) On install, it will probably say it cannot find regedit - reboot.

2) After that, every time it tries to run, you get a UAC prompt - it automatically runs as admin.

3) I mentioned in another thread on how to automatically runs items with admin privileges using a neat trick in Task Scheduler - Dmex is gonna write up a tutorial on it soon, but I need to test that a bit - I think it may not work with items that automatically are requesting system level privileges....
My System SpecsSystem Spec
Old 05-27-2008   #6 (permalink)
Member


Join Date: Apr 2008
Ultimate x64 SP1
 
 

Re: Easily find registry locations in Windows Vista

nice one John, thanks!
My System SpecsSystem Spec
Old 06-03-2008   #7 (permalink)
Member


Join Date: Apr 2008
Ultimate SP1 x64 & x86
 
 

Re: Easily find registry locations in Windows Vista

Quote  Quote: Originally Posted by johngalt View Post
Even with Windows Vista, the basic registry editor has not changed - and one *sorely* missing feature is an 'address bar' of sorts, allowing you easy navigation through the registry.
It remembers me a little vb script i made a while ago as i often open my registry.

I put the attached zipped vb script in my windows folder so i can run it like regedit.

What this script does: Copy an address like this one:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\CD Burning
Then run the script.
Another tip, when no address has been copied (last copy), it just opens regedit with no expanded folders (last key viewed normally)

It can be added in the IE context menu.

Last edited by sidney1st; 07-06-2008 at 07:04 PM..
My System SpecsSystem Spec
Old 06-03-2008   #8 (permalink)
ɠɛɐǨ


Join Date: May 2007
Windows Vista™ Ultimate
 
 

Re: Easily find registry locations in Windows Vista

Quote  Quote: Originally Posted by sidney1st View Post
Quote  Quote: Originally Posted by johngalt View Post
Even with Windows Vista, the basic registry editor has not changed - and one *sorely* missing feature is an 'address bar' of sorts, allowing you easy navigation through the registry.
It remembers me a little vb script i made a while ago as i often open my registry.

I put the attached zipped vb script in my windows folder so i can run it like regedit.

What this script does: Copy an address like this one:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\CD Burning
Then run the script.
Another tip, when no address has been copied (last copy), it just opens regedit with no expanded folders (last key viewed normally)

It can be added in the IE context menu.
Thats a very cool way of opening the registry any plans on a topic of these useful utilities you have collected?

Cheers Sindey1st

Steven
My System SpecsSystem Spec
Old 06-05-2008   #9 (permalink)
Member


Join Date: Apr 2008
Ultimate SP1 x64 & x86
 
 

Re: Easily find registry locations in Windows Vista

Quote  Quote: Originally Posted by dmex View Post
any plans on a topic of these useful utilities you have collected?
Hi Steven,
I don't collect them, i just make some when i need a particular task to be done which is not implemented in Vista or when i have to perform so many clicks to open so many windows just to get what i want or mainly to perform a task which is just not normally possible to perform in vista, in this case, it is like a challenge.
For example like the one above but implemented in IE with just a select link, right click and open in registry or select text in ie and open either in notepad/ultraedit or word, etc.... And to be honnest, i am too lazy to write tutorials, i admire Shawn the way he wrote the tutorial section
My System SpecsSystem Spec
Old 06-05-2008   #10 (permalink)
ɠɛɐǨ


Join Date: May 2007
Windows Vista™ Ultimate
 
 

Re: Easily find registry locations in Windows Vista

Quote  Quote: Originally Posted by sidney1st View Post
Quote  Quote: Originally Posted by dmex View Post
any plans on a topic of these useful utilities you have collected?
Hi Steven,
I don't collect them, i just make some when i need a particular task to be done which is not implemented in Vista or when i have to perform so many clicks to open so many windows just to get what i want or mainly to perform a task which is just not normally possible to perform in vista, in this case, it is like a challenge.
For example like the one above but implemented in IE with just a select link, right click and open in registry or select text in ie and open either in notepad/ultraedit or word, etc.... And to be honnest, i am too lazy to write tutorials, i admire Shawn the way he wrote the tutorial section
Brink and Myself can create the Tutorials if you like? How many to you have?
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
search wont find files in locations i set to index Vista file management
can't find HKey...soft\Jet in Vista registry; re MaxLocksPerFile Vista General
Is there any way to run 16-bit programs on Windows Vista (easily)? Any hacks? Vista General
Vista Installation Can't Find Registry, Install Fails Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46