Autor Thema: Tools diverses (Desktop,Dateimanipulation,Shell etc.)...  (Gelesen 819099 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
MassCert 2.0.2.16
« Antwort #14385 am: 02 Juni, 2020, 13:30 »
MassCert is a portable utility designed to allow placing digital signatures to files.

Having a program file with a digital signature can alleviate false positives as well as providing confidence to users about the authenticity and integrity of the file. MassCert is displayed from a simple UI that makes the process of digitally signing Windows programs a breeze. It requires utilization of Microsoft's SignTool to add signatures to files.

Freeware

Whats new:>>

Update ICS library to 8.64 and OpenSSL to 1.1.1g

http://www.kcsoftwares.com/?masscert

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
AutoHideDesktopIcons 4.04
« Antwort #14386 am: 02 Juni, 2020, 17:15 »
"Auto Hide Desktop Icons" ist ein kleines portables Windows Programm, das Ihnen beim Einsatz von Desktop-Hintergründen hilft, diese mal auch sauber und in voller Pracht zu sehen.

Durch das automatische Verstecken und Zeigen der Desktop-Symbole und mit einem einstellbaren Timer (Kurzzeitmesser), sowie frei wählbaren Aktivierungsoptionen, ist es genau das richtige Desktop-Tool, wenn der Desktop mit Icons überflutet ist, somit hat man was vom Desktophintergrund.

Freeware

What's new: >>

Bigfix: Wenn die Standardsystemsprache für die Unterstützung mehrerer Sprachen erkannt wird
Vielen Dank an die Übersetzer für 31 Sprachen
Kleine Verbesserungen und Verbesserungen

http://www.softwareok.com/?seite=Microsoft/AutoHideDesktopIcons

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
thilmera7 0b163
« Antwort #14387 am: 02 Juni, 2020, 17:45 »
thilmera7 is an application that will display various information about your computer usage. The application provides you with CPU, GPU, HDD, RAM usage, Network, transfer, thermal information, SNTP time sync, PCtoPC data share etc. thilmera7 is highly configurable and occupies only a small amount of space on your desktop or as a tray icon.

Freeware

Changelog

    Corresponds to the acquisition of information on the new Radeon.
    The Keep monitor off function is added to one means of avoiding the DisplayPort problem, etc.
    Added the display of %TPD (percentage of TPD) for NVIDIA power consumption. In the case of Quadro/Tesla it may be wattage.

[close]

http://www.thilmera.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
StrokesPlus.net 0.3.9.0
« Antwort #14388 am: 02 Juni, 2020, 18:40 »
StrokesPlus.net, the successor to StrokesPlus, is a completely free mouse gesture recognition utility for Windows which allows you to create powerful mouse gestures that save you time.

With rocker support, modifiers, hot keys, macros, text expansion, and a robust ClearScript interface using the Chrome V8 JavaScript engine built right in, there's virtually no limit to what you can automate.

Changelog

- Not triggering an automatic update for this release pending further testing
- Added mouse and keyboard hook event subscriptions, these can be subscribed to via plug-ins or
  scripts; this is still an experimental feature, use with caution
- See this post for further details: https://forum.strokesplus.net/posts/m10429-Mouse---Keyboard-Event-Subscriptions
- By default, events are asynchronous; this is the recommended approach unless you understand and
  accept the potential consequences as they can cause S+ to become unstable if not done properly
- Sychronous binding allows you to examine the event and instruct S+ to consume the event
- Multiple subscriptions to synchronous events or poorly written code can cause poor user experience
  when simply trying to use Windows as every event has to be passed to and processed by each
  subscriber. Please exercise responsible judgement when choosing to enable synchronous hook events!
- Added enable mouse/keyboard hook event subscriptions to Options > Advanced, these options control
  whether the events can be subscribed to via plug-ins or script.
- Note that enabling these options and using a plug-in or script, which you do not have the source
  code to review or interpret, can allow someone to log all of your mouse and keyboard activity!
- If you have the options unchecked, NO script or plug-in can hook these events.
- Added logic in script engine reload to disconnect any ClearScript events stored via sp.StoreObject;
  you will need to reconnect after OK/Apply or Reload...probably best to connect/store via Load script,
  recommend testing against new __spEngineWrapper.Engine.Name object to only bind events in a single
  engine, ideally use the last engine to avoid script/event contention
- Added __spEngineWrapper object to all script engines, which respresents the V8ScriptEngineWrapper
  for the currently executing engine. See the autocomplete list in the script editor for method and
  propert names. Note that the IsExecuting property does not report true for event bindings as these
  happen outside of the normal script execution scope.
- The __spEngineWrapper.Engine property is a ClearScript V8ScriptEngine object
  (https://microsoft.github.io/ClearScript/Reference/html/T_Microsoft_ClearScript_V8_V8ScriptEngine.htm)
- Updated V8ScriptEngineWrapper.Execute to call Interrupt if already executing
- Added Space Resets Token to Options Text Expansion for use when Space is not a trigger, allowing
  spaces to still reset the token for matching against text expansions. Note that Tab and Enter
  already reset the token even if not selected as a trigger.
- Updated zh-CN translations
- Added language entries:
   tabPreferencesEnableMouseHookSubscription
   tabPreferencesEnableKeyboardHookSubscription
   tabPreferencesTextExpansionSpaceResetsToken

[close]

https://www.strokesplus.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Clibor 2.2.1E
« Antwort #14389 am: 02 Juni, 2020, 20:10 »
Clibor is designed to help you manage the history of all the items copied to the Windows clipboard. Its main purpose is to overcome the clipboard limitations, enabling you to store more than one entry and choose the text you want to paste.

Clibor runs in the system tray, enabling you to access the clipboard history and all its other options using the context menu. It can store up to 1,000 items and allows you to copy and paste using the LIFO or the FIFO method.

Freeware

Whats new: >>

Change the default font.

https://chigusa-web.com/en/clibor/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alarm Stickies 3.0.7.3
« Antwort #14390 am: 02 Juni, 2020, 20:20 »
Alarm Stickies 3 enables you to make notes with electronic stickies that include a calendar, reminders, etc. and is a fully compatible update to AlarmStickies2.

With Alarm Stickies 3 you now have the option to choose the destination folder of the data thus giving you the ability to share them with your other PCs (i.e., placing data in a synchronized cloud folder, like Google Drive). And in doing so, you will also share the program settings. Another improvement over AlarmStickies2 is that you can insert, delete and move up/down the several rows of the rubric.

Freeware

Whats new:>>

    Fixed a bug whereby setting the date format as "mm/dd/yyyy" could generate an "Unhandled Exception Error" (eg Code 108 or 194) by pressing F8 or modifying a pre-existent sticky with alert set.
    Now AS3 in no more compatible with Windows XP.

https://psmate.com/en/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
TidyTabs 1.17.3
« Antwort #14391 am: 02 Juni, 2020, 21:20 »
TidyTabs is a tool that brings tabbed browsing to all of your programs. Ever wanted to have Chrome-style tabs in Windows Explorer, Microsoft Office or PuTTY. TidyTabs does just that. It integrates nicely with the OS and you will feel like the multi-tab functionality is a core part of Windows.

License: Free for personal use

Whats new:>>

    Added Spanish translation.
    Small changes in the UI to accommodate longer localized strings.

http://www.nurgo-software.com/products/tidytabs

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
QuickTextPaste 5.71
« Antwort #14392 am: 03 Juni, 2020, 12:40 »
QuickTextPaste ist ein kleines Programm, das Ihnen ermöglicht, auf die Schnelle vordefinierte Texte in Programmen per Windows Tastenkombination einzufügen.

Der Sinn des Programms liegt darin, dass man diverse Texte, die man sehr oft benötigt, wie z.B. die Emailadresse, hinter einem bestimmten Tastenkürzel hinterlegen und jederzeit aufrufen kann, somit vermeidet man bei längeren Emails oder Texten Zeit und vermeidet Tippfehler.

Mit dem Programm kann man auch Textauswahlfelder per Tastenkürzel aufrufen, oder sogar Programme starten.

License: Freeware

What's new: >>

Bugfix: Wenn die Standardsystemsprache für die Unterstützung mehrerer Sprachen erkannt wird
Kleine Verbesserungen in den Auto Hotkeys für Windows OS
Korrekturen, wenn Sie in den Admin-Modus wechseln
Wichtiges Update der Sprachdateien

http://www.softwareok.com/?seite=Microsoft/QuickTextPaste

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
PAST 4.03
« Antwort #14393 am: 03 Juni, 2020, 17:15 »
PAST (PAlaeontological STatistics) is a data analysis package aimed at paleontology. Inspired by PALSTAT, it includes common statistical, plotting and modeling functions. It features a spreadsheet-like data entry form, and supports both interactive user interface and scripting.

Freeware

Changelog

    Redundancy Analysis (RDA)
    One-way PerMANOVA now includes repeated-measures (paired) design.
    Color selector for rows reverted to old (pre 4.02) type (new type optional in the Row colors/symbols module)
    Diversity module: Bootstrapping made optional, and speed improvement
    Permutation test added to repeated-measured ANOVA
    NMDS now reports distances to group centroids
    Individual rarefaction now includes option for plotting all samples at smallest N
    Mann-Kendall test now reports the z statistic with sign (not absolute value)
    Help text added to 16 modules
    Bug fix: Changepoint analysis crashed on Mac
    Bug fix: Bivariate linear regression with log-log transformation: reported residuals were not transformed
    Bug fix: Incorrect plotting of convex hulls in some special cases
    Bug fix: Delete uninformative rows did not work for genetic data

[close]

http://folk.uio.no/ohammer/past/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
LeoMoon HotKeyz 1.8.2
« Antwort #14394 am: 03 Juni, 2020, 19:15 »
LeoMoon HotKeyz is a system-wide hotkey manager. You will be able to assign global hotkeys to files, folders, programs, Windows actions, URLs and text snippets.

Freeware

Changelog

    Added new items to Active Window actions:

    Move to Next Monitor
    Move to Previous Monitor
    Minor UI changes
    Bug fixes

[close]

https://leomoon.com/downloads/desktop-apps/leomoon-hotkeyz/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
StrokesPlus.net 0.3.9.1
« Antwort #14395 am: 03 Juni, 2020, 20:20 »
Changelog

- Not triggering an automatic update for this release pending further testing
- Removed these properties:
   MouseHook.EnableSyncHookEvents
   KeyboardHook.EnableSyncHookEvents
- Added separate async events instead:
   MouseHook.OnMouseHookButtonEventAsync
   MouseHook.OnMouseHookMoveEventAsync
   KeyboardHook.OnKeyboardHookEventAsync
- Updated post details to reflect changes:
   https://forum.strokesplus.net/posts/m10429-Mouse---Keyboard-Event-Subscriptions
- Added logic to ignore mouse or keyboard event (CallNextHookEx) if the hook is still waiting for
  a response to a synchronous event and the event was injected by S+ (SendKeys, MouseClick, etc.),
  as this caused S+ to hang and not be able to even kill the process; reboot was required

[close]

https://www.strokesplus.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
ColorConsole 4.55
« Antwort #14396 am: 03 Juni, 2020, 21:10 »
ColorConsole bringt ein wenig Farbe in die schwarz weiße Welt der Windows Console (cmd.exe). Ein Hinzufügen von Komentaren oder das Hervorheben durch Veränderung der Farbe oder Schriftform ist ebenso möglich.

License: Freeware

What's new: >>

Falsche Versionsnummer in der Titelleiste in Alternative-CMD
Kleine Korrekturen und Verbesserungen in der cmd.exe-Interpretation sowie Power Shell-Befehle
BUG-FIX: beim Ändern des Arbeitsverzeichnis in der Eingabeaufforderung über das Menü

http://www.softwareok.com/?seite=Freeware/ColorConsole

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
BetterClearTypeTuner 1.3
« Antwort #14397 am: 04 Juni, 2020, 04:35 »
BetterClearTypeTuner is a Open Source app designed for a superior option for configuring Windows 10 ClearType smoothing.

License: Open Source

Whats new:>>

The font used within the application can now be changed via a button in the upper right corner. Changing the font is temporary and only lasts until the application is closed.

https://github.com/bp2008/BetterClearTypeTuner

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
thilmera7 0b163 Rev. 1
« Antwort #14398 am: 04 Juni, 2020, 06:20 »
thilmera7 is an application that will display various information about your computer usage. The application provides you with CPU, GPU, HDD, RAM usage, Network, transfer, thermal information, SNTP time sync, PCtoPC data share etc. thilmera7 is highly configurable and occupies only a small amount of space on your desktop or as a tray icon.

Freeware

Changelog

    Fixed a bug that caused a crash when getting new Radeon information.
    Excluded because calls to functions added in NVIDIA's 0b163 can cause a fatal failure.

[close]

http://www.thilmera.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Duplicate & Same Files Searcher 6.0.0
« Antwort #14399 am: 04 Juni, 2020, 09:07 »
Duplicate & Same Files Searcher is designed to quickly search out duplicate files, and NTFS hard links as well as any symbolic links to the same file.

Duplicate & Same Files Searcher will search all duplicate file contents regardless of the file name (a true byte-to-byte comparison is used). It then will permit you to delete the found duplicate files or to move them to another location as well as replace duplicates with NTFS hard links or symbolic links.

Freeware

Changelog

    Several times better performance by simultaneous search for duplicates on several independent physical drives
    Several times better performance by search for duplicates on SSDs (e.g. 3-4 times on SATA-SSD by scanning using 4 threads)
    SSDs are being recognized automatically
    Drive letters (volumes) are grouped in folder tree by physical drives which they belong to
    Added support for hard links and symbolic links in EXT2/EXT3/EXT4 file systems (I've tested it only with Ext2Fsd-driver for Windows https://www.ext2fsd.com/ )
    Implemented search for duplicates in ZIP-archives. In order to search in ZIP-archive it should be added under "Archive" node in the folder
    tree. File operations with files in ZIP-archive (rename, delete etc) are not supported
    Better ID3-tags recognition for MP3-files. More MP3-files with identical content can be recognised in some cases
    Added possibility to assign custom keyboard shortcuts
    Added possibility to move files including folder structure
    Several small fixes and improvements
    Windows XP: this version was build for .NET Framework 4.7.2 and above, which has more features and better performance, but it doesn't support Windows XP

[close]

http://malich.ru/duplicate_searcher.aspx?lang=en

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )