Results 1 to 3 of 3

Thread: [RESOLVED] Open Registry and Jump to a Key

  1. #1

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Resolved [RESOLVED] Open Registry and Jump to a Key

    Hello !

    i need the code to open registry window and jump to a perticuler key.

    pls...

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    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
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  3. #3

    Thread Starter
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    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
  •  



Click Here to Expand Forum to Full Width