Display of link icons in WinExplorer vs XY
Posted: 28 Aug 2014 18:31
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 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.However when I run a script like this it will give me an XYplorer display like this. This is with XY's large icons which are smaller than Windows Explorer's medium. 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
Code: Select all
C:\Windows\explorer.exe C:\Users\ken\ToolsCode: 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;Ken