Regedit - Open on specific key

  • Thread starter Thread starter Kevin R.
  • Start date Start date
K

Kevin R.

Is there any way to specify on a command line that regedit open
already on a specific key?
 
You could use RegWrite method of VBScript to write to the Reg_Sz string;

"LastKey"=""
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit


prior to starting regedit.exe

--
Regards,

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


:
| Is there any way to specify on a command line that regedit open
| already on a specific key?
 
You could use RegWrite method of VBScript to write to the Reg_Sz string;

"LastKey"=""
HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit


prior to starting regedit.exe

--
Regards,

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


:
| Is there any way to specify on a command line that regedit open
| already on a specific key?
 
In said:
Is there any way to specify on a command line that regedit open
already on a specific key?

An obsure one.

A third-party registry tool may be an easier and more capable solution.
 
In said:
Is there any way to specify on a command line that regedit open
already on a specific key?

An obsure one.

A third-party registry tool may be an easier and more capable solution.
 
Mark V said:
An obsure one.

A third-party registry tool may be an easier and more capable solution.
Just for example:
Command "RegWorks.exe hkcu\software" opens hkcu\software key
 
Mark V said:
An obsure one.

A third-party registry tool may be an easier and more capable solution.
Just for example:
Command "RegWorks.exe hkcu\software" opens hkcu\software key
 
Back
Top