Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
RegScanner 2.25

jyRpqR5.png

Program tak brzydko wygląda tylko u mnie.

RegScanner to małe narzędzie umożliwiające skanowanie rejestru, znalezienie pożądanych wartości rejestru zgodnie z podanymi kryteriami wyszukiwania i wyświetlenie ich na jednej liście bez potrzeby korzystania z klawisza F3 w celu znalezienia następnej wartości. Po znalezieniu wartości rejestru można też łatwo przejść do odpowiedniej wartości w RegEdit, wystarczy dwukrotnie kliknąć żądany element rejestru. Można także wyeksportować znalezione wartości rejestru do pliku .reg i dopiero wtedy poddać edycji RegEdit lub w razie potrzeby przywrócić.

Z1gR12x.png


Versions History
  • Version 2.25:
    • Added option to scan the Registry from command-line and export he result to csv/tab-delimited/html file.
  • Version 2.20:
    • Added 'Export Value To Binary File' option.
    • Fixed the status bar display during scanning to be smoother and without flickering.
  • Version 2.17:
    • Added 'New RegScanner Instance' under the File menu, for opening a new window of RegScanner.
  • Version 2.16
    • Fixed bug: When exporting value names with '\' character, RegScanner exported it as one '\' character instead of 2 '\' characters.
  • Version 2.15
    • You can now specify multiple base keys to scan, delimited by comma. (For example: HKLM\Software\Microsoft\Windows\CurrentVersion, HKCU\Software\Microsoft\Windows\CurrentVersion )
      Be aware that if the base key you want to scan contains a comma character, you have enclose the key with quotes (For example: "HKLM\Software\My,Key")
  • Version 2.10
    • The date/time values are now saved to the config file.
    • Added 'Save Settings' button for saving the settings without scan.
    • Fixed the edit mode in date/time controls.
  • Version 2.07
    • Added 'Run As Administrator' option (Ctrl+F11), which allows you to easily run RegScanner as administrator on Windows Vista/7/8/2008.
  • Version 2.06
    • RegScanner now remembers the last position of the scan options window.
    • Fixed bug: RegScanner failed to remember the last size/position of the main window if it was not located in the primary monitor.
  • Version 2.05
    • Fixed bug: RegScanner crashed when searching values using wildcard.
  • Version 2.04
    • Fixed to display date/time values according to daylight saving time settings.
  • Version 2.03
    • Added 'Clear Recent Files List' option to the 'Recent Config Files' menu.
  • Version 2.02
    • The find string is now displayed in the title bar of the main window.
  • Version 2.01
    • When running RegScanner on Windows Vista/7/8/2008 without 'Run As Administrator', it now allows you to use the 'Open In RegEdit' feature (Elevation window will appear when using the 'Open In RegEdit' option).
  • Version 2.00
    • Added option to search Registry items by wildcards. (For example: *num* , abc????)
  • Version 1.96
    • RegScanner now remembers the last 20 find strings you used and allows you to easily choose them again from a combo-box.
    • Fixed the flickering occurred while scrolling the Registry items.
  • Version 1.95
    • Fixed the export and delete features to work properly on the Registry of remote computer.
    • Fixed issue: The properties and the other windows opened in the wrong monitor, on multi-monitors system.
  • Version 1.90
    • Added 'Recent Config Files' menu, which allows you to easily open the last 10 configuration files that you used.
  • Version 1.85
    • Added option to exclude one or more keys from the Registry scanning. You can specify the Registry keys to exclude as comma-delimited list. By using this feature you can skip some major Registry keys (like HKLM\Software\Classes) to make the search much faster.
  • Version 1.83
    • The status bar now displays the total data size of selected Registry items in KB/MB.
  • Version 1.82
    • Added the 'Delete Selected Keys/Values' option into the context menu, as well as this options is now disabled if there is no any selected Registry item.
  • Version 1.81
    • Fixed problem: On Windows 7/Vista, RegScanner entered into a recursive scan of VirtualStore key , something like HKCR\VirtualStore\MACHINE\SOFTWARE\Classes\VirtualStore\MACHINE\SOFTWARE\Classes\VirtualStore...
  • Version 1.80
    • Added 'Delete Selected Keys/Values' option. (See Below)
  • Version 1.77
    • Fixed bug: When searching a key in 'Exact Match' mode, RegScanner compared the search string with the full key path, and thus it never found the key.
  • Version 1.76
    • Export Selected Items - String values are now exported as strings and DWord values are now exported as DWords. (In previous versions they exported as binary)
    • Fixed bug: When using 'Export Selected Items' more than once, the first key was missed.
  • Version 1.75
    • New option: Show found items during the scan process
  • Version 1.70
    • Added 2 regular expression options
  • Version 1.65
    • Fixed bug in x64 version: RegScanner returned wrong search results.
  • Version 1.64
    • Fixed bug: The main window lost the focus when the user switched to another application and then returned back to RegScanner.
  • Version 1.63:
    • Added support for saving as comma-delimited file.
  • Version 1.62:
    • Fixed bug: RegScanner displayed a crash window immediately after running it.
  • Version 1.61:
    • Fixed bug: RegScanner remained in memory if you closed the main window during the Registry scan.
  • Version 1.60:
    • Fixed bug: opening HKLM in RegEdit failed if there was no '\' character.
    • New option: 'Open Clipboard Text In RegEdit' - Allows you to open RegEdit with the key that is currently in the clipboard.
    • New command-line option: /clipregedit
  • Version 1.56:
    • Removed the text length limit from the 'Base Key' combo-box
  • Version 1.55:
    • Added 'Registry item contains any value' in the matching combo-box. This option replace the 'Load all keys...' option in the previous versions.
    • Added 'Add only keys' option - allows you to scan only the Registry keys (without values).
    • Added a separated download for x64.
  • Version 1.51:
    • Fixed RegEdit open problem with HKEY_USERS key.
  • Version 1.50:
    • New option: Support Reg: Links - Allows you to use reg: links for opening Registry keys in RegEdit. For example: reg:HKLM\Software\Microsoft\Windows\CurrentVersion
    • New command-line option: /regedit
    • New option: Create Delete .Reg File - Creates a .reg file that deletes all selected Registry values.
  • Version 1.40:
    • New search option: Registry item contains the specified DWORD value.
    • New search option: Registry item contains the specfied binary value
    • New option: Scan a remote computer.
    • New option: Copy the selected key to the clipbard (Ctrl+K).
    • As opposed to previous versions that only scanned the HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER keys, now you can also choose to search under HKEY_CLASSES_ROOT, HKEY_USERS, and HKEY_CURRENT_CONFIG.
  • Version 1.30:
    • New search option: search by value type.
    • New option: Save/load RegScanner configuration.
    • A tooltip is displayed when a string in a column is longer than the column length.
    • The configuration of RegScanner utility is now saved into a file (regscanner.cfg - located in the same folder of the executable file) instead of saving it to the Registry.
      (If from some reason, you still want that RegScanner utility will save the configuration data into the Registry, run it with /usereg parameter)
  • Version 1.20:
    • New option: Export selected items to a .reg file that you can use in RegEdit.
    • New column: Data Length.
    • New search option: search by data length.
    • Dramatically reduced memory footprint during search. (Fixed bug from previous versions)
  • Version 1.10:
    • New column: Key Modified Time (Only for Windows NT/2000/XP)
    • New search option: by key modified time (Only for Windows NT/2000/XP)
    • New search option: Add entry for each found key (Only when you select to search by key name)
    • New search option: Search for Unicode strings in binary values.
    • Added support for Windows XP visual styles.
  • Version 1.00: First Release.

