Thanks a lot Jinx IT it really helps!
Just 1 more problem.
When I run the script it's alright, but when I do it in C# (my code below) I got UnauthorizedAccessExceptio
Any idea?
Main Topics
Browse All TopicsIs there any command line to open a key/value in RegEdit?
eg. I have the registry value
HKEY_LOCAL_MACHINE\SOFTWAR
I want to open RegEdit and it should show that value instead of the last key I opened.
I don't want any third party software. If there is no way, can we do it programatically in C#?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: Jinx_ITPosted on 2008-05-03 at 23:09:05ID: 21494707
Copy these lines to a Notepad document as save as registry.vbs
l") indows\Cur rentVersio n\Applets\ Regedit\La stkey",MyK ey,"REG_SZ "
E\Microsof t\Windows\ CurrentVer sion\Commo nFilesDir
Set WshShell = CreateObject("WScript.Shel
Dim MyKey
MyKey = Inputbox("Type the Registry path")
MyKey = "My Computer\" & MyKey
WshShell.RegWrite "HKCU\Software\Microsoft\W
WshShell.Run "regedit", 1,True
Set WshShell = Nothing
Double-click Registry.vbs and then type the full registry path which you want to open. [ Example: HKEY_LOCAL_MACHINE\SOFTWAR