Hi, I have an off the wall question maybe someone could answer. I have in the past typically had a taskbar button set to display a bunch of links via Windows Explorer using a command line of
Code: Select all
C:\Windows\explorer.exe C:\Users\ken\Tools
and that would yield a Windows Explorer display looking something like this. Note I do use one of the many methods out there to remove the shortcut arrow overlay. This is with icons set to "medium" size in Win Explorer on a Windows 7 machine. I haven't tried it on Windows 8.1.
WinExplorer_display_folder_of_links.PNG
However when I run a script like this
Code: Select all
run """<xy>"" /new ""C:\Users\ken\Tools\"" /win=normal,500,250,615,470 /script=""::#309;loadlayout('thumbs');open 'D:\Tools\AutoHotkey\AHK scripts\TB_XY_hide.ahk';""", , 0, 0;
it will give me an XYplorer display like this. This is with XY's large icons which are smaller than Windows Explorer's medium.
XY_display_folder of links.PNG
I was curious as to why XYplorer shows the icon overlays whereas WindowsExplorer does not. Possibly the icons size or possibly it depends on how the shortcut overlay is removed.. Any ideas? Thanks.
Ken
To see the attached files, you need to log into the forum.