Announcement

Collapse
No announcement yet.

Navigate directly to a registry key

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Navigate directly to a registry key

    I know how to export registry keys.

    How do I navigate to a specific key automatically?

    I'd like to go to a device and then go directly to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run without having to expand each subkey

  • #2
    Re: Navigate directly to a registry key

    You can add a Registry Key object in Object Manager for this. Go to File->Manage Object View, click New, then change the Type to Registry Key. Enter in the key path, click Add, then OK.

    Comment


    • #3
      Re: Navigate directly to a registry key

      How do I make it apply to all the computers in my domain.

      I left computer name blank do I need to place a wildcard into that field?

      I get info for my computer, I don't see how to change from deviceID1 to deviceID2 to deviceID3 ...

      Comment


      • #4
        Re: Navigate directly to a registry key

        That would be the only option, with one computer per entry, or manually change it when you need to use it.

        Comment


        • #5
          Re: Navigate directly to a registry key

          Try this tool.

          Menu Caption: Query Run Section of Registry
          Command Line: cmd /c echo. %E% & "c:\Program Files\Support Tools\reg.exe" query \\%E%\HKLM\Software\Microsoft\Windows\CurrentVersi on\Run & echo. & pause

          Echo statements were added for formatting, otherwise it is all clumped together.

          You will have to have REG.EXE from the NT 4 Resource Kit or the Windows 2000 Support Tools.

          It's not pretty but quickly shows you the contents of this section.

          Hope it helps.

          Dave

          Comment


          • #6
            Re: Navigate directly to a registry key

            The previous "command line:" should be all the same line, not wrapped. Oops

            Dave

            Comment

            Working...
            X