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

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 158890
  • Ohne Input kein Output
    • DVB-Cube
Alternate Directory 4.030
« Antwort #15990 am: 12 März, 2021, 11:40 »
This program was designed to give you extra space on your harddisk. It deletes unnecessary files concerning their file-types. This file-types can also be defined individual. You may clean a whole drive as well as just a single folder. If selecting a whole drive you may also define folders that shall be skipped or be completely emptied.

Freeware

Whats new:>>

Language corrections

http://www.alternate-tools.com/pages/c_directory.php?lang=ENG

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.4.1.9
« Antwort #15991 am: 12 März, 2021, 18:20 »
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

- Upgraded ClearScript to version 7.1.1
- Upgraded WebView2 to 1.0.774.44
- This release of WebView2 supports virtual host names, which allows you to use a file system
  folder to be the root of a virtual host name, allowing for referencing resources in that folder
  and utilizing public distributions in source (like jQuery CDN script src).
- The virtual host name is automatically generated using the pattern: https://{handle}.invalid,
  where {handle} is the integer representation of the handle created for the HTML Window, which is
  passed into the callback script function.
- Updated sp.HTMLWindow HTML parameter, if the value is the path to a file, it creates the virtual
  host name mapped to the folder of the file, and loads the file as the starting page. If a file
  is passed in, IncludeBootstrapJQuery is ignored.
- Updated sp.HTMLWindow, adding a new parameter to the end called NoFrame (default false). If true,
  the HTML Window will be created without a title bar or window border
- Changed how installer handles WebView2
  - If NOT installed, behaves like it does today, waiting until install is complete
  - If already installed, kicks off the upgrade check into a new process and finishes S+ setup
- Added Ookii.Dialogs.WinForms, exposed to script engine as ookii
  - See repo: https://github.com/ookii-dialogs/ookii-dialogs-winforms
  - I will be using some of these dialogs, so figured I would expose the library to the engine
  - Simple example using folder selection dialog:
     var sv = new ookii.Ookii.Dialogs.WinForms.VistaFolderBrowserDialog();
     var ret = sv.ShowDialog();
     if(ret === forms.System.Windows.Forms.DialogResult.OK) {
         sp.MessageBox(sv.SelectedPath, "Selected Path");
     }
- Updated Plug-Ins Add Folder button to use the Ookii VistaFolderBrowserDialog instead of the .NET
  Framework folder browser
- Updated language entries:
   ScriptHelp.ActionMethod.HTMLWindow.Parameters.HTML.Description
   ScriptHelp.ActionMethod.HTMLWindow.Parameters.IncludeBootstrapJQuery.Description
- Added language entries:
   ScriptHelp.ActionMethod.PopupList.Name
   ScriptHelp.ActionMethod.PopupList.Description
   ScriptHelp.ActionMethod.PopupList.Returns
   ScriptHelp.ActionMethod.PopupList.Parameters.Items.Name
   ScriptHelp.ActionMethod.PopupList.Parameters.Items.Description
   ScriptHelp.ActionMethod.PopupList.Parameters.Items.Type
   ScriptHelp.ActionMethod.PopupList.Parameters.Location.Name
   ScriptHelp.ActionMethod.PopupList.Parameters.Location.Description
   ScriptHelp.ActionMethod.PopupList.Parameters.Location.Type
   ScriptHelp.ActionMethod.PopupList.Parameters.Font.Name
   ScriptHelp.ActionMethod.PopupList.Parameters.Font.Description
   ScriptHelp.ActionMethod.PopupList.Parameters.Font.Type
   ScriptHelp.ActionMethod.PopupList.Example.Full

