Jump to content



Photo

JumpReg


  • Please log in to reply
12 replies to this topic

#1 AZJIO

AZJIO

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 998 posts

Posted 28 December 2010 - 05:59 AM

JumpReg v0.8.1 (En, Ru)

Jump into the registry key
Required RegScanner
screenshot

Readme_En

JumpReg.7z (610kb sources + EXE)

Edited by AZJIO, 22 August 2012 - 01:46 AM.








#2 MrCreatoR

MrCreatoR

    Must AutoIt!

  • MVPs
  • 3,241 posts

Posted 28 December 2010 - 08:29 AM

_RegJump(), and RegEdit Jumper based on this UDF.
Using OS: Win 7 Professional, Using AutoIt Ver(s): 3.3.6.1 / 3.3.8.1

Posted Image AutoIt Russian CommunityPosted Image Projects: ATT - Application Translate Tool [new] | BlockIt - Block files & folders [new] | SIP - Selected Image Preview [new] | SISCABMAN - SciTE Abbreviations Manager [new] | AutoIt Path Switcher | AutoIt Menu for Opera! | YouTube Download Center! | Desktop Icons Restorator | Math Tasks | KeyBoard & Mouse Cleaner | CaptureIt - Capture Images Utility | CheckFileSize ProgramPosted Image UDFs: OnAutoItErrorRegister - Handle AutoIt critical errors [new] | AutoIt Syntax Highlight [new] | Opera Library! | Winamp Library | GetFolderToMenu | Custom_InputBox()! | _FileRun UDF | _CheckInput() UDF | _GUIInputSetOnlyNumbers() UDF | _FileGetValidName() UDF | _GUICtrlCreateRadioCBox UDF | _GuiCreateGrid() | _PathSplitByRegExp() | _GUICtrlListView_MoveItems - UDF | GUICtrlSetOnHover_UDF! | _ControlTab UDF! | _MouseSetOnEvent() UDF! | _ProcessListEx - UDF | GUICtrl_SetResizing - UDF! | Mod. for _IniString UDFs | _StringStripChars UDF | _ColorIsDarkShade UDF | _ColorConvertValue UDF | _GUICtrlTab_CoverBackground | CUI_App_UDF | _IncludeScripts UDF | _AutoIt3ExecuteCode | _DragList UDF | Mod. for _ListView_Progress | _ListView_SysLink | _GenerateRandomNumbers | _BlockInputEx | _IsPressedEx | OnAutoItExit Handler | _GUICtrlCreateTFLabel UDF | WinControlSetEvent UDF | Mod. for _DirGetSizeEx UDFPosted Image Examples: ScreenSaver Demo - Matrix included | Gui Drag Without pause the script | _WinAttach()! | Turn Off/On Monitor | ComboBox Handler Example | Mod. for "Thinking Box" | Cool "About" Box | TasksBar Imitation DemoLike the examples/UDFs? Please rate the topic (up-right corner of the post header: Rating Posted Image)* === My topics === *

==========================================================Posted Image==========================================================

AutoIt is simple, subtle, elegant. © AutoIt Team


#3 AZJIO

AZJIO

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 998 posts

Posted 31 December 2010 - 07:12 PM

Deathbringer

Registry Jumper is having problems in Win7


#4 burnell

burnell

    Wayfarer

  • Active Members
  • Pip
  • 50 posts

Posted 27 January 2011 - 01:32 PM

Wow nice tool, very usefull! thanks

#5 burnell

burnell

    Wayfarer

  • Active Members
  • Pip
  • 50 posts

Posted 31 January 2011 - 06:59 PM

Here is the German Inifile for your JumpReg, just in case you or someone would it also.
Attached File  Ger.7z   1010bytes   112 downloads

On some websites user post strings like this:
[HKEY_CURRENT_USER\Software\Classes\Applications\notepad++.exe\shell\open\command]
[HKEY_CURRENT_USER - Software ->Classes >> Applications | notepad++.exe > shell \open , command]

So it would be perfect, if we can replace these letters by the script, to handle copy and paste easier!
I tried this one, but i think you get it even shorter:
And i don`t know, where to add in your script.
AutoIt         
Func CheckString($Value)     $Value = StringUpper($Value)     If $Value = "COMPUTER" Then Return $Value     $Value = StringReplace($Value, Chr(34), "")     $Value = StringReplace($Value, " |", "\")     $Value = StringReplace($Value, "| ", "\")     $Value = StringReplace($Value, " | ", "\")     $Value = StringReplace($Value, " - ", "\")     $Value = StringReplace($Value, " -", "\")     $Value = StringReplace($Value, "- ", "\")     $Value = StringReplace($Value, "-->", "\")     $Value = StringReplace($Value, "->", "\")     $Value = StringReplace($Value, ">>", "\")     $Value = StringReplace($Value, ">", "\")     $Value = StringReplace($Value, "-> ", "\")     $Value = StringReplace($Value, " ->", "\")     $Value = StringReplace($Value, " -> ", "\")     $Value = StringReplace($Value, "> ", "\")     $Value = StringReplace($Value, " >", "\")     $Value = StringReplace($Value, " > ", "\")     $Value = StringReplace($Value, " >>", "\")     $Value = StringReplace($Value, ">> ", "\")     $Value = StringReplace($Value, " >> ", "\")     $Value = StringReplace($Value, " \", "\")     $Value = StringReplace($Value, "\ ", "\")     $Value = StringReplace($Value, ",", "\")     $Value = StringReplace($Value, ";", "\")     $Value = StringReplace($Value, ',"', "\"); from inffile     $Value = StringReplace($Value, "\\", "\"); from regfile     $Value = StringReplace($Value, "COMPUTER\", "")     If StringRight($Value, 1) = "]" Then $Value = StringLeft($Value, (StringLen($Value) - 1))     If StringLeft($Value, 1) = "[" Then $Value = StringRight($Value, (StringLen($Value) - 1))     If StringRight($Value, 1) = "\" Then $Value = StringLeft($Value, (StringLen($Value) - 1))     $Value = "COMPUTER\" & $Value     Return $Value EndFunc ;=>CheckString


#6 AZJIO

AZJIO

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 998 posts

Posted 01 February 2011 - 12:53 AM

burnell

line 312
Case $msg = $Jump Or $msg = $comboreg             $comboreg0 = GUICtrlRead($comboreg)            $comboreg0 = CheckString($comboreg0) ; <<<<<<<<<<             $runyes=_Jump($comboreg0)




Delete: $Value = "COMPUTER\" & $Value

Edited by AZJIO, 01 February 2011 - 01:02 AM.


#7 burnell

burnell

    Wayfarer

  • Active Members
  • Pip
  • 50 posts

Posted 02 February 2011 - 04:37 PM

Thank you.

I delete also...
    $Value = "COMPUTER\" & $Value     If $Value = "COMPUTER" Then Return $Value     $Value = StringReplace($Value, "COMPUTER\", "")     $Value = StringReplace($Value, " | ", "\")     $Value = StringReplace($Value, " >> ", "\")     $Value = StringReplace($Value, " --> ", "\")     $Value = StringReplace($Value, " -> ", "\")     $Value = StringReplace($Value, " > ", "\")     $Value = StringReplace($Value, " - ", "\")


Now,it run also in WinXP...
AutoIt         
Func CheckString($Value)     $Value = StringUpper($Value)     $Value = StringReplace($Value, Chr(34), "")     $Value = StringReplace($Value, " |", "\")     $Value = StringReplace($Value, "| ", "\")     $Value = StringReplace($Value, " -", "\")     $Value = StringReplace($Value, "- ", "\")     $Value = StringReplace($Value, "-->", "\")     $Value = StringReplace($Value, "->", "\")     $Value = StringReplace($Value, "-> ", "\")     $Value = StringReplace($Value, " ->", "\")     $Value = StringReplace($Value, ">>", "\")     $Value = StringReplace($Value, " >>", "\")     $Value = StringReplace($Value, ">> ", "\")     $Value = StringReplace($Value, ">", "\")     $Value = StringReplace($Value, "> ", "\")     $Value = StringReplace($Value, " >", "\")     $Value = StringReplace($Value, ",", "\")     $Value = StringReplace($Value, " ,", "\")     $Value = StringReplace($Value, ", ", "\")     $Value = StringReplace($Value, ";", "\")     $Value = StringReplace($Value, "; ", "\")     $Value = StringReplace($Value, " ;", "\")     $Value = StringReplace($Value, ',"', "\")     $Value = StringReplace($Value, " \", "\")     $Value = StringReplace($Value, "\ ", "\")     $Value = StringReplace($Value, "\\", "\")     If StringRight($Value, 1) = "]" Then $Value = StringLeft($Value, (StringLen($Value) - 1))     If StringLeft($Value, 1) = "[" Then $Value = StringRight($Value, (StringLen($Value) - 1))     If StringRight($Value, 1) = "\" Then $Value = StringLeft($Value, (StringLen($Value) - 1))     Return $Value EndFunc ;=>CheckString


#8 AZJIO

AZJIO

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 998 posts

Posted 29 May 2012 - 07:58 PM

Update 0.8

Added CmdLine to run from Editor, such as Notepad ++
Added install hot key to jump when you copy to the Clipboard
GuiHotKey.au3 (rasim)
If the box is empty, then JumpReg searches for a string in the clipboard, and ignoring the characters r n, brackets and dashes [-]. You can select a line vertically from the reg file.
Added saving window width
In Favorites you can use separator <--->
Does not require third-party utilities
Dropdown list now has a size of no less than 600
added items in the menu
You can paste the string [HK ......], brackets will be ignored
$WS_CLIPCHILDREN to avoid flickering when resizing
And other minor fixes

#9 AZJIO

AZJIO

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 998 posts

Posted 22 August 2012 - 01:41 AM

Update 0.8.1

JumpReg + _Setting.au3

#10 Belini

Belini

    Polymath

  • Active Members
  • PipPipPipPip
  • 242 posts

Posted 22 August 2012 - 12:57 PM

Very useful this UDF, thanks for sharing.
Posted ImageAutoit Forum Brazil: http://autoitbrasil.com/ >> Autoit and arcades: http://www.arcadebr.com/forumMy Codes:

#11 burnell

burnell

    Wayfarer

  • Active Members
  • Pip
  • 50 posts

Posted 03 February 2013 - 10:19 AM

Hi AZJIO
I get an error:
+>11:13:35 AutoIt3: 3.3.9.4 Starting AutoIt3Wrapper v.2.1.0.33 Environment(Language:0407 Keyboard:00000407 OS:WIN_7/Service Pack 1 CPU:X64 OS:X86)
"C:\Program Files\AutoIt3\Include\GuiHotKey.au3" (20) : ==>Can not redeclare a constant.:
Global Const $WM_HOTKEY = 0x312
Global Const ^ ERROR


How to solve this?

Edited by burnell, 03 February 2013 - 10:19 AM.


#12 AZJIO

AZJIO

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 998 posts

Posted 03 February 2013 - 11:14 AM

How to solve this?

Remove constant in GuiHotKey.au3.

#13 burnell

burnell

    Wayfarer

  • Active Members
  • Pip
  • 50 posts

Posted 03 February 2013 - 11:45 AM

same error!
Global $WM_HOTKEY = 0x312; Const

Edit: ok, solved.

Thank you.

Edited by burnell, 03 February 2013 - 11:53 AM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users