Code snippet
The aim is to enhance the performance of directory discovery part of a network drive, in particular when browsing a directory over a WAN or Cloud.
I have noticed a significant (near to tenfold) performance profit by disabling Windows Explorer display pane ( Organize / layout / Details Pane )
Initially the key does not exist when the display pane is enabled (by default)
In the example, I opted for deleting the key if $bDisableDetailsPane is set to true I have no clue what the other binary figures are meant for...
WindowsExplorerSettings_DisableDetailsPane.au3
Greencan