Jump to content

Recommended Posts

Posted (edited)

RegLaunch is a small script whose purpose is to launch RegEdit in the specified key. The key can either be specified as a command line parameter or , if no parameter is specified , an input box will popup for which to type the key in. Despite being only 55 lines I find it quite useful. Hope others find it useful as well. It also has support for the command line.

RegLaunch.au3

Reg.ico

Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Posted

Very big thanks !!!!!!

just :

Dim $sKey = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit", "LastKey")

$sKey = StringTrimLeft($sKey,StringInStr($sKey, "\"))

MirekFr :rolleyes:

Posted (edited)

Very big thanks !!!!!!

Your welcome. :rolleyes:

just :

Dim $sKey = RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit", "LastKey")

$sKey = StringTrimLeft($sKey,StringInStr($sKey, "\"))

MirekFr :rambo:

I don't see whats wrong with the original code. can you go into detail about the problem? Edited by SolidSnake
HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...