Is there a option for File Explorer?Yes.you can use explorer++.exe, XYplorer.exe, TotalCommand.exe, etc.WinXShell.jcfg:Code: [Select] "JS_FILEEXPLORER": { "3rd_filename":"##{JVAR_MODULEPATH}\\explorer++.exe", }, "JS_DESKTOP": { "3rd_open_arguments":"\"%s\"" }, "JS_QUICKLAUNCH": { "3rd_open_arguments":"" }this config with handle the double click on desktop(This PC/Recyle Bin/folder) and explorer icon on QuickLaunch.if 3rd_filename is "" then will use a built-in file explorer.the built-in file explorer is USE a OpenFileDialog window to simulate it.it very functional but need some dependencies.NewOpenDlg:ADDITEMS.txtCode: [Select]Windows\System32\ExplorerFrame.dllWindows\System32\shellstyle.dllWindows\System32\StructuredQuery.dll;some version of WIN10 need this file,;some version will broke if have this file.Windows\System32\edputil.dllNewOpenDlg.reg:Code: [Select]Windows Registry Editor Version 5.00;explorerframe.dll[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{056440FD-8568-48e7-A632-72157243B55B}]@="Explorer Navigation Bar"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{056440FD-8568-48e7-A632-72157243B55B}\InProcServer32]@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,65,00,78,00,\ 70,00,6c,00,6f,00,72,00,65,00,72,00,66,00,72,00,61,00,6d,00,65,00,2e,00,64,\ 00,6c,00,6c,00,00,00"ThreadingModel"="Apartment"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}]@="Shell Name Space ListView"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{AE054212-3535-4430-83ED-D501AA6680E6}\InProcServer32]@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,65,00,78,00,\ 70,00,6c,00,6f,00,72,00,65,00,72,00,66,00,72,00,61,00,6d,00,65,00,2e,00,64,\ 00,6c,00,6c,00,00,00"ThreadingModel"="Apartment";@="X:\\Windows\\system32\\explorerframe.dll"you can do this(add to boot.wim) by yourself, or just download the patch and put this in wimbuilder's project folder,wimbuilder will auto add the to boot.wim. (Attachment Link) FYI:this also make "Browser..." work for Run dialog, and taskmgr.exe -> File -> New Task dialog,and replace the Open File Dialog in new style for notepad.exe.
Hi everybody & congrats for Winxshell!Is there any option to enable window thumbnail previews in Winxshell when hoven an icon ? I currently have combined + hide labels.
Just perfect! Thanks @slore! i created 2 wallpapers for it:
Glad you appreciate it @slore! Few more with no text as requested (+ original bgs + PSD with all layers)BTW., WinXShell is showing desktop icons by default, is there a way to make it run with no desktop icons? (i couldn't find such option in config files)
available options in WinXShell.jcfg:SectionItemValueDescriptionJS_DESKTOPbkcolor[R, G, B]background color of the desktopwallpaperfile pathspecify the wallpaper image filewallpaperstyle0|1|2wallpaper style:0-strech(default);1-tile;2-centerviewmodeintegerdesktop view styleviewflagsintegerdesktop view flagiconsizeintegerdesktop icon sizeopen_argumentsparamter templatespecify the paramter when click folder on the desktop with built-in file explorer(default:"%s")3rd_open_argumentsparamter templatespecify the paramter when click folder on the desktop with 3rd file explorer(default:"%s")