|
Les commentaires appartiennent à leurs auteurs. Nous ne sommes pas responsables de leur contenu.
Auteur | Commentaire en débat |
---|---|
tilt | Posté le: 13/06/2018 09:21 Mis à jour: 13/06/2018 09:21 |
Nouveau
Inscrit le: 16/12/2009
De:
Contributions: 13
|
wiztree est publié en version 3.23
bonjour, la nouvelle version de wiztree est en ligne
|
Kentaurus | Posté le: 29/08/2022 09:32 Mis à jour: 29/08/2022 09:32 |
Expert
Inscrit le: 10/08/2022
De: France
Contributions: 3743
|
Re: WizTree v 4.09 (Fr)
Nouvelle version 4.10 du 29 août 22
- L'arborescence n'était pas rendue correctement lorsque l'option "Afficher l'espace libre" n'était pas sélectionnée dans certains cas (tels que Google Drives mappés ou lors de la numérisation d'un téléphone mobile) - corrigé - Il est maintenant possible de désactiver la nouvelle fonctionnalité glisser/déposer et double-cliquer pour ouvrir, fonctionnalité ajoutée dans la version 4.09. Pour ce faire, fermez WizTree et modifiez le fichier WizTree3.ini et modifiez ces 2 paramètres dans la section [frmWizTreeMain] : [frmWizTreeMain] activéragdrop=0 activerdoubleclickopen=0 - Correction d'une rare erreur d'exportation de ligne de commande lors de l'utilisation du paramètre "/ exportalldates" - Correction d'une erreur qui se produisait lors de l'utilisation de l'option "enregistrer l'arborescence en tant que fichier png" avec l'activation de plusieurs sélections et l'affichage de l'espace libre - Traductions en Coréen, Serbe et Polonais mises à jour. |
jasonliu777 | Posté le: 05/06/2023 07:12 Mis à jour: 05/06/2023 07:12 |
Expert
Inscrit le: 06/09/2017
De: China
Contributions: 1363
|
WizTree 4.14
4.14 (5 June 2023)
Fixed rare bug that might cause some folders not to be detected by WizTree when parsing MFT file due to unusual MFT record ordering
Tree, file and extension views text size can be increased/decreased by using Ctrl+MouseWheel
When importing CSV files WizTree will now display the line number containing invalid data that caused the import to fail. Useful for those who create WizTree compatible CSV files
Added new "Reset Configuration to default values" function to the File menu. This will set all but the licencing info back to default values. Use this if you notice anything weird happening (like very large or small column widths, font sizes, etc)
WizTree will now by default display the maximum "last modified date" for all files and folders within a folder instead of the standard Windows last modified date. This will only apply to new installations or when resetting the configuration. To disable this edit the WizTree3.ini file and change the following setting:
ShowMaxModifiedDate=0
WizTree will now default to sorting by "Allocated" space instead of "Size" as this better reflects actual space used by files. Allocated space will now also be displayed on the Treemap by default. This will only apply to new installations or when resetting the configuration
Installer has been updated to use the correct configuration file location when being installed to a non "Program Files" location. If WizTree detects it's running from the "Program Files" folder it assumes it's the "installed" version and keeps the config file in the %appdata%\WizTree3 folder, otherwise it will keep the config file in the same folder it's running from. Previously the installer would always assume the config file was in %appdata% folder, which would be incorrect when installing to a non default location.
This is useful for Enterprise users running automated installs as the "SYSTEM" user as the various config command line parameters will now be applied to the correct configuration file.
e.g. to do a silent install of WizTree into the "C:\WizTreeApp" folder with no desktop icon, auto configuring it to not run as admin, disable checking for updates, and setting the license key:
wiztree_4_14_setup.exe /DIR="C:\WizTreeApp" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /MERGETASKS=!desktopicon /runasadmin=false /checkforupdates=false /supportercode=xxxx-xxxx-xxxx
Installer will now update the registry to make mapped network drives that were created by non elevated processes visible to elevated processes like WizTree. This will require a restart to take effect if not already enabled.
|