64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!


Spolszczenie (od wersji 2.20):
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
RegScanner v2.31
Version 2.31:
  • Fixed issue (RegScanner 32-bit without elevation): When scanning the HKEY_CURRENT_USER\Software\Classes\VirtualStore\Machine\SOFTWARE key, RegScanner displayed the keys stored under the HKEY_LOCAL_MACHINE\Software key. This problem was caused by a bug in Regsitry API of Windows, and a workaround was added to RegScanner so the Registry scan will work properly with this bug.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
RegScanner 2.35
Version 2.35:
  • Added option to scan the 32-bit or 64-bit view of the Regsitry.
  • By default (When you don't choose the 32-bit or 64-bit option) - the 32-bit version of RegScanner scans the 32-bit Registry and the 64-bit version of RegScanner scans the 64-bit Registry.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
13036
Reakcje/Polubienia
43995
RegScanner 2.45
Version 2.45:
  • Added 'Run As System' option (Under the help menu), which allows you to easily run RegScanner as system user in order to search Registry hives accessible only with system user (HKEY_LOCAL_MACHINE\SAM and HKEY_LOCAL_MACHINE\Security ).
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37845
Reakcje/Polubienia
33963
RegScanner 2.50
Version 2.50:
  • Added new search option: 'Registry item contains remote network path'. When you select this option, RegScanner searches and displays any string that looks like a path to remote computer on your network, for example: \\192.168.0.10\c$ , Z:\Windows (Only if Z: is remote network drive).
  • This feature can be useful if your system freezes when your network is disconnected and you want to find references to remote computers in the Registry in order to try to fix the problem.
Pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry