starting regedit or regedt32 and directly browse to a specified location

D

Dave

How can I start regedit or regedt32 and let it automaically browse to a specified location? (via commandline
parameters?)
 
D

Dave Patrick

Write the desired path to;
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\LastKey
just prior to opening regedit.exe


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| How can I start regedit or regedt32 and let it automaically browse to a
specified location? (via commandline
| parameters?)
|
|
 
M

Mark V

In said:
Write the desired path to;
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Last
Key just prior to opening regedit.exe

For regedit.exe there is a handy CLI utility.

Regjump v1.01
Copyright (C) Mark Russinovich
Sysinternals - www.sysinternals.com

usage: regjump <path>
e.g.: regjump HKLM\Software\Microsoft\Windows

I keep my regedt32 set "collapsed" and arranged and set to not remember
the last settings. Therefore I do not immediately where the layout and
current key focus is stored. You might try REGMON.EXE (also from
Sysinternals) to try to find it perhaps.
 
D

Dave Patrick

Another possibility is to set read-only permissions on;
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| For regedit.exe there is a handy CLI utility.
|
| Regjump v1.01
| Copyright (C) Mark Russinovich
| Sysinternals - www.sysinternals.com
|
| usage: regjump <path>
| e.g.: regjump HKLM\Software\Microsoft\Windows
|
| I keep my regedt32 set "collapsed" and arranged and set to not remember
| the last settings. Therefore I do not immediately where the layout and
| current key focus is stored. You might try REGMON.EXE (also from
| Sysinternals) to try to find it perhaps.
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top