Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3400
Reakcje/Polubienia
13764
Miasto
On a Bike!

WizTree 3.41

WizTree 3.41 (5 May 2021)
  • Fixed bug introduced in 3.40 that could prevent mapped network drives from being scanned correctly
  • Fixed bug where cluster size may have been incorrect leading to incorrect "allocated size" calculations
  • Fixed bug where right clicking on drive letter would not display context menu
  • Fixed inconsistency with how "percent of parent" was calculated when displaying individual files that had been grouped together within a folder ("x files in folder"). The percentage displayed is now the percentage size of the individual file within the group.

Download

Installer -
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable -
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071
WizTree 4.00
WizTree 4.00 (10 June 2021)

  • Multiple drives and folders may now be selected and scanned at once (use the "Select multiple" option in the drop down, or press Alt+F3 to select drives and folders)
  • When selecting multiple drives or folders, you can add custom folders to the list by clicking on the "add folder" button. These new user defined folders will also appear in the main drop down selection box for quick access.
  • The file search has been updated to work the way
    Zaloguj lub Zarejestruj się aby zobaczyć!
    does. These new search filter options can also be used as filters when calling WizTree from the command line.

    Use operators "=", ">", ">=", "<", "<=" to filter files based on size or modified date. NB: Don't put any spaces between operators and values!
    e.g. to find files less than 100 bytes in size:
    <100
    Append a 'k', 'm', 'g', or 't' to the number to search in Kb, Mb, Gb, Tb
    e.g. to find files between 500MB and 1Gb:
    >=500m <=1g
    'kb', 'mb', 'gb', 'tb' can also be used, e.g.:
    >=500mb <=1gb

    To filter by "allocated" size, use "a=", "a>", etc.
    e.g. To find files with allocated size between 100MB and 200MB:
    a>=100m a<=200m
    e.g. to find files with 0 allocated size and greater than zero file size:
    a=0 >0

    To filter by date, specify a date in the format: yyyy/mm/dd
    e.g. Filter files modified before 2020/01/01:
    <2020/01/01

    Use the constant "today" to reference today's date. Optionally add or subtract a number of days from this constant.
    e.g. to find files modified in the last 7 days:
    >=today-7

    e.g. to find all files larger than 1gb that were modified in the last month (last 30 days):
    >=1gb >=today-30

    Place the search item in quotes to force a file name search.
    e.g. to find file names that contain "=0" instead of displaying files with zero size:
    "=0"
  • File search speed has been increased
  • Matching text will now be highlighted in the file search results
  • The wiztree web site has moved to from "wiztreefree.com" to "diskanalyzer.com"
  • Licensing has changed. Commercial users will now purchase licenses based on their business size. These licenses will be valid for all versions of WizTree released within one year of purchase. For example, if a user purchases a license on 1 July 2021, it will work with all versions of WizTree that are released before 1 July 2022 (one year from 1 July 2021).


pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Mohammad.Poorya

Bardzo aktywny
Ekspert
Dołączył
19 Wrzesień 2018
Posty
3400
Reakcje/Polubienia
13764
Miasto
On a Bike!
WizTree 4.01
Changes in 4.01:
  • Supporter codes purchased before version 4.00 was released have been automatically converted to "lifetime" licenses and will now work on all future releases of WizTree
  • Some drive types were not displaying total and free space (fixed)
  • Treemap context menu now displays various treemap configuration options (show treemap, show allocated space, show free space)
  • Polish translation updated
  • Turkish translation updated
Zaloguj lub Zarejestruj się aby zobaczyć!

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071
WizTree 4.03
WizTree 4.03 (22 September 2021)
  • Treemap may have failed to render on some very large hard drives - fixed
  • Zooming in on treemap will now hide "free space" if "show free space on treemap" is enabled
  • A limited context menu will now be available when loading CSV or MFT files from other PCs. Previously no context menu would appear if the file/folder didn't exist on the local PC.


pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.06​

