Remake of Mount @ Windows 10 - Solving speed issues with big multimedia files
Thanks to @amaklp
DR;TL
To avoid delays when using mounted remote in Windows 10, specially if it contains big multimedia files, you can:
Recomended approach: use MyCommander - https://myco.yonan.ro
(free, portable, w32/64, modern=2017, mouse support, GUI; but no source code ;-(
Other ways:
a) Avoid right clicking in files. As for example, if you want to rename, just left click then rename. If you want to copy/paste, use ctrl-c then ctrl-v.
b) For moving, use an explorer alternative with at least two pannels, so click and move. Free (as in free beer) ones, portables, such as Explorer++, Q-Dir, FreeComander. There are many alternatives, YMMV (see for example https://www.slant.co/options/17082/alternatives/~far-manager-alternatives) In any of those, right clicks will imply delays
c) Use CMD commands and/or pure old style console file managers such as free portable Far Commander (or if you like it more, Midnight Commander). No delays at all (copy/download operations aside) - unfortunately, no mouse friendly ;-( and they have they own learning curve. The less complex to learn for me is Brian Havard File Commander http://silk.apana.org.au/fcwftp.html
(shareware). See here for information on the alternatives http://www.kompx.com/en/windows-console-applications-file-managers.htm
d) for experts, heavy users, there is the option to modify windows (explorer) file handlers and behaviour. See how to for details.
Not evaluated alternative file managers:
mucommander - promising - https://www.mucommander.com/
onecommander - promising - https://www.microsoft.com/en-us/p/one-commander/9nblggh4s79b?activetab=pivot:overviewtab
necromancer DOS navigator - http://ndn.muxe.com/
For point d, as for the long read:
When using explorer in Windows 10 (except N version) to access a directory mounted with rclone, if there are big/many multimedia files, response delays are to be expected.
This is due to explorer working to show thumbnails and also length, date and other metadata. Hidding the metadata columns is not a workaround.
Thumbnails issue can be solved configuring the options of explorer (show icons not thumbnails). Solving the other issue needs touching the registry.
Note that it is not a windows bug, it is a feature but in that cases it loads the system; while it can be noticed when using local files, it becomes unbearable when files are big and not local, as usually the feature implies the need to read the whole file⌠or at least a big part of it. And if there are many files in a folder, the issue is amplified.
Workarounds: see above.
It is also possible to âadjustâ windows explorer behaviour:
a) configure explorer to use icons no thumbnails
+
b) modify handlers behaviour (requires touching the registry)
SETUP for Windows 10 (all but N version):
You will loss duration and date information in the explorer view.
Registry changes (beware, do this only if you know what you do; if properly done works ok but badly done I take no responsability) needed*
Icons:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
âIconsOnlyâ=dword:00000001
Handlers
Modify HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers.mp4
to
{#f81b1b56-7613-4ee4-bc05-1fab5de5c07e}
Modify
In
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\SystemPropertyHandlers
change .mp4 key value to {#f81b1b56-7613-4ee4-bc05-1fab5de5c07e}
(this requires to take ownership of SystemPropertyHandlers)
(EXAMPLE FOR .mp4 files. For other files, proceed the same way for each of the extensions of the files, adding a # in front of the key contents)
(you can replace # by your favorite char, it is just a placeholder allowing to later reverse changes)
Reboot, and ready!
To revert
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
âIconsOnlyâ=dword:00000000
Remove # in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers.mp4
{#f81b1b56-7613-4ee4-bc05-1fab5de5c07e}
and in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\SystemPropertyHandlers
.mp4 key value {#f81b1b56-7613-4ee4-bc05-1fab5de5c07e}
(needs also reboot)
Enjoy
CT
For taking ownership
right click on SystemPropertyHandlers >> Permissions, click on Advanced, at the top it will say: Owner: Trusted installer [change], click change. type:
Administrators
into the blank box and click Ok, click ok to return to the permissions dialog. Select Administrators and make sure that âFull Controlâ is checked. Click Ok to return to regedit.
Additional tip
If you wish to change windows property handlers by others, it is possible. see
https://forum.dbpoweramp.com/showthread.php?38116-Replacing-Windows-10-(or-newer)-system-codec-property-handlers-with-dBpoweramp-s
Rebooting
Still trying a way to avoid rebooting. Next idea is killing&restarting explorer and see if no reboot is neededâŚ
source
Most of the black magic comes from knowledge shared by https://social.technet.microsoft.com/profile/daniel%20martĂn/?ws=usercard-mini