WizTree is een programma wat razendsnel een harde schijf kan analyseren om zo bestanden en mappen te vinden die de meeste ruimte innemen. Het is daarmee een prima hulpmiddel om de harde schijf op te ruimen wanneer er ruimtegebrek is. Het programma kan ook op bepaalde bestandstypes zoeken en het resultaat van een san exporteren. WizTree mag gratis in privéomgevingen worden gebruikt en kan zijn werk ook doen zonder het eerst te installeren. Hieronder is de changelog sinds versie 3.41 te vinden:
Changes in WizTree version 4.01:Changes in WizTree version 4.00:
- 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
- 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 WizFile 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).