Change Log for the latest
XYplorer BETA version:
Code: Select all
v25.40.0011 - 2023-12-25 14:34
+ SC get got a new named argument "network" to return network items (items to be
listed directly under the Network node) using various methods.
Syntax: get("network", method)
method: 0: Shell
Works everywhere, but is not the fastest.
1: NetServerEnum
Works fast if it works.
2: WNet
Works great on Win8 and earlier, but needs SMB1 and hence fails on
Win10 and later.
Remarks:
- This feature is mostly for debugging and determining what works best on your
current system. You can then change the default network enumeration method with
tweak NetworkEnumeration (see below).
- The "networki" variant adds some information to the bottom of the list, including
the time.
Examples:
text get("network", 0); //Shell
text get("network", 1); //NetServerEnum
text get("network", 2); //WNet
text get("networki", 1); //NetServerEnum with timing and info
+ Unofficial SC tweak enhanced: Added key "NetworkEnumeration" to select the default
network enumeration method.
Examples:
tweak("NetworkEnumeration", 0); //Shell (factory default)
tweak("NetworkEnumeration", 1); //NetServerEnum
tweak("NetworkEnumeration", 2); //WNet
tweak("NetworkEnumeration"); //show current value in status bar
To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.