[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
DxWnd 2.05.66
« Antwort #15992 am: 12 März, 2021, 20:00 »
DxWnd is a Win32 hooker that intercepts and alters the behavior of window messages and APIs. It intercepts events and injects code into the configured tasks to run fullscreen programs in a windowed environment while maintaining proper behavior. Simply put, DxWnd is a tool that does its best to let you run fullscreen applications in a window.

License:    GPL

Changelog

    fix: [user32.cpp] added FIXALLWINDOWS tweak to set fixed coordinates for all non-child windows. Fixes the window movement problems in "Aura Journey Beyond".
    fix: [kernel32.cpp]set multi-process hook mode automatically when hooking child processes. Fixes "Space Clash" problems after release v2.05.40.
    fix: [dxwnd.cpp] added array bounds check in targetmap access. Fixes GUI crash after 255th configured task.
    fix: [kernel32.cpp] fixed processing of AppName & CommandLine fields in CreateProcess* wrappers. Required in "Agile Warrior F-111X".
    fix: [ddraw.cpp] improved logic to detect video mode in case of unsupported legacy ddraw
    fix: [dxwcore.cpp user32.cpp] fixed window title handling for ANSI vs. UNICODE text
    fix: [kernel32] added initialization of GetDriveType* original addresses to avoid "Space Clash" crash on Win10.
    add: [GUI] added the "Additional shims" field to apply Microsoft shims with environment variables
    add: [kernel32.cpp] added SHAREDHOOK option
    add: [winexec.cpp] preliminary support for SHAREDHOOK on WinExec

[close]

http://sourceforge.net/projects/dxwnd/

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
Auto Screen Capture 2.3.4.7
« Antwort #15993 am: 12 März, 2021, 20:40 »
Auto Screen Capture provides you with the ability to automatically capture the display of up to four screens - an excellent tool for designers, gamers, and testers.

Auto Screen Capture allows you to schedule screen capture sessions and then choose the days to take screenshots. You can customize your file names using a macro with the date and time stamps using your preferred folder structure.

Freeware

Whats new:>>

SaveScreenshotRefs user setting introduced. Implemented command line options -saveScreenshotRefs=on and -saveScreenshotRefs=off.

https://sourceforge.net/projects/autoscreen/

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
TeraCopy 3.7.4
« Antwort #15994 am: 12 März, 2021, 21:40 »
One of the most common complaints about newer versions of Windows is the slow copying speed, especially when transferring lots of files over the network. If you want to speed up your copying or if you regularly transfer large amounts of data and have to stop the process to perform some other disk-intensive task, this program may be just what you need.

Free for non-commercial use

Changelog

    Buffer size option added.
    Update UI on applying folder attributes.
    Update progress bar when copying folders only.
    4 GB limit is removed for Google Drive File Stream.
    Fixed checking hash in the clipboard.
    A few other bugfixes.

[close]

http://codesector.com/teracopy

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
AllDup 4.4.46
« Antwort #15995 am: 13 März, 2021, 10:30 »
Durchsucht Festplatten, Netzwerke und Verzeichnisse nach Dateiduplikaten.

Freeware

Changelog

    NEW: File Filter: Now you can exclude files from the search on the basis of the created/modified date.
    NEW: Search Result / Menu 'Select': Added the command 'Select only files without hard links'.
    NEW: Search Result / Menu Bar/ Options: Added the command 'Choose font'.
    UPD: File Manager: Now you can create more than 1024 hard links when using the option 'Create hard links'. Please read the new description at the help file.
    UPD: The Slovenian translation of the user interface has been updated.
    UPD: The French translation of the user interface has been updated.
    UPD: The Polish translation of the user interface has been updated.
    UPD: The Portuguese translation of the user interface has been updated.
    FIX: Various optimizations have been introduced in various sections of AllDup.

[close]

http://www.alldup.de/

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
CPU temp
« Antwort #15996 am: 13 März, 2021, 11:20 »
A simple and straightforward utility written in Python that displays the temperature of the CPU in the upper right corner of the desktop.

Freeware

https://sourceforge.net/projects/cpu-temp/

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
Prime95 30.5 Build 1
« Antwort #15997 am: 13 März, 2021, 18:30 »
Prime95 is a small and easy to use freeware application that allows you to find Mersenne Prime numbers designed for overclockers.

Changelog

    Faster P-1 stage 2.
    Faster ECM stage 1 and stage 2.
    Gwnum library overhauled. Many functions deprecated. Replaced by more powerful gwmul3. New functions that compute (a+b)*c and (a-b)*c with less memory accesses. Faster conversion to and from binary.
    ECM and P-1 can find the best B2 value for the amount of memory prime95 is allowed to use. For ECM, this happens when the worktodo.txt line sets B2=100*B1 which is the default assignment from the PrimeNet server. For P-1, the best B2 is chosen when the worktodo.txt line specifies the trial factoring depth. For example, "Pminus1=1,2,20000003,-1,500000,0,70" chooses the best B2 bound for B1=500000 given that M20000003 has been trial factored to 2^70.

[close]

https://www.mersenne.org/

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
GloboNote 1.6
« Antwort #15998 am: 13 März, 2021, 19:15 »
GloboNote is a free and easy to use desktop note taking application with a sticky note look and feel.

On the first startup, you can choose where to save your notes. By default, it will save it to the current User folder. You can also set GloboNote to check for options. GloboNote runs in the system tray. Click on it, and you can create a new note, new from the clipboard, manage your notes, show, search, hide, and more. Preferences and tools are also available. Tools currently only offer a memory cleaner, for some reason. The preferences truly go the distance with Primary, Appearance, Keys, Security, and Advanced.

License: Open Source

Changelog

New features:

    Portable Mode. If you need to carry around your notes and run on different machine, then you can try portable mode. It allows you to put GloboNote and your data into external devices/network drive and run it without asking you to reinitialize repository.
    - GloboNote and your data reside in same folder
    - All settings/configurations are save into GloboNote repository instead of System registry.
    - New users can select Portable mode when you run GloboNote for the first time

- Existing users can configure portable/non-portable mode in General Preferences > Advanced -> General

Manual or Automatic Backup.

Backup your repository with a few clicks or schedule it to run periodically.
- Backup manually. Allows you to backup anytime you want and specify a label to your backup.
- Customize your backup preference in General Preferences -> Backup
- Customize backup location and allow fallback to default location when selected location is not available
- Run backup automatically at specific time or interval
- Automatically delete old backups by setting up backup retention policy.

Backup and Restore Manager.

- Allows you to manage backups, see details of the backup and select backup to restore.

- Added program argument '-recovery [backupPath]' to run GloboNote in recovery mode. This allows you to recover your notes in event of corrupted GloboNote repository.

Numbered/Bullet List and Checkboxes behavior.

- Note with indents, bullet list, numbered list and checkboxes are included when copy-paste or exported to plain text file.

Updates/bug fixes:

    Improved user experience of setting alarm time spinner
    Fixed log files not created when using macOS
    Fixed Font Dialog is returning incorrect font size
    Fixed numbered list is showing incorrect numbering when indenting
    Fixes related to copy-paste indented content
    Fixed note changes such as indent, numbered/bullet list are not getting saved
    Fixed note alarm sound cannot finish playing
    Minor UI fixes i.e. alarm settings, general preferences
    Updated derby(DB) and other 3rd party libraries
    Added "Remind me Next Week" option in alarmed note
    Added a prompt to confirm whether to continue to display notes when opening lots of notes at same time (Show All Notes)

[close]

https://sourceforge.net/projects/globonote/

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
Edge Blocker 1.7
« Antwort #15999 am: 13 März, 2021, 19:45 »
Edge Blocker allows you to easily block or unblock Microsoft Edge as often as you like.

Microsoft Edge is considered a trusted user interface app by Microsoft and hence is a core part of the Windows 10 Operating System. Since it sets itself to be the default browser and PDF reader it is deeply integrated into Windows 10.

There are many reasons to use this. One reason might be that Edge can often be used on a restricted account. Or maybe you just don't want it forced on you for a web browser or PDF reader. Whatever the reason, if you need to block access to Edge, this is a simple solution.

Freeware

Whats new:>>

    [ Fixed ] – Windows cannot access the specified device,path or file error
    [ Added ] – Edge Update services are disabled while blocking Microsoft Edge
    [ Added ] – Edge Update tasks are disabled while blocking Microsoft Edge
    A Special Thanks for “manikus” to Helped us to Improve new version

http://www.sordum.org/9312/edge-blocker-v1-0/

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
DirPrintOK 5.05
« Antwort #16000 am: 13 März, 2021, 20:15 »
Mit DirPrintOK können Sie Verzeichnisinhalte und/oder Verzeichnisstrukturen ausdrucken und speichern.

Vielleicht kennen Sie es noch aus DOS, da war es so einfach, den Inhalt eines Verzeichnisses oder die Verzeichnisstruktur anzuzeigen und auszudrucken. Obwohl es ab Windows 2000 und Win XP über 30 Dateidetails zu den einzelnen Dateien gibt, wie z.B. den MP3 ID3-Tag Ver.1 und ab dem neuen Windows-7 oder Vista ja sogar weit über Einhundert Spalten.

Bei so vielen Informationen ist hier eine Druckfunktion von großem Nutzen.

Freeware

Whats new: >>

• Kleine Anpassungen und Feinabstimmungen in Dir-Print-OK
• Update der Sprachdateien im Verzeichnisausdruck für MS Windows

http://www.softwareok.de/?seite=Freeware/DirPrintOK

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
Rainmeter 4.4.0 Build 3438 Beta
« Antwort #16001 am: 13 März, 2021, 21:00 »
Highly versatile app that displays resource meters and other, multipurpose gadgets on the desktop, featuring support for third-party skins.

GPLv2

Changelog

    Changed:

    Minor cosmetic change to placement of information in the dialog.

    Fixed:

    Skin Packager: Disable "Variables files" field if "Merge skins" is selected. They are mutually exclusive.
    SysInfo Plugin: Corrected the detection of Windows Server 2019. This was also corrected in the About / Version dialog.
    InlineSetting: Fixed a clipping issue with the Shadow InlineSetting.
    InlineSetting: Corrected an issue with InlineSetting when the None value was used.

[close]

https://www.rainmeter.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
Lively Wallpaper 1.2.0.4
« Antwort #16002 am: 14 März, 2021, 21:10 »
Turn Video & GIF Files, Emulators, HTML, Web address & Shaders, Games into Windows desktop wallpaper; Wallpapers will completely pause playback( 0% cpu & gpu usage) when fullscreen application/games are running.

License: Open Source

Changelog

    Video player now uses hardware acceleration based on safe whitelist.
    This should improve stability on some lower end systems.
    New GPU decode toggle option in video wallpaper settings.
    Now easily create log files from Lively Misc settings.
    New Report bug system-tray menu.
    Installer improvements
    Dependencies now gets installed automatically without user interaction.
    Updated bundled installer .net core to 3.1.13.
    Updated some UI texts.
    Updated web browser.
    Updated youtube-dl.

[close]

https://github.com/rocksdanister/lively

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
MeinPlatz 6.86
« Antwort #16003 am: 14 März, 2021, 21:20 »
Mit MeinPlatz bekommt man übersichtlich angezeigt, wieviel Speicherplatz einzelne Ordner belegen. Die Ergebnisse können in XLS, HTML, CSV und TXT exportiert werden, oder direkt ausgedruckt werden.

Unterstützt wird WIN 2000 - 10

Freeware

Was ist neu: >>

• Kleine Anpassungen und Feinabstimmungen im Speicherplatz-Evaluator für alle MS Windows
• Aktualisierung der Sprachdateien in Mein-Platz für MS Windows

http://www.softwareok.de/?seite=Freeware/MeinPlatz

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
Terminus 1.0.1 Alpha 135
« Antwort #16004 am: 14 März, 2021, 21:30 »
Run system commands within an eye-pleasing environment with the help of this modern, stylish, and highly customizable Command Prompt/Terminal emulator.

MIT License

Changelog

    Added an option to adjust terminal width (docked on top/bottom) or height (left/right) when docked.
    Added hotkeys for tabs #11-20 (by @clarkwang)
    Added hex input/output modes for serial connections
    Added an option to disable dynamic tab titles for profiles
    Added a config option to disable automatic "progress" detection
    SSH passwords are now remembered separately for different ports of the same host (by @iamchating)
    Fixed custom tab title and color not getting duplicated when duplicating a tab
    Tab close buttons don't take up extra space anymore

[close]

https://github.com/Eugeny/terminus

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 )