November 18, 2021
  • File size info will now also be displayed on the treemap (if "show file and names in treemap" option enabled)
  • WizTree will now actually work on older versions of Windows like Windows XP ("fix" in 4.05 was incorrect)
  • treemap image can now be exported via command line. Use the following command line parameters:
  • Set image file name (use %d and %t for current date and time in file name):
  • /treemapimagefile=<png image file name>
  • Set image width (default is 1920 if omitted):
  • /treemapimagewidth=<image width (numeric)>
  • Set image height (default is 1080 is omitted):
  • /treemapimageheight=<image height (numeric)>
  • Export image in gray scale. Defaults to 0 if omitted
  • /treemapimagegray=0|1
  • Show free space on tree map. Defaults to 1 if omitted
  • /treemapimagefreespace=0|1
  • e.g. To export the entire C: drive to an image file of size 1024x768 without free space included:
  • WizTree64.exe C: /treemapimagefile="C:tempcdriveimage_%d.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0
  • Exporting of the image file can be combined with exporting CSV data as well, e.g.:
  • WizTree64.exe C: /export="C:tempcdrive_%d_%t.csv" /treemapimagefile="C:tempcdrive_%d_%t.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Niejaki

Bardzo aktywny
Zasłużony
Dołączył
16 Wrzesień 2017
Posty
1091
Reakcje/Polubienia
1527

WizTree 4.07 (6 December 2021):​

  • file name search will now ignore character accents (like é and ö) when searching.
    e.g. searching for "melee" will now correctly match file names containing "mêlée" or "MÊLÉE"
  • WizTree was not handling MTP/PTP devices that did not provide a "friendly name" correctly - fixed
  • MFT dump would fail on Windows XP - fixed
  • Removable USB devices formatted with NTFS would not be detected for high speed scanning or allow MFT dump - fixed
  • Checks if Windows Imaging Component is installed before starting up (cannot run without it). This is required for Windows 2003 and possibly some versions of XP
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.08

February 14, 2022
  • Added new "Filter Scan Results" option which allows entire scan results to be filtered using a user defined filter.
  • Toggle the filter on or off by clicking on the filter icon under the Scan button, or select Options->Filter Scan Results, or press Ctrl+Shift+F
  • The "Include Filter" will include only matching files in the results
  • The "Exclude Filter" will exclude any matching files from the results
  • Click on the "Apply Filter" button (or press Enter after making a filter change) to apply any filter changes made. Files are matched using the entire file path and file name. The filters support all standard file search functionality, such as wild cards, file size, file date etc. See this link for all search options:
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • e.g. To filter only files of type mp3 or wav, larger than 5MB, excluding anything in the C:Windows folder, you'd enter:
  • Include Filter: *.mp3|*.wav >5m
  • Exclude Filter: C:Windows
  • Wildcard search for file extensions was not working correctly when "match entire path" option was used - fixed
  • e.g. searching for *.c would include files including ".c" anywhere in the file name, which would include *.cpp or *.c.bak files too.
  • Total space, space used, space free display fields widened to correctly display very large TB drive values when displaying as Bytes
  • Window position was not being restored to correct position if Windows taskbar was not positioned at bottom of screen - fixed
  • Fixed some dark mode display issues on older versions of Windows (2003, XP)
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.09​

WizTree 4.09 (15 August 2022)


  • Disk free space on treemap will now be displayed separately for each selection when using the "select multiple" option
  • Export functions updated to always format floating point values (like percentages) using a point as currency separator. Previously it used the system locale character which is a comma in some countries. This extra comma would create problems when importing the data into other applications (like spreadsheets)
  • Double clicking a file or folder in the tree or file view will now automatically open it
  • Files/folders can now be dragged out of WizTree and into Windows Explorer windows to copy/move them. Hold Shift key while dragging to move the file, otherwise it will be copied. Dragging will only work when dragged from the file name column. Dragging in other columns will select all files in the selection rectangle.
  • Copy (Ctrl+C)/Cut (Ctrl+X) menu items added to File Menu. Copy path shortcut changed from Ctrl+C to Ctrl+Alt+C
  • Copy Path function will no longer include a trailing carriage return if only one item is selected
  • Drive name now displayed in tree view and treemap
  • Menu accelerator keys were not working in dark mode (fixed)
  • new command line parameter added to select size or allocated space for treemap image export (default is size):
    /treemapimageshowallocated=[0|1]
    e.g.
    WizTree64.exe C: /treemapimagefile="C:\temp\cdriveimage_%d.png" /treemapimagewidth=1024 /treemapimageheight=768 /treemapimagefreespace=0 /treemapimageshowallocated=1
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.10

WizTree 4.10 (29 August 2022)​


  • Treemap would not be rendered correctly when "show free space" option not selected in some cases (such as mapped Google Drives or when scanning a mobile phone) - fixed
  • It is now possible to disable the new drag/drop and double click to open functionality added in 4.09. To do this close WizTree and edit the WizTree3.ini file and change these 2 settings in the [frmWizTreeMain] section:
    [frmWizTreeMain]
    enabledragdrop=0
    enabledoubleclickopen=0
  • Fixed rare command line export error when using "/exportalldates" parameter
  • Fixed error that would occur when using the "save treemap as png file" option with multiple selections and show free space enabled
  • Korean, Serbian and Polish translations updated
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.11​

October 26, 2022
  • "Today" file search filter (=today) was not working correctly in some time zones - fixed
  • Command line parameters for /filter and /filterexclude now support literal double quotes. This is useful when filtering paths containing spaces, to prevent the filter from treating the space as an "AND" operator
  • Use a single quote character to represent the double quote, like this
  • WizTree64.exe /filter="'C:program Files'|'C:program Files (x86)'"
  • The example above would set the "include filter" to
  • "C:program Files"|"C:program Files (x86)"
  • The filter above will match file names containing "C:program Files" OR "C:program Files (x86)"
  • Two single quotes in a row will be treated as one literal single quote
  • WizTree64.exe /filter="'C:program Files'|'C:program Files (x86)'|'C:Bob''s Folder'"
  • This would set the "include filter" to
  • "C:program Files"|"C:program Files (x86)"|"C:Bob's Folder"
  • Without the quotes the filtering will not work as expected
  • C:program Files|C:program Files (x86)
  • This would match any file names containing "C:program" AND ( "Files" OR "C:program" ) AND "Files" AND "(x86)"
  • Previously the way to work around this problem was to replace the spaces with wildcard question marks, like this
  • WizTree64.exe /filter="C:program?Files|C:program?Files?(x86)"
  • WizTree 4.09/4.10 would crash when run as "SYSTEM" user ("NT AUTHORITYSYSTEM") due to some issues with the newly added drag/drop functionality - fixed
  • Fixed some cosmetic issues with Italian translation
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.12​

December 1, 2022
  • Fixed issue with file size filters (e.g. >1g) not handling folders correctly
  • Fixed file filter bug that could cause matching files not to appear in some cases
  • New Czech translation added (thanks to DrTactless)
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.13​

March 15, 2023
  • Regular Expression search added. To perform a regex search, type in a forward slash followed immediately by the regex, e.g.:
  • /[0-9]{4}-[0-9]{2}-[0-9].csv$
  • If the regex contains spaces, enclose it in double quotes, like this:
  • /"[0-9]{4} [0-9]{2} [0-9].csv$"
  • Regular expression searches can be used for file search and include/exclude filters
  • Search history dropdown added to File Search and Include/Exclude filters
  • Include/Exclude Filters can now be applied to entire path (default) or file name only
  • New command line parameter /filterfullpath=[0|1] added to control whether filters are applied to full path or file name only. Default is full path.
  • e.g. WizTree64.exe /filterfullpath=0
  • Support for DrivePool, Storage Spaces and other similar "virtual" drives added (WizTree would crash or stop working when scanning these types of drive before)
  • Importing a CSV file would display incorrect file dates/times due to timezone adjustment error - fixed
  • Fixed possible "Access Violation" error on startup when scanning for devices such as mobile phones
  • default sorting can now be set via command line /sortby=sortoption, where sortoption can be
  • 1 = sort by file size (desc), file name
  • 2 = sort by allocated size (desc), file name
  • 3 - sort by modified date (desc)
  • Percent of Drive calculations (File View) were incorrect when multiple drives were selected - fixed
  • WizTree will now remember if tree and file view data is being sorted by size or allocated and use the same sort order when restarted
  • New Indonesian translation added (thanks to Marcellinus Ferdinand Suciadi)
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.14​

June 5, 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.
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
45193
Reakcje/Polubienia
37071

WizTree 4.15

August 14, 2023
  • UI tweaked to look like Windows 11 style
  • WizTree can now export/import ".tsv" (tab separated values) files. Simply set the file name extension to ".tsv" when saving to enable this, otherwise it will use a comma to separate the values
  • Some UI elements would be slightly blurry on high DPI screens - fixed
  • Deleted files will now be marked with a red outline in the treemap as they are detected
  • Fixed treemap hover glitch which could happen in certain situations when deleting files
  • Various translations updated
pobieramy na stronie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry