|
-
Jun 21st, 2006, 02:55 AM
#1
[RESOLVED] Open Registry and Jump to a Key
Hello !
i need the code to open registry window and jump to a perticuler key.
pls...
-
Jun 21st, 2006, 04:16 AM
#2
Re: Open Registry and Jump to a Key
Solution 1:
Regedit saves last opened key in,
Code:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\LastKey
and restores view to that key on opening.
If you first change value of that particular key and then open regedit, then it will open that particualr key (in Win2K/XP systems).
Solution 2:
http://www.freevbcode.com/ShowCode.asp?ID=7819
-
Jun 22nd, 2006, 11:21 AM
#3
Re: Open Registry and Jump to a Key
Hai i prank !
Your post really have the solution. let me rate your post